1. 781d07a refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 3 years, 4 months ago
  2. 4ce3e99 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 5 years ago
  3. 30e8fa7 refactor(plat/ea_handler): Use default ea handler implementation for panic by Pali Rohár · 4 years, 2 months ago
  4. a5fea81 fix(plat/ea_handler): print newline before fatal abort error message by Pali Rohár · 4 years, 2 months ago
  5. 5d9101b Fix typos and misspellings by David Horstmann · 4 years, 9 months ago
  6. 8109d2d Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration by Alexei Fedorov · 4 years, 9 months ago v2.4-rc0
  7. 3ed5606 Use constant stack size with RECLAIM_INIT_CODE by David Horstmann · 4 years, 10 months ago
  8. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  9. 262acea ehf: use common priority level enumuration by Sandeep Tripathy · 5 years ago
  10. c2e3b3b BL31: Fix relocation error for PIE by Alexei Fedorov · 5 years ago
  11. 34dd1e9 TF-A: Fix BL31 linker script error by Alexei Fedorov · 5 years ago
  12. 6cac724 Enable v8.6 WFE trap delays by johpow01 · 5 years ago
  13. b4292bc Fix crash dump for lower EL by Alexei Fedorov · 5 years ago
  14. f51df47 console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 6 years ago
  15. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  16. 2cc9777 Remove deprecated plat_crash_console_* by Ambroise Vincent · 6 years ago
  17. 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 6 years ago
  18. e095ba3 Remove unused function symbols by Varun Wadekar · 7 years ago
  19. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  20. 63c52d0 plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API support by Julius Werner · 7 years ago
  21. b2f7c9d plat/common: Remove duplication of plat_crash_console functions/stubs by Julius Werner · 7 years ago
  22. e74afb6 Deprecate weak crash console functions by Antonio Nino Diaz · 7 years ago
  23. 6c9ada3 Add sample crash console functions by Antonio Nino Diaz · 7 years ago
  24. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  25. 34244d9 Remove deprecated early platform setup interfaces by Antonio Nino Diaz · 7 years ago
  26. 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
  27. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  28. eaeaa4d RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 7 years ago
  29. d5a23af RAS: Introduce handler for Double Faults by Jeenu Viswambharan · 7 years ago
  30. b56dc2a RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 7 years ago
  31. 64ee263 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 7 years ago
  32. e1040aa Fix build error with correct format string by Jeenu Viswambharan · 7 years ago
  33. 362599e RAS: Add support for node registration by Jeenu Viswambharan · 8 years ago
  34. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
  35. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  36. 97924e4 Suppress spurious deprecated declaration warnings by Dan Handley · 7 years ago
  37. a6f340f Introduce the new BL handover interface by Soby Mathew · 8 years ago
  38. 0fc50a8 plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · 8 years ago
  39. 17cd67d Add default crash console code to hook up to new console API by Julius Werner · 8 years ago
  40. 9536bae Add new function-pointer-based console API by Julius Werner · 8 years ago
  41. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 8 years ago
  42. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 8 years ago
  43. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  44. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 8 years ago
  45. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 8 years ago
  46. 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 8 years ago
  47. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 8 years ago
  48. 240b314 Fix comment of plat_reset_handler stub by Masahiro Yamada · 9 years ago
  49. 8c9e1af Add WFI in platform's unexpected error handlers by Sandrine Bailleux · 9 years ago
  50. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago
  51. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  52. 663db20 Derive stack alignment from CACHE_WRITEBACK_GRANULE by Soby Mathew · 9 years ago
  53. d448639 Add 32 bit version of plat_get_syscnt_freq by Antonio Nino Diaz · 9 years ago
  54. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 10 years ago
  55. 78e6161 Ensure BL31 does not print to boot console by default by Soby Mathew · 10 years ago
  56. 862b5dc Pass the entry point info to bl1_plat_prepare_exit() by Sandrine Bailleux · 10 years ago
  57. 40fc6cd Add optional platform error handler API by Juan Castillo · 10 years ago
  58. e3f6712 Add optional bl1_plat_prepare_exit() API by Juan Castillo · 10 years ago
  59. 5c8babc PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 10 years ago
  60. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 10 years ago
  61. 32bc85f PSCI: Implement platform compatibility layer by Soby Mathew · 10 years ago
  62. 8ee2498 PSCI: Add framework to handle composite power states by Soby Mathew · 10 years ago
  63. 12d0d00 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 10 years ago
  64. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 10 years ago
  65. add4035 Add CPU specific power management operations by Soby Mathew · 11 years ago
  66. 24fb838 Add platform API for reset handling by Soby Mathew · 11 years ago
  67. 53fdceb Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 11 years ago
  68. 6397bf6 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 11 years ago
  69. c67b09b Introduce crash console APIs for crash reporting by Soby Mathew · 11 years ago
  70. 539a7b3 Remove the concept of coherent stacks by Achin Gupta · 11 years ago
  71. afff8cb Make enablement of the MMU more flexible by Achin Gupta · 11 years ago
  72. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 11 years ago
  73. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 11 years ago for-v0.4-rc0
  74. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 11 years ago
  75. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  76. 2bf28e6 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 11 years ago
  77. 0a30cf5 Place assembler functions in separate sections by Andrew Thoelke · 11 years ago
  78. ca823d2 Increase coherent stack sizes by Achin Gupta · 12 years ago
  79. 3a4cae0 Change comments in assembler files to help ctags by Jeenu Viswambharan · 12 years ago
  80. e83b0ca Update year in copyright text to 2014 by Dan Handley · 12 years ago
  81. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 12 years ago
  82. ab2d31e Enable third party contributions by Dan Handley · 12 years ago
  83. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 12 years ago v0.2