1. 11b9b49 refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 1 year, 7 months ago
  2. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 5 months ago
  3. 68d2836 build: clarify linker script generation by Chris Kay · 1 year, 6 months ago
  4. 4b7660a style: normalize linker script code style by Chris Kay · 1 year, 9 months ago
  5. da284d5 style(linker_script): fix indentation by Jorge Troncoso · 1 year, 8 months ago
  6. c142587 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 5 years ago
  7. 4f5d81d fix(bl2): define RAM_NOLOAD for XIP by Yann Gautier · 2 years, 3 months ago
  8. 0824b45 feat(bl2): add support to separate no-loadable sections by Jiafei Pan · 2 years, 4 months ago
  9. a3bb76f fix(bl2): correct messages with image_id by Yann Gautier · 2 years, 5 months ago
  10. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 2 years, 7 months ago
  11. 5797b80 feat(measured boot): move init and teardown functions to platform layer by Manish V Badarkhe · 2 years, 11 months ago
  12. 9d13402 refactor(gpt): productize and refactor GPT library by johpow01 · 3 years ago
  13. 8e2e24b feat(rme): add GPT Library by Zelalem Aweke · 3 years ago
  14. 688fbf7 feat(rme): run BL2 in root world when FEAT_RME is enabled by Zelalem Aweke · 3 years ago
  15. 99575e4 feat(fwu): initialize FWU driver in BL2 by Manish V Badarkhe · 3 years ago
  16. 514e59c Add PIE support for AARCH32 by Yann Gautier · 3 years, 9 months ago
  17. e57bce8 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 3 years, 11 months ago
  18. f3a4c54 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 3 years, 7 months ago
  19. 71707b1 TF-A: Add support for Measured Boot driver in BL1 and BL2 by Alexei Fedorov · 4 years ago
  20. 85fa00e linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  21. c5864d8 linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  22. 403990e linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  23. b58e451 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration by Mark Dykes · 4 years, 3 months ago
  24. a5c6636 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 4 years, 3 months ago
  25. dd053b6 linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  26. 583f8dd linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 4 years, 3 months ago
  27. ac1bfb9 linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  28. 0b67e56 Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 4 years, 4 months ago
  29. fcbcd6f aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · 4 years, 4 months ago
  30. 94eb27f Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 4 years, 5 months ago
  31. 944ade8 fconf: initial commit by Louis Mayencourt · 5 years ago
  32. e8dadb1 coverity: Fix MISRA null pointer violations by Zelalem · 4 years, 5 months ago
  33. e545a83 BL2: Print ID of images we fail loading by Sandrine Bailleux · 4 years, 5 months ago
  34. 65d699d BL2_AT_EL3: add PIE support by Masahiro Yamada · 4 years, 6 months ago
  35. 0f7e601 Prevent speculative execution past ERET by Anthony Steinhauser · 4 years, 6 months ago
  36. 253b3d5 Merge "PIE: make call to GDT relocation fixup generalized" into integration by Soby Mathew · 4 years, 7 months ago
  37. c825768 PIE: make call to GDT relocation fixup generalized by Manish Pandey · 4 years, 7 months ago
  38. 23f5e54 Reduce space lost to object alignment by Samuel Holland · 4 years, 9 months ago
  39. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 10 months ago
  40. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  41. 5289b67 bl2_el3: clean up linker script by Masahiro Yamada · 5 years ago
  42. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  43. a68ed36 Merge pull request #1878 from jts-arm/sctlr by Soby Mathew · 5 years ago
  44. 033186c bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSR by Bryan O'Donoghue · 5 years ago
  45. d5a5960 Apply stricter speculative load restriction by John Tsichritzis · 5 years ago
  46. 4f29fb7 BL2_AT_EL3: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  47. 6e4b083 BL2: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  48. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 6 years ago
  49. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  50. 3364cd4 correct some missing-prototype warnings by Yann Gautier · 6 years ago
  51. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  52. fcaf1bd PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 6 years ago
  53. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  54. 4daa1de DSU erratum 936184 workaround by John Tsichritzis · 6 years ago
  55. 502290b Create a library file for libmbedtls by Roberto Vargas · 6 years ago
  56. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  57. 1d04c63 Add .extab and .exidx sections by Roberto Vargas · 6 years ago
  58. d93fde3 Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  59. 60e5c2f BL2_AT_EL3: do not try to disable MMU twice on AARCH32 by Yann Gautier · 6 years ago
  60. b72de19 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 6 years ago
  61. 02b2c2b Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 6 years ago
  62. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  63. 6a89754 bl2-el3: Fix bl32 lr_svc used for bl33 entry address by Lionel Debieve · 6 years ago
  64. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  65. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  66. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  67. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  68. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  69. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  70. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  71. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  72. 2b407d2 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  73. dc8bbb4 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  74. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  75. 9f41248 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 6 years ago
  76. 51abc34 bl2-el3: Mark all the assembly functions in bl2 at el3 by Roberto Vargas · 7 years ago
  77. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  78. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  79. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  80. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  81. 09c97c9 Minor refactor of BL2 image load v2 by Dan Handley · 7 years ago
  82. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  83. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  84. e3962d0 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  85. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  86. 21362a9 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  87. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  88. dafb247 AArch32: Add generic changes in BL2 by Yatharth Kochar · 8 years ago
  89. 51f76f6 Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago
  90. 7b5c9b3 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  91. f91f144 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  92. 2b8277b Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 8 years ago
  93. faf144f Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapper by danh-arm · 8 years ago
  94. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  95. faf573a Enable preloaded BL33 alternative boot flow by Antonio Nino Diaz · 8 years ago
  96. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  97. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  98. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  99. 57d334c Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  100. 03897bb CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago