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