1. 514e59c Add PIE support for AARCH32 by Yann Gautier · Mon Oct 05 11:02:54 2020 +0200
  2. e57bce8 Avoid the use of linker *_SIZE__ macros by Yann Gautier · Tue Aug 18 14:42:41 2020 +0200
  3. f3a4c54 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · Mon Nov 23 18:38:15 2020 +0000
  4. 71707b1 TF-A: Add support for Measured Boot driver in BL1 and BL2 by Alexei Fedorov · Mon Jul 13 14:06:47 2020 +0100
  5. 85fa00e linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · Wed Apr 22 11:27:55 2020 +0900
  6. c5864d8 linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · Wed Apr 22 10:50:12 2020 +0900
  7. 403990e linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · Tue Apr 07 13:04:24 2020 +0900
  8. b58e451 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration by Mark Dykes · Sat Apr 04 19:58:56 2020 +0000
  9. a5c6636 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · Fri Mar 20 14:21:05 2020 -0500
  10. dd053b6 linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · Thu Mar 26 13:16:33 2020 +0900
  11. 583f8dd linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · Thu Mar 26 10:57:12 2020 +0900
  12. ac1bfb9 linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · Thu Mar 26 10:51:39 2020 +0900
  13. 0b67e56 Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · Mon Mar 09 17:39:48 2020 +0900
  14. fcbcd6f aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · Wed Feb 26 12:37:05 2020 -0600
  15. 94eb27f Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · Tue Feb 11 16:15:45 2020 +0000
  16. 944ade8 fconf: initial commit by Louis Mayencourt · Thu Aug 08 12:03:26 2019 +0100
  17. e8dadb1 coverity: Fix MISRA null pointer violations by Zelalem · Wed Feb 05 14:12:39 2020 -0600
  18. e545a83 BL2: Print ID of images we fail loading by Sandrine Bailleux · Mon Feb 03 15:58:16 2020 +0100
  19. 65d699d BL2_AT_EL3: add PIE support by Masahiro Yamada · Fri Jan 17 13:45:02 2020 +0900
  20. 0f7e601 Prevent speculative execution past ERET by Anthony Steinhauser · Tue Jan 07 15:44:06 2020 -0800
  21. 253b3d5 Merge "PIE: make call to GDT relocation fixup generalized" into integration by Soby Mathew · Thu Dec 12 14:25:47 2019 +0000
  22. c825768 PIE: make call to GDT relocation fixup generalized by Manish Pandey · Tue Nov 26 11:34:17 2019 +0000
  23. 23f5e54 Reduce space lost to object alignment by Samuel Holland · Sun Oct 20 16:11:25 2019 -0500
  24. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · Fri Sep 13 14:11:59 2019 +0100
  25. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  26. 5289b67 bl2_el3: clean up linker script by Masahiro Yamada · Fri Jun 14 17:49:17 2019 +0900
  27. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · Fri May 24 12:17:09 2019 +0100
  28. a68ed36 Merge pull request #1878 from jts-arm/sctlr by Soby Mathew · Wed Mar 13 15:32:00 2019 +0000
  29. 033186c bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSR by Bryan O'Donoghue · Mon Mar 11 15:36:07 2019 +0000
  30. d5a5960 Apply stricter speculative load restriction by John Tsichritzis · Mon Mar 04 16:42:54 2019 +0000
  31. 4f29fb7 BL2_AT_EL3: Enable pointer authentication support by Antonio Nino Diaz · Thu Jan 31 17:40:44 2019 +0000
  32. 6e4b083 BL2: Enable pointer authentication support by Antonio Nino Diaz · Thu Jan 31 10:48:47 2019 +0000
  33. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · Tue Dec 18 13:49:46 2018 +0000
  34. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  35. 3364cd4 correct some missing-prototype warnings by Yann Gautier · Mon Dec 10 10:41:03 2018 +0100
  36. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  37. fcaf1bd PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · Fri Oct 12 16:40:28 2018 +0100
  38. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · Mon Sep 24 17:20:48 2018 +0100
  39. 4daa1de DSU erratum 936184 workaround by John Tsichritzis · Mon Jul 23 09:11:59 2018 +0100
  40. 502290b Create a library file for libmbedtls by Roberto Vargas · Tue May 08 10:27:10 2018 +0100
  41. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · Tue Apr 17 11:31:43 2018 +0100
  42. 1d04c63 Add .extab and .exidx sections by Roberto Vargas · Thu May 10 11:01:16 2018 +0100
  43. d93fde3 Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · Wed Apr 11 11:53:31 2018 +0100
  44. 60e5c2f BL2_AT_EL3: do not try to disable MMU twice on AARCH32 by Yann Gautier · Thu Apr 26 19:07:17 2018 +0200
  45. b72de19 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · Mon Apr 16 15:04:28 2018 +0100
  46. 02b2c2b Fix MISRA rule 8.3 Part 1 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  47. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · Wed Mar 21 07:20:09 2018 +0000
  48. 6a89754 bl2-el3: Fix bl32 lr_svc used for bl33 entry address by Lionel Debieve · Mon Mar 05 15:21:59 2018 +0100
  49. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · Wed Feb 28 18:53:30 2018 +0000
  50. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  51. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  52. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · Wed Feb 28 01:26:21 2018 +0000
  53. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · Fri Feb 23 15:07:54 2018 +0000
  54. 73308d0 Introduce the new BL handover interface by Soby Mathew · Tue Jan 09 14:36:14 2018 +0000
  55. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · Thu Feb 08 17:45:12 2018 +0000
  56. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · Wed Feb 07 11:57:19 2018 +0800
  57. 2b407d2 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · Tue Feb 06 10:58:21 2018 +0100
  58. dc8bbb4 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · Mon Feb 05 10:42:42 2018 +0100
  59. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · Thu Feb 01 16:45:51 2018 +0900
  60. 9f41248 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · Tue Jan 16 10:35:23 2018 +0000
  61. 51abc34 bl2-el3: Mark all the assembly functions in bl2 at el3 by Roberto Vargas · Fri Nov 17 10:51:54 2017 +0000
  62. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · Mon Oct 30 14:43:43 2017 +0000
  63. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · Wed Nov 15 11:45:35 2017 +0000
  64. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · Tue Sep 26 12:53:01 2017 +0100
  65. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  66. 09c97c9 Minor refactor of BL2 image load v2 by Dan Handley · Tue Apr 18 14:46:23 2017 +0100
  67. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · Wed Apr 12 22:23:44 2017 +0100
  68. 306593d Add support for GCC stack protection by Douglas Raillard · Fri Feb 24 18:14:15 2017 +0000
  69. e3962d0 Flush console where necessary by Antonio Nino Diaz · Thu Feb 16 16:17:19 2017 +0000
  70. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · Tue Mar 07 11:02:47 2017 +0000
  71. 21362a9 Introduce unified API to zero memory by Douglas Raillard · Fri Dec 02 13:51:54 2016 +0000
  72. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · Wed Nov 30 15:21:11 2016 +0000
  73. dafb247 AArch32: Add generic changes in BL2 by Yatharth Kochar · Thu Jun 30 14:52:12 2016 +0100
  74. 51f76f6 Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · Mon Sep 12 16:10:33 2016 +0100
  75. 7b5c9b3 Move spinlock library code to AArch64 folder by Soby Mathew · Mon Aug 08 12:42:53 2016 +0100
  76. f91f144 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · Fri Jul 08 14:37:40 2016 +0100
  77. 2b8277b Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · Wed Apr 06 17:31:57 2016 +0100
  78. faf144f Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapper by danh-arm · Tue Mar 29 15:39:01 2016 +0100
  79. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · Mon Feb 01 13:57:25 2016 +0000
  80. faf573a Enable preloaded BL33 alternative boot flow by Antonio Nino Diaz · Mon Feb 15 14:53:10 2016 +0000
  81. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · Mon Dec 14 09:35:25 2015 +0000
  82. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · Thu Dec 10 15:49:17 2015 +0000
  83. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · Sat Oct 10 19:06:53 2015 +0100
  84. 57d334c Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · Thu Oct 29 12:47:02 2015 +0000
  85. 03897bb CSS: Enable booting of EL3 payloads by Sandrine Bailleux · Thu Nov 26 16:31:34 2015 +0000
  86. 26ae583 Add optional platform error handler API by Juan Castillo · Fri Sep 25 15:41:14 2015 +0100
  87. ec813f5 Use standard errno definitions in load_auth_image() by Juan Castillo · Thu Oct 01 18:37:40 2015 +0100
  88. e9c4a64 Make generic code work in presence of system caches by Achin Gupta · Fri Sep 11 16:03:13 2015 +0100
  89. b7bf710 Merge pull request #368 from jcastillo-arm/jc/genfw/1126 by danh-arm · Fri Aug 21 15:28:30 2015 +0100
  90. 97dbcf1 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · Mon Aug 17 10:43:27 2015 +0100
  91. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · Mon Jul 13 11:21:11 2015 +0100
  92. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · Tue May 19 11:54:12 2015 +0100
  93. 8e55d93 TBB: add authentication framework by Juan Castillo · Thu Apr 02 09:48:16 2015 +0100
  94. 3a66aca Use numbers to identify images instead of names by Juan Castillo · Mon Apr 13 17:36:19 2015 +0100
  95. aada44c Panic if platform specific BL3-0 handling fails by Sandrine Bailleux · Thu Mar 26 11:07:09 2015 +0000
  96. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · Tue Mar 24 14:03:57 2015 +0000
  97. 9246ab8 TBB: authenticate BL3-x images and certificates by Juan Castillo · Wed Jan 28 16:46:57 2015 +0000
  98. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · Thu Jan 08 18:02:44 2015 +0000
  99. 4db9d15 Bug fix: initialize bl30_image_info fields before use by Juan Castillo · Thu Nov 13 17:04:33 2014 +0000
  100. 6b672f5 Juno: Use TZC-400 driver calls by Juan Castillo · Thu Sep 04 14:43:09 2014 +0100