1. 54ec86a Allow spin locks to be defined from assembly by Jeenu Viswambharan · 7 years ago
  2. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  3. 2b7d7ae Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  4. b0e529b Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  5. ff640c4 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  6. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  7. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  8. c14b08e Reset EL2 and EL3 configurable controls by David Cunado · 8 years ago
  9. 1c0e208 Add CFI debug frame information for ASM functions by Douglas Raillard · 8 years ago
  10. 5f55e28 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 8 years ago
  11. c44c5af AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · 8 years ago
  12. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  13. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  14. 3345a8d Add new version of image loading. by Yatharth Kochar · 8 years ago
  15. 748be1d AArch32: Add support in TF libraries by Soby Mathew · 8 years ago
  16. a9482df AArch32: Add API to invoke runtime service handler by Soby Mathew · 8 years ago
  17. d29f67b AArch32: Add assembly helpers by Soby Mathew · 8 years ago
  18. b9ff2fd Rearrange assembly helper macros by Soby Mathew · 8 years ago
  19. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  20. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  21. 24ab34f Fix coding guideline warnings by Soby Mathew · 8 years ago
  22. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  23. ba39fc6 Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn by danh-arm · 8 years ago
  24. f91f144 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  25. 7659a26 Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  26. bfdbecf Derive stack alignment from CACHE_WRITEBACK_GRANULE by Soby Mathew · 8 years ago
  27. a913dee Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs by danh-arm · 8 years ago
  28. d75d2ba Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  29. 618ba99 Fill exception vectors with zero bytes by Sandrine Bailleux · 8 years ago
  30. 9e6ad6c Introduce some helper macros for exception vectors by Sandrine Bailleux · 8 years ago
  31. 37a12df Fix build error with optimizations disabled (-O0) by Sandrine Bailleux · 8 years ago
  32. 074e05a Enable SCR_EL3.SIF bit by Soby Mathew · 8 years ago
  33. 632d6df Enable asynchronous abort exceptions during boot by Gerald Lejeune · 8 years ago
  34. 6b28c57 Make cpu operations warning a VERBOSE print by Soby Mathew · 8 years ago
  35. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  36. 0165c11 Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-init by danh-arm · 8 years ago
  37. 4357b41 Initialize secondary CPUs during cold boot by Antonio Nino Diaz · 8 years ago
  38. f11b29a Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 8 years ago
  39. a581bd5 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 8 years ago
  40. 6d4f262 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 8 years ago
  41. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  42. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  43. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  44. 4dd39b8 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · 9 years ago
  45. b1c2fe0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  46. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  47. a65be2f Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  48. 6c0566c Move context management code to common location by Yatharth Kochar · 9 years ago
  49. 57d334c Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  50. 18a6204 Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  51. b2e224c Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  52. ec813f5 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  53. e9c4a64 Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  54. ceb0d0f Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  55. b7bf710 Merge pull request #368 from jcastillo-arm/jc/genfw/1126 by danh-arm · 9 years ago
  56. 97dbcf1 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  57. eb3bbf1 PSCI: Add documentation and fix plat_is_my_cpu_primary() by Soby Mathew · 9 years ago
  58. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  59. 70716d6 PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  60. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  61. b0082d2 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  62. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  63. 9b265a8 TBB: add TBBR Chain of Trust by Juan Castillo · 9 years ago
  64. 3a66aca Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  65. 4534c64 Bug fix: Build time condition to relocate RW data by Sandrine Bailleux · 9 years ago
  66. acde8b0 Rationalize reset handling code by Sandrine Bailleux · 9 years ago
  67. 81899f1 Remove FIRST_RESET_HANDLER_CALL build option by Sandrine Bailleux · 9 years ago
  68. f05c1b5 Add linker symbol declarations to bl_common.h by Dan Handley · 9 years ago
  69. ea59668 Add header guards to asm macro files by Dan Handley · 9 years ago
  70. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  71. 356d59d Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 9 years ago
  72. 725b133 Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  73. 8723adf Enable type-checking of arguments passed to printf() et al. by Sandrine Bailleux · 9 years ago
  74. 13f6a93 TBB: add authentication module interface by Juan Castillo · 9 years ago
  75. 379954c TBB: add support to include certificates in a FIP image by Juan Castillo · 10 years ago
  76. 36433d1 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · 10 years ago
  77. 1218f11 Rework use of labels in assembly macros. by Soby Mathew · 10 years ago
  78. cba2c50 Add concept of console output log levels by Dan Handley · 10 years ago
  79. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  80. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  81. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  82. 041f62a Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  83. 066f713 Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  84. 04be3a5 Add support for printing version at runtime by Juan Castillo · 10 years ago
  85. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  86. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  87. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  88. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  89. a17fefa Remove extern keyword from function declarations by Dan Handley · 10 years ago
  90. 9637745 Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  91. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  92. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  93. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  94. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  95. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  96. 6bdfa91 Merge pull request #58 from athoelke/optimise-cache-flush-v2 by danh-arm · 10 years ago
  97. 6a5b3a4 Optimise data cache clean/invalidate operation by Andrew Thoelke · 10 years ago
  98. f977ed8 Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  99. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  100. e2712bc Always use named structs in header files by Dan Handley · 10 years ago