1. ad43c49 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 5 years ago
  2. cbf9e84 plat/arm/fvp: Support performing SDEI platform setup in runtime by Balint Dobszay · 6 years ago
  3. 45aecff Implement workaround for AT speculative behaviour by Manish V Badarkhe · 5 years ago
  4. 23d5ba8 SPMD: extract SPMC DTB header size from SPMD by Olivier Deprez · 5 years ago
  5. 5269694 SPMD: code/comments cleanup by Olivier Deprez · 5 years ago
  6. 60e2e27 fdt/wrappers: Introduce code to find UART DT node by Andre Przywara · 5 years ago
  7. 7ad6d36 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 5 years ago
  8. 364ad24 arm: fconf: Fix GICv3 dynamic configuration by Andre Przywara · 5 years ago
  9. be858cf plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 5 years ago
  10. ff4e6c3 fdt/wrappers: Replace fdtw_read_cells() implementation by Andre Przywara · 5 years ago
  11. 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 5 years ago
  12. 6e3a89f fdt/wrappers: Generalise fdtw_read_array() by Andre Przywara · 5 years ago
  13. 455a6f3 Merge changes from topic "linker-script" into integration by Sandrine Bailleux · 5 years ago
  14. caa3e7e linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  15. 9cf7f35 Provide a hint to power controller for DSU cluster power down by Madhukar Pappireddy · 6 years ago
  16. 994421a Merge changes from topics "af/fvp_gicv4", "af/gicv4", "af/gic_extended" into integration by Olivier Deprez · 5 years ago
  17. 5875f26 TF-A: Add GICv4 extension for GIC driver by Alexei Fedorov · 5 years ago
  18. 579d1e9 coreboot: Add memory range parsing by Julius Werner · 5 years ago
  19. 1150416 locks: bakery: use is_dcache_enabled() helper by Masahiro Yamada · 5 years ago
  20. 8f3ad76 TF-A GICv3 driver: Add extended PPI and SPI range by Alexei Fedorov · 5 years ago
  21. 37d56d3 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration by Mark Dykes · 5 years ago
  22. 3443a70 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 5 years ago
  23. f4367eb Merge "xlat lib v2: Add support to pass shareability attribute for normal memory region" into integration by Manish Pandey · 5 years ago
  24. 926cd70 Merge changes from topic "brcm_initial_support" into integration by Manish Pandey · 5 years ago
  25. 06aca85 xlat lib v2: Add support to pass shareability attribute for normal memory region by Pramod Kumar · 5 years ago
  26. 49dec7f drivers: Add SPI Nor flash support by Sheetal Tigadoli · 6 years ago
  27. e3ee7b7 drivers: Add iproc spi driver by Sheetal Tigadoli · 6 years ago
  28. bffde63 drivers: Add emmc driver for Broadcom platforms by Sheetal Tigadoli · 6 years ago
  29. 3942d3a Add BL31 support for Broadcom stingray platform by Sheetal Tigadoli · 6 years ago
  30. f29d1e0 Add BL2 support for Broadcom stingray platform by Sheetal Tigadoli · 6 years ago
  31. 9a40c0f Add bl31 support common across Broadcom platforms by Sheetal Tigadoli · 6 years ago
  32. 8a53445 Merge changes from topic "sb/fconf" into integration by Olivier Deprez · 5 years ago
  33. 717448d Add bl2 setup code common across Broadcom platforms by Sheetal Tigadoli · 6 years ago
  34. cb2e35b Merge changes from topic "macro-cleanup" into integration by Mark Dykes · 5 years ago
  35. 3142f6d Merge "cryptocell: add support for Cryptocell 713" into integration by joanna.farley · 5 years ago
  36. afe6262 Check for out-of-bound accesses in the platform io policies by Sandrine Bailleux · 5 years ago
  37. 6f8a256 Check for out-of-bound accesses in the CoT description by Sandrine Bailleux · 5 years ago
  38. ea7fc9d Merge changes from topic "xlat" into integration by Sandrine Bailleux · 5 years ago
  39. 9cefb4b Pass more -D options to BL*_CPPFLAGS instead of BL*_CFLAGS by Masahiro Yamada · 5 years ago
  40. 268131c xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES by Masahiro Yamada · 5 years ago
  41. a7739bc linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  42. 0a0a7a9 linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 5 years ago
  43. 9fb288a linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 5 years ago
  44. 25d819a include: fixup 'cm_setup_context' prototype by Varun Wadekar · 5 years ago
  45. 4501843 cryptocell: add support for Cryptocell 713 by Gilad Ben-Yossef · 6 years ago
  46. 5c38088 drivers: Add support to retrieve plat_toc_flags by Scott Branden · 9 years ago
  47. 787d848 Merge "xlat_tables_v2: add enable_mmu()" into integration by Mark Dykes · 5 years ago
  48. 614be75 Merge "Add get_current_el_maybe_constant()" into integration by Mark Dykes · 5 years ago
  49. f554773 xlat_tables_v2: add enable_mmu() by Masahiro Yamada · 5 years ago
  50. fd092be Add get_current_el_maybe_constant() by Masahiro Yamada · 5 years ago
  51. 53adeba Create separate header for ARM specific SMCCC defines by Manish V Badarkhe · 5 years ago
  52. 0ab4964 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 5 years ago
  53. d9f405e Merge "Fix 'tautological-constant-compare' error" into integration by Mark Dykes · 5 years ago
  54. 4c4a132 Fix 'tautological-constant-compare' error by Manish V Badarkhe · 5 years ago
  55. f89eea4 Merge "context: TPIDR_EL2 register not saved/restored" into integration by Manish Pandey · 5 years ago
  56. 498f293 raw_nand: correct static analysis tool warning by Yann Gautier · 5 years ago
  57. bd0c2f8 spd: tlkd: support new TLK SMCs for RPMB service by Mustafa Yigit Bilgen · 7 years ago
  58. 7f164a8 context: TPIDR_EL2 register not saved/restored by Olivier Deprez · 5 years ago
  59. 6cdd55d Merge "el3_entrypoint_common: avoid overwriting arg3" into integration by Manish Pandey · 5 years ago
  60. 0600cf6 tlkd: remove system off/reset handlers by Varun Wadekar · 7 years ago
  61. d55b8f6 Tegra194: enable dual execution for EL2 and EL3 by Kalyani Chidambaram · 7 years ago
  62. c979685 Merge changes from topic "rpix-multi-console" into integration by Sandrine Bailleux · 5 years ago
  63. 0d92745 rpi3: gpio: Simplify GPIO setup by Andre Przywara · 5 years ago
  64. 0e75343 Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 5 years ago
  65. bb37363 Merge "SPMD: Add support for SPCI_ID_GET" into integration by Sandrine Bailleux · 5 years ago
  66. ac03ac5 SPMD: Add support for SPCI_ID_GET by Max Shvetsov · 5 years ago
  67. d2737fe Merge changes from topic "mp/enhanced_pal_hw" into integration by Mark Dykes · 5 years ago
  68. 8fd41bb Merge "Use Speculation Barrier instruction for v8.5 cores" into integration by Mark Dykes · 5 years ago
  69. d205cda spd: tlkd: secure timer interrupt handler by Varun Wadekar · 7 years ago
  70. 26d1e0c fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 6 years ago
  71. ccfb5c8 Use Speculation Barrier instruction for v8.5 cores by Madhukar Pappireddy · 5 years ago
  72. f9ea3a6 Merge "Fix crash dump for lower EL" into integration by Mark Dykes · 5 years ago
  73. 6654d17 Merge "TF-A GICv3 driver: Separate GICD and GICR accessor functions" into integration by Mark Dykes · 5 years ago
  74. 25d740c fconf: enhancements to firmware configuration framework by Madhukar Pappireddy · 6 years ago
  75. f56081e Merge changes from topic "xlat" into integration by Sandrine Bailleux · 5 years ago
  76. 665e71b Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 5 years ago
  77. e282245 xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPEC by Masahiro Yamada · 5 years ago
  78. 363830d xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE} by Masahiro Yamada · 5 years ago
  79. f09852c Merge changes from topic "sb/dualroot" into integration by Mark Dykes · 5 years ago
  80. e310267 Merge changes from topic "sb/dualroot" into integration by Sandrine Bailleux · 5 years ago
  81. 6e19bd5 TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · 5 years ago
  82. efe30cb Merge "aarch32: stop speculative execution past exception returns" into integration by Mark Dykes · 5 years ago
  83. b4292bc Fix crash dump for lower EL by Alexei Fedorov · 5 years ago
  84. 2be57b8 TBB: Add an IO abstraction layer to load encrypted firmwares by Sumit Garg · 6 years ago
  85. 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 6 years ago
  86. d95f7a7 Merge changes from topic "spmd-sel2" into integration by Olivier Deprez · 5 years ago
  87. cb3b534 SPMD: loading Secure Partition payloads by Manish Pandey · 5 years ago
  88. 033039f SPMD: add command line parameter to run SPM at S-EL2 or S-EL1 by Max Shvetsov · 5 years ago
  89. 0f14d02 SPMD: SPMC init, SMC handler cosmetic changes by Max Shvetsov · 5 years ago
  90. 2825946 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 5 years ago
  91. 7cd64d1 fconf: Add Secure Partitions information as property by Olivier Deprez · 6 years ago
  92. 28f39f0 SPMD: save/restore EL2 system registers. by Max Shvetsov · 5 years ago
  93. 6bc2438 aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · 5 years ago
  94. 2403813 Merge changes I75f6d135,I4add470e,I0ecd3a2b,I67a63d73 into integration by Manish Pandey · 5 years ago
  95. 562abec Merge "fconf: Fix misra issues" into integration by Sandrine Bailleux · 5 years ago
  96. 845db72 fconf: Fix misra issues by Louis Mayencourt · 5 years ago
  97. 896d684 Merge changes from topic "console_t_cleanup" into integration by Mark Dykes · 5 years ago
  98. c723ef0 Merge changes from topic "console_t_cleanup" into integration by Mark Dykes · 5 years ago
  99. 093dce7 Merge "pl011: Use generic console_t data structure" into integration by Mark Dykes · 5 years ago
  100. ad8922f Merge "meson: Use generic console_t data structure" into integration by Mark Dykes · 5 years ago