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