1. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  2. 18f2efd Fully initialise essential control registers by David Cunado · 8 years ago
  3. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  4. 572e141 Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory by davidcunado-arm · 8 years ago
  5. da5241c Introduce `tf_snprintf` by Antonio Nino Diaz · 8 years ago
  6. 2a6c1a8 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 8 years ago
  7. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  8. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 8 years ago
  9. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  10. 484acce Merge pull request #910 from dp-arm/dp/AArch32-juno-port by davidcunado-arm · 8 years ago
  11. dc78758 AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 8 years ago
  12. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 8 years ago
  13. ed75625 Merge pull request #886 from dp-arm/dp/stack-protector by davidcunado-arm · 8 years ago
  14. 51faada Add support for GCC stack protection by Douglas Raillard · 8 years ago
  15. 5dffb46 Re-factor header files for easier PSCI library integration by Soby Mathew · 8 years ago
  16. 1a80e88 Merge pull request #841 from dp-arm/dp/debug-regs by danh-arm · 8 years ago
  17. 85e93ba Disable secure self-hosted debug via MDCR_EL3/SDCR by dp-arm · 8 years ago
  18. 308d359 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  19. b38bc68 Allow spin locks to be defined from assembly by Jeenu Viswambharan · 8 years ago
  20. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  21. bd83b41 Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  22. 99c5eba Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  23. e12cb61 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  24. 1b5fa6e Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  25. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  26. 939f66d Reset EL2 and EL3 configurable controls by David Cunado · 8 years ago
  27. b91d935 Add CFI debug frame information for ASM functions by Douglas Raillard · 8 years ago
  28. 495f3d3 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 8 years ago
  29. 9c1dceb AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · 8 years ago
  30. f426fc0 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  31. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  32. 7260022 Add new version of image loading. by Yatharth Kochar · 8 years ago
  33. e33b78a AArch32: Add support in TF libraries by Soby Mathew · 9 years ago
  34. 1ae0a49 AArch32: Add API to invoke runtime service handler by Soby Mathew · 9 years ago
  35. f24307d AArch32: Add assembly helpers by Soby Mathew · 9 years ago
  36. 738b1fd Rearrange assembly helper macros by Soby Mathew · 8 years ago
  37. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  38. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago
  39. da554d7 Fix coding guideline warnings by Soby Mathew · 9 years ago
  40. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  41. aadb135 Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xn by danh-arm · 8 years ago
  42. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  43. ed81f3e Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  44. 663db20 Derive stack alignment from CACHE_WRITEBACK_GRANULE by Soby Mathew · 9 years ago
  45. 8d8c61e Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs by danh-arm · 9 years ago
  46. 8cd16e6 Build option to include AArch32 registers in cpu context by Soby Mathew · 9 years ago
  47. 79627dc Fill exception vectors with zero bytes by Sandrine Bailleux · 9 years ago
  48. e0ae9fa Introduce some helper macros for exception vectors by Sandrine Bailleux · 9 years ago
  49. 10c252c Fix build error with optimizations disabled (-O0) by Sandrine Bailleux · 9 years ago
  50. 99e58f9 Enable SCR_EL3.SIF bit by Soby Mathew · 9 years ago
  51. adb4fcf Enable asynchronous abort exceptions during boot by Gerald Lejeune · 9 years ago
  52. 1319e7b Make cpu operations warning a VERBOSE print by Soby Mathew · 9 years ago
  53. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 9 years ago
  54. b6fc25e Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-init by danh-arm · 9 years ago
  55. 4e85e4f Initialize secondary CPUs during cold boot by Antonio Nino Diaz · 9 years ago
  56. 843ddee Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 9 years ago
  57. 70ecb56 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 9 years ago
  58. b313d75 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 9 years ago
  59. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  60. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  61. 516beb5 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  62. 2d4d220 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · 9 years ago
  63. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  64. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  65. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  66. bbf8f6f Move context management code to common location by Yatharth Kochar · 9 years ago
  67. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  68. 7a24cba Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  69. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  70. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  71. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  72. a2f8b16 Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  73. 468f808 Merge pull request #368 from jcastillo-arm/jc/genfw/1126 by danh-arm · 9 years ago
  74. fedbc04 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  75. 58523c0 PSCI: Add documentation and fix plat_is_my_cpu_primary() by Soby Mathew · 10 years ago
  76. 85a181c PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  77. 5c8babc PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  78. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  79. 12d0d00 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 10 years ago
  80. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 10 years ago
  81. dff93c8 TBB: add TBBR Chain of Trust by Juan Castillo · 10 years ago
  82. 16948ae Use numbers to identify images instead of names by Juan Castillo · 10 years ago
  83. c9915c0 Bug fix: Build time condition to relocate RW data by Sandrine Bailleux · 10 years ago
  84. 52010cc Rationalize reset handling code by Sandrine Bailleux · 10 years ago
  85. 452b7fa Remove FIRST_RESET_HANDLER_CALL build option by Sandrine Bailleux · 10 years ago
  86. 90b3a6a Add linker symbol declarations to bl_common.h by Dan Handley · 10 years ago
  87. e2bf57f Add header guards to asm macro files by Dan Handley · 10 years ago
  88. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 10 years ago
  89. 541d788 Merge pull request #269 from vikramkanigiri/vk/common-cci by danh-arm · 10 years ago
  90. a7e98ad Add macro to calculate number of elements in an array by Vikram Kanigiri · 10 years ago
  91. dad2504 Enable type-checking of arguments passed to printf() et al. by Sandrine Bailleux · 10 years ago
  92. 40febc3 TBB: add authentication module interface by Juan Castillo · 10 years ago
  93. b7124ea TBB: add support to include certificates in a FIP image by Juan Castillo · 10 years ago
  94. 79a97b2 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · 10 years ago
  95. aecc084 Rework use of labels in assembly macros. by Soby Mathew · 10 years ago
  96. 289c28a Add concept of console output log levels by Dan Handley · 10 years ago
  97. dd2bdee Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  98. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 11 years ago
  99. 626ed51 Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 11 years ago
  100. bc92012 Implement an assert() callable from assembly code by Soby Mathew · 10 years ago