1. 396b339 feat(fwu): initialize FWU driver in BL2 by Manish V Badarkhe · 3 years ago
  2. 4324a14 Add PIE support for AARCH32 by Yann Gautier · 3 years, 8 months ago
  3. fb4f511 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 3 years, 9 months ago
  4. 0063dd1 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 3 years, 6 months ago
  5. 3f498b0 TF-A: Add support for Measured Boot driver in BL1 and BL2 by Alexei Fedorov · 3 years, 11 months ago
  6. e8ad616 linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 4 years, 1 month ago
  7. caa3e7e linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 4 years, 1 month ago
  8. a926a9f linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  9. 37d56d3 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration by Mark Dykes · 4 years, 2 months ago
  10. 3443a70 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 4 years, 2 months ago
  11. a7739bc linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  12. 0a0a7a9 linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 4 years, 2 months ago
  13. 9fb288a linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  14. 665e71b Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 4 years, 3 months ago
  15. 6bc2438 aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · 4 years, 3 months ago
  16. 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 4 years, 4 months ago
  17. ab1981d fconf: initial commit by Louis Mayencourt · 4 years, 10 months ago
  18. 466bb28 coverity: Fix MISRA null pointer violations by Zelalem · 4 years, 4 months ago
  19. a416325 BL2: Print ID of images we fail loading by Sandrine Bailleux · 4 years, 4 months ago
  20. 69af7fc BL2_AT_EL3: add PIE support by Masahiro Yamada · 4 years, 4 months ago
  21. f461fe3 Prevent speculative execution past ERET by Anthony Steinhauser · 4 years, 5 months ago
  22. 7999904 Merge "PIE: make call to GDT relocation fixup generalized" into integration by Soby Mathew · 4 years, 6 months ago
  23. da90359 PIE: make call to GDT relocation fixup generalized by Manish Pandey · 4 years, 6 months ago
  24. ebd6efa Reduce space lost to object alignment by Samuel Holland · 4 years, 7 months ago
  25. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 9 months ago
  26. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 4 years, 11 months ago
  27. 2f6f00d bl2_el3: clean up linker script by Masahiro Yamada · 5 years ago
  28. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  29. c0ce16f Merge pull request #1878 from jts-arm/sctlr by Soby Mathew · 5 years ago
  30. eb20f04 bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSR by Bryan O'Donoghue · 5 years ago
  31. 02b5794 Apply stricter speculative load restriction by John Tsichritzis · 5 years ago
  32. dcbfa11 BL2_AT_EL3: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  33. 9d93fc2 BL2: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  34. c9f9d9e Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 5 years ago
  35. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  36. 1b18c6c correct some missing-prototype warnings by Yann Gautier · 5 years ago
  37. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  38. f1722b6 PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 6 years ago
  39. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  40. 8a67718 DSU erratum 936184 workaround by John Tsichritzis · 6 years ago
  41. 180c4bc Create a library file for libmbedtls by Roberto Vargas · 6 years ago
  42. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  43. ad92509 Add .extab and .exidx sections by Roberto Vargas · 6 years ago
  44. 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  45. 01a1f7c BL2_AT_EL3: do not try to disable MMU twice on AARCH32 by Yann Gautier · 6 years ago
  46. 8b37120 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 6 years ago
  47. 8cb4762 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 6 years ago
  48. 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  49. a24dbdc bl2-el3: Fix bl32 lr_svc used for bl33 entry address by Lionel Debieve · 6 years ago
  50. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  51. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  52. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  53. c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  54. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  55. a6f340f Introduce the new BL handover interface by Soby Mathew · 6 years ago
  56. 566034f Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  57. 5b75b4a Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  58. 95ae5b0 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  59. 10c6695 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  60. ba68ef5 bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  61. 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 6 years ago
  62. 487d3bf bl2-el3: Mark all the assembly functions in bl2 at el3 by Roberto Vargas · 7 years ago
  63. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  64. a2aedac Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  65. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  66. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  67. c2a9ee6 Minor refactor of BL2 image load v2 by Dan Handley · 7 years ago
  68. f07d398 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  69. 51faada Add support for GCC stack protection by Douglas Raillard · 7 years ago
  70. 0b32628 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  71. 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  72. 308d359 Introduce unified API to zero memory by Douglas Raillard · 7 years ago
  73. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 7 years ago
  74. d48c12e AArch32: Add generic changes in BL2 by Yatharth Kochar · 8 years ago
  75. 42019bf Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago
  76. 12ab697 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  77. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  78. 68450a6 Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 8 years ago
  79. 6b1ca8f Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapper by danh-arm · 8 years ago
  80. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  81. cf2c8a3 Enable preloaded BL33 alternative boot flow by Antonio Nino Diaz · 8 years ago
  82. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 8 years ago
  83. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 8 years ago
  84. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  85. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  86. 4c117f6 CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago
  87. 40fc6cd Add optional platform error handler API by Juan Castillo · 9 years ago
  88. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  89. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  90. 468f808 Merge pull request #368 from jcastillo-arm/jc/genfw/1126 by danh-arm · 9 years ago
  91. fedbc04 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  92. 85a181c PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  93. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  94. 05799ae TBB: add authentication framework by Juan Castillo · 9 years ago
  95. 16948ae Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  96. bcb79b9 Panic if platform specific BL3-0 handling fails by Sandrine Bailleux · 9 years ago
  97. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  98. dec840a TBB: authenticate BL3-x images and certificates by Juan Castillo · 9 years ago
  99. ab8707e Remove coherent memory from the BL memory maps by Soby Mathew · 9 years ago
  100. 92de356 Bug fix: initialize bl30_image_info fields before use by Juan Castillo · 10 years ago