1. c36e97f refactor(plat/ea_handler): Use default ea handler implementation for panic by Pali Rohár · 3 years ago
  2. 152682c fix(plat/ea_handler): print newline before fatal abort error message by Pali Rohár · 3 years ago
  3. 051fd6d Fix typos and misspellings by David Horstmann · 3 years, 8 months ago
  4. 1d2776a Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration by Alexei Fedorov · 3 years, 8 months ago
  5. 8f15ca3 Use constant stack size with RECLAIM_INIT_CODE by David Horstmann · 3 years, 9 months ago
  6. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 4 years ago
  7. 1c47839 ehf: use common priority level enumuration by Sandeep Tripathy · 3 years, 11 months ago
  8. 1b4dea8 BL31: Fix relocation error for PIE by Alexei Fedorov · 4 years ago
  9. 490ace7 TF-A: Fix BL31 linker script error by Alexei Fedorov · 4 years, 1 month ago
  10. 3e24c16 Enable v8.6 WFE trap delays by johpow01 · 4 years, 2 months ago
  11. 813c9f9 Fix crash dump for lower EL by Alexei Fedorov · 4 years, 4 months ago
  12. 269a8ad console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 5 years ago
  13. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 5 years ago
  14. 962109f Remove deprecated plat_crash_console_* by Ambroise Vincent · 5 years ago
  15. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  16. 9388afa Remove unused function symbols by Varun Wadekar · 5 years ago
  17. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  18. 1338c9c plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · 6 years ago
  19. 351ba73 plat/common: Remove duplication of plat_crash_console functions/stubs by Julius Werner · 6 years ago
  20. 6b0968e Deprecate weak crash console functions by Antonio Nino Diaz · 6 years ago
  21. 4bac045 Add sample crash console functions by Antonio Nino Diaz · 6 years ago
  22. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  23. 5a99925 Remove deprecated early platform setup interfaces by Antonio Nino Diaz · 6 years ago
  24. 76f0303 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 6 years ago
  25. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  26. 911fcc9 RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 6 years ago
  27. 93bc4bd RAS: Introduce handler for Double Faults by Jeenu Viswambharan · 6 years ago
  28. 9d4c9c1 RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 6 years ago
  29. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  30. 4b00cb7 Fix build error with correct format string by Jeenu Viswambharan · 6 years ago
  31. 2e2e881 RAS: Add support for node registration by Jeenu Viswambharan · 7 years ago
  32. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  33. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  34. 807d727 Suppress spurious deprecated declaration warnings by Dan Handley · 6 years ago
  35. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  36. 2a4fe4f plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · 6 years ago
  37. aae9bb1 Add default crash console code to hook up to new console API by Julius Werner · 7 years ago
  38. 94f8907 Add new function-pointer-based console API by Julius Werner · 7 years ago
  39. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  40. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  41. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  42. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  43. d3ec543 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  44. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  45. 4ef91f1 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  46. 4c165ca Fix comment of plat_reset_handler stub by Masahiro Yamada · 8 years ago
  47. 628198b Add WFI in platform's unexpected error handlers by Sandrine Bailleux · 8 years ago
  48. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  49. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  50. bfdbecf Derive stack alignment from CACHE_WRITEBACK_GRANULE by Soby Mathew · 8 years ago
  51. 391a76e Add 32 bit version of plat_get_syscnt_freq by Antonio Nino Diaz · 8 years ago
  52. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  53. 1ff495b Ensure BL31 does not print to boot console by default by Soby Mathew · 9 years ago
  54. 87322b3 Pass the entry point info to bl1_plat_prepare_exit() by Sandrine Bailleux · 9 years ago
  55. 26ae583 Add optional platform error handler API by Juan Castillo · 9 years ago
  56. d1413b2 Add optional bl1_plat_prepare_exit() API by Juan Castillo · 9 years ago
  57. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  58. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  59. 49473e4 PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  60. 85dbf5a PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  61. b0082d2 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  62. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  63. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  64. f1785fd Add platform API for reset handling by Soby Mathew · 10 years ago
  65. b3dbeb0 Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 10 years ago
  66. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  67. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  68. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · 10 years ago
  69. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  70. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  71. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  72. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  73. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  74. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  75. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  76. ca823d2 Increase coherent stack sizes by Achin Gupta · 10 years ago
  77. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 10 years ago
  78. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  79. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  80. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  81. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago