1. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  2. 7f56e9a Implement log framework by Soby Mathew · 7 years ago
  3. 2d7e828 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 7 years ago
  4. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  5. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  6. da5241c Introduce `tf_snprintf` by Antonio Nino Diaz · 7 years ago
  7. 6ba71d6 Align tf_printf implementation between AArch32 and AArch64 by dp-arm · 7 years ago
  8. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  9. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  10. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  11. ffc299f Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load by davidcunado-arm · 7 years ago
  12. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  13. c2a9ee6 Minor refactor of BL2 image load v2 by Dan Handley · 7 years ago
  14. cc8b563 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  15. 1e09ff9 Remove dead loops in assert() in C and ASM by Antonio Nino Diaz · 7 years ago
  16. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  17. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  18. 308d359 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  19. bd83b41 Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  20. 99c5eba Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  21. e12cb61 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  22. 1b5fa6e Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  23. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  24. 0f325c6 Optimize cache flush when authenticating images by Antonio Nino Diaz · 8 years ago
  25. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  26. 7260022 Add new version of image loading. by Yatharth Kochar · 8 years ago
  27. 51c79b7 AArch32: resolve build error when LOG_LEVEL=50 by Soby Mathew · 8 years ago
  28. f6ace15 Merge pull request #689 from yatharth-arm/yk/plat_report_expn by davidcunado-arm · 8 years ago
  29. 5bbc451 Remove looping around `plat_report_exception` by Yatharth Kochar · 8 years ago
  30. efc759a Merge pull request #686 from danh-arm/dh/remove-inv-dcache-after-auth by danh-arm · 8 years ago
  31. ad4494d Remove dcache invalidation after image authentication by Dan Handley · 8 years ago
  32. 1ae0a49 AArch32: Add API to invoke runtime service handler by Soby Mathew · 8 years ago
  33. bc202b4 AArch32: Add tf_printf support by Soby Mathew · 8 years ago
  34. f24307d AArch32: Add assembly helpers by Soby Mathew · 8 years ago
  35. 578b3ad Merge pull request #673 from soby-mathew/sm/coverity_issue by danh-arm · 8 years ago
  36. 5e5e416 Improve debug assertion for runtime svc number by Soby Mathew · 8 years ago
  37. 7b6d330 Ensure addresses in is_mem_free() don't overflow by Sandrine Bailleux · 8 years ago
  38. 3a26a28 Make runtime_svc_init() function more robust by Sandrine Bailleux · 8 years ago
  39. 9d24d35 Improvements to runtime service init code by Sandrine Bailleux · 8 years ago
  40. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  41. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  42. 50f7101 Merge pull request #650 from Xilinx/zynqmp-updates by danh-arm · 8 years ago
  43. a6b995f Update comments in load_image() by Sandrine Bailleux · 8 years ago
  44. 8d8c61e Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs by danh-arm · 8 years ago
  45. 8cd16e6 Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  46. e0ae9fa Introduce some helper macros for exception vectors by Sandrine Bailleux · 8 years ago
  47. 1c87351 context: Fix typo in comment by Soren Brinkmann · 8 years ago
  48. 3ca9928 Refactor the xlat_tables library code by Soby Mathew · 8 years ago
  49. f2f5a7b Differentiate `long` and `long long` formats in tf_printf by Soby Mathew · 8 years ago
  50. a8f6e21 Merge pull request #563 from sbranden/tf_issue_380 by danh-arm · 8 years ago
  51. adb4fcf Enable asynchronous abort exceptions during boot by Gerald Lejeune · 8 years ago
  52. bda7701 Add support for %z in tf_print() by Scott Branden · 8 years ago
  53. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  54. f0dd061 Add support for %p in tf_printf() by Antonio Nino Diaz · 8 years ago
  55. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  56. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  57. bbf8f6f Move context management code to common location by Yatharth Kochar · 9 years ago
  58. 135c9dd Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 9 years ago
  59. e098e24 Remove deprecated IO return definitions by Juan Castillo · 9 years ago
  60. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  61. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  62. a2f8b16 Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  63. fedbc04 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  64. 962f7c5 TBB: delete deprecated PolarSSL authentication module by Juan Castillo · 9 years ago
  65. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  66. 16948ae Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  67. d5e0a93 TBB: replace assert() with runtime checks in PolarSSL module by Juan Castillo · 9 years ago
  68. c3da66b TBB: use ASN.1 type DigestInfo to represent hashes by Juan Castillo · 9 years ago
  69. 1b70db0 Fix type mismatches in verbose logging by Dan Handley · 9 years ago
  70. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  71. 81ee098 TBB: remove PolarSSL SHA1 functions from the binary by Juan Castillo · 9 years ago
  72. ba592e2 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  73. 40febc3 TBB: add authentication module interface by Juan Castillo · 10 years ago
  74. db6071c TBB: add PolarSSL based authentication module by Juan Castillo · 10 years ago
  75. c5fb47c Skip reserving memory for non-executable and BL3-0 images by Juan Castillo · 9 years ago
  76. aecc084 Rework use of labels in assembly macros. by Soby Mathew · 10 years ago
  77. 6ad2e46 Rationalize console log output by Dan Handley · 10 years ago
  78. dd2bdee Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  79. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  80. 626ed51 Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  81. bc92012 Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  82. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  83. 8f55dfb Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  84. 63db7ba Make the entry point argument optional in load_image() by Sandrine Bailleux · 10 years ago
  85. dec5e0d Move BL porting functions into platform.h by Dan Handley · 10 years ago
  86. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  87. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  88. 29fb905 Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  89. 23ff9ba Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  90. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  91. b3254e8 Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  92. 625de1d Remove variables from .data section by Dan Handley · 10 years ago
  93. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  94. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  95. 35e98e5 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  96. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  97. 6c595b3 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  98. 6ba0b6d Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  99. ee9ad78 bl_common: add image_size() by Ryan Harkin · 10 years ago
  100. 090630e Tolerate runtime service initialization failure by Jeenu Viswambharan · 10 years ago