1. a6919d6 Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load by davidcunado-arm · 7 years ago
  2. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  3. 09c97c9 Minor refactor of BL2 image load v2 by Dan Handley · 7 years ago
  4. 808c229 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  5. e98fa3a Remove dead loops in assert() in C and ASM by Antonio Nino Diaz · 7 years ago
  6. d3ec543 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  7. 4ef91f1 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  8. 21362a9 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  9. 2b7d7ae Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  10. b0e529b Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  11. ff640c4 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  12. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  13. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  14. d7db870 Optimize cache flush when authenticating images by Antonio Nino Diaz · 8 years ago
  15. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  16. 3345a8d Add new version of image loading. by Yatharth Kochar · 8 years ago
  17. cdf58cb AArch32: resolve build error when LOG_LEVEL=50 by Soby Mathew · 8 years ago
  18. 3a59e99 Merge pull request #689 from yatharth-arm/yk/plat_report_expn by davidcunado-arm · 8 years ago
  19. 47b0fe3 Remove looping around `plat_report_exception` by Yatharth Kochar · 8 years ago
  20. 9c730bf Merge pull request #686 from danh-arm/dh/remove-inv-dcache-after-auth by danh-arm · 8 years ago
  21. 9c96ed5 Remove dcache invalidation after image authentication by Dan Handley · 8 years ago
  22. a9482df AArch32: Add API to invoke runtime service handler by Soby Mathew · 8 years ago
  23. 0691d97 AArch32: Add tf_printf support by Soby Mathew · 8 years ago
  24. d29f67b AArch32: Add assembly helpers by Soby Mathew · 8 years ago
  25. c873cc3 Merge pull request #673 from soby-mathew/sm/coverity_issue by danh-arm · 8 years ago
  26. ff1c229 Improve debug assertion for runtime svc number by Soby Mathew · 8 years ago
  27. 4ec7e2d Ensure addresses in is_mem_free() don't overflow by Sandrine Bailleux · 8 years ago
  28. 7304f45 Make runtime_svc_init() function more robust by Sandrine Bailleux · 8 years ago
  29. 4711058 Improvements to runtime service init code by Sandrine Bailleux · 8 years ago
  30. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  31. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  32. bb272b4 Merge pull request #650 from Xilinx/zynqmp-updates by danh-arm · 8 years ago
  33. 8eaf46e Update comments in load_image() by Sandrine Bailleux · 8 years ago
  34. a913dee Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regs by danh-arm · 8 years ago
  35. d75d2ba Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  36. 9e6ad6c Introduce some helper macros for exception vectors by Sandrine Bailleux · 8 years ago
  37. a3b3c05 context: Fix typo in comment by Soren Brinkmann · 8 years ago
  38. 44170c4 Refactor the xlat_tables library code by Soby Mathew · 8 years ago
  39. f62d546 Differentiate `long` and `long long` formats in tf_printf by Soby Mathew · 8 years ago
  40. edd0b75 Merge pull request #563 from sbranden/tf_issue_380 by danh-arm · 8 years ago
  41. 632d6df Enable asynchronous abort exceptions during boot by Gerald Lejeune · 8 years ago
  42. 57bd75c Add support for %z in tf_print() by Scott Branden · 8 years ago
  43. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  44. b3a0a7b Add support for %p in tf_printf() by Antonio Nino Diaz · 8 years ago
  45. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  46. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  47. 6c0566c Move context management code to common location by Yatharth Kochar · 9 years ago
  48. b371da7 Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 9 years ago
  49. 6e76206 Remove deprecated IO return definitions by Juan Castillo · 9 years ago
  50. b2e224c Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  51. ec813f5 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  52. ceb0d0f Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  53. 97dbcf1 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  54. c9ac73f TBB: delete deprecated PolarSSL authentication module by Juan Castillo · 9 years ago
  55. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  56. 3a66aca Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  57. f18daf7 TBB: replace assert() with runtime checks in PolarSSL module by Juan Castillo · 9 years ago
  58. ac40293 TBB: use ASN.1 type DigestInfo to represent hashes by Juan Castillo · 9 years ago
  59. eb839ce Fix type mismatches in verbose logging by Dan Handley · 9 years ago
  60. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  61. ddf751e TBB: remove PolarSSL SHA1 functions from the binary by Juan Castillo · 9 years ago
  62. a64a854 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  63. 13f6a93 TBB: add authentication module interface by Juan Castillo · 9 years ago
  64. 9c25a40 TBB: add PolarSSL based authentication module by Juan Castillo · 9 years ago
  65. 09a55a8 Skip reserving memory for non-executable and BL3-0 images by Juan Castillo · 9 years ago
  66. 1218f11 Rework use of labels in assembly macros. by Soby Mathew · 10 years ago
  67. 91b624e Rationalize console log output by Dan Handley · 10 years ago
  68. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  69. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  70. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  71. 041f62a Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  72. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  73. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  74. 3ab33f3 Make the entry point argument optional in load_image() by Sandrine Bailleux · 10 years ago
  75. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  76. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  77. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  78. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  79. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  80. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  81. 25232af Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  82. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  83. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  84. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  85. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  86. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago
  87. 4d05275 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  88. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  89. 87274c4 bl_common: add image_size() by Ryan Harkin · 10 years ago
  90. 090630e Tolerate runtime service initialization failure by Jeenu Viswambharan · 10 years ago
  91. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · 10 years ago
  92. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago
  93. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  94. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  95. 07f4e07 Introduce new exception handling framework by Achin Gupta · 10 years ago
  96. 7421b46 Add runtime services framework by Achin Gupta · 10 years ago
  97. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · 10 years ago
  98. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 10 years ago
  99. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 10 years ago
  100. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago