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