1. 268131c xlat_tables_v2: fix assembler warning of PLAT_RO_XLAT_TABLES by Masahiro Yamada · 5 years ago
  2. a7739bc linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  3. 0a0a7a9 linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 5 years ago
  4. 9fb288a linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 5 years ago
  5. 787d848 Merge "xlat_tables_v2: add enable_mmu()" into integration by Mark Dykes · 5 years ago
  6. 614be75 Merge "Add get_current_el_maybe_constant()" into integration by Mark Dykes · 5 years ago
  7. f554773 xlat_tables_v2: add enable_mmu() by Masahiro Yamada · 5 years ago
  8. fd092be Add get_current_el_maybe_constant() by Masahiro Yamada · 5 years ago
  9. 53adeba Create separate header for ARM specific SMCCC defines by Manish V Badarkhe · 5 years ago
  10. 0ab4964 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 5 years ago
  11. d9f405e Merge "Fix 'tautological-constant-compare' error" into integration by Mark Dykes · 5 years ago
  12. 4c4a132 Fix 'tautological-constant-compare' error by Manish V Badarkhe · 5 years ago
  13. f89eea4 Merge "context: TPIDR_EL2 register not saved/restored" into integration by Manish Pandey · 5 years ago
  14. 498f293 raw_nand: correct static analysis tool warning by Yann Gautier · 5 years ago
  15. bd0c2f8 spd: tlkd: support new TLK SMCs for RPMB service by Mustafa Yigit Bilgen · 7 years ago
  16. 7f164a8 context: TPIDR_EL2 register not saved/restored by Olivier Deprez · 5 years ago
  17. 6cdd55d Merge "el3_entrypoint_common: avoid overwriting arg3" into integration by Manish Pandey · 5 years ago
  18. 0600cf6 tlkd: remove system off/reset handlers by Varun Wadekar · 7 years ago
  19. d55b8f6 Tegra194: enable dual execution for EL2 and EL3 by Kalyani Chidambaram · 7 years ago
  20. c979685 Merge changes from topic "rpix-multi-console" into integration by Sandrine Bailleux · 5 years ago
  21. 0d92745 rpi3: gpio: Simplify GPIO setup by Andre Przywara · 5 years ago
  22. 0e75343 Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 5 years ago
  23. bb37363 Merge "SPMD: Add support for SPCI_ID_GET" into integration by Sandrine Bailleux · 5 years ago
  24. ac03ac5 SPMD: Add support for SPCI_ID_GET by Max Shvetsov · 5 years ago
  25. d2737fe Merge changes from topic "mp/enhanced_pal_hw" into integration by Mark Dykes · 5 years ago
  26. 8fd41bb Merge "Use Speculation Barrier instruction for v8.5 cores" into integration by Mark Dykes · 5 years ago
  27. d205cda spd: tlkd: secure timer interrupt handler by Varun Wadekar · 7 years ago
  28. 26d1e0c fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 6 years ago
  29. ccfb5c8 Use Speculation Barrier instruction for v8.5 cores by Madhukar Pappireddy · 5 years ago
  30. f9ea3a6 Merge "Fix crash dump for lower EL" into integration by Mark Dykes · 5 years ago
  31. 6654d17 Merge "TF-A GICv3 driver: Separate GICD and GICR accessor functions" into integration by Mark Dykes · 5 years ago
  32. 25d740c fconf: enhancements to firmware configuration framework by Madhukar Pappireddy · 6 years ago
  33. f56081e Merge changes from topic "xlat" into integration by Sandrine Bailleux · 5 years ago
  34. 665e71b Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 5 years ago
  35. e282245 xlat_tables_v2: use ARRAY_SIZE in REGISTER_XLAT_CONTEXT_FULL_SPEC by Masahiro Yamada · 5 years ago
  36. 363830d xlat_tables_v2: merge REGISTER_XLAT_CONTEXT_{FULL_SPEC,RO_BASE_TABLE} by Masahiro Yamada · 5 years ago
  37. f09852c Merge changes from topic "sb/dualroot" into integration by Mark Dykes · 5 years ago
  38. e310267 Merge changes from topic "sb/dualroot" into integration by Sandrine Bailleux · 5 years ago
  39. 6e19bd5 TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · 5 years ago
  40. efe30cb Merge "aarch32: stop speculative execution past exception returns" into integration by Mark Dykes · 5 years ago
  41. b4292bc Fix crash dump for lower EL by Alexei Fedorov · 5 years ago
  42. 2be57b8 TBB: Add an IO abstraction layer to load encrypted firmwares by Sumit Garg · 6 years ago
  43. 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 6 years ago
  44. d95f7a7 Merge changes from topic "spmd-sel2" into integration by Olivier Deprez · 5 years ago
  45. cb3b534 SPMD: loading Secure Partition payloads by Manish Pandey · 5 years ago
  46. 033039f SPMD: add command line parameter to run SPM at S-EL2 or S-EL1 by Max Shvetsov · 5 years ago
  47. 0f14d02 SPMD: SPMC init, SMC handler cosmetic changes by Max Shvetsov · 5 years ago
  48. 2825946 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 5 years ago
  49. 7cd64d1 fconf: Add Secure Partitions information as property by Olivier Deprez · 6 years ago
  50. 28f39f0 SPMD: save/restore EL2 system registers. by Max Shvetsov · 5 years ago
  51. 6bc2438 aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · 5 years ago
  52. 2403813 Merge changes I75f6d135,I4add470e,I0ecd3a2b,I67a63d73 into integration by Manish Pandey · 5 years ago
  53. 562abec Merge "fconf: Fix misra issues" into integration by Sandrine Bailleux · 5 years ago
  54. 845db72 fconf: Fix misra issues by Louis Mayencourt · 5 years ago
  55. 896d684 Merge changes from topic "console_t_cleanup" into integration by Mark Dykes · 5 years ago
  56. c723ef0 Merge changes from topic "console_t_cleanup" into integration by Mark Dykes · 5 years ago
  57. 093dce7 Merge "pl011: Use generic console_t data structure" into integration by Mark Dykes · 5 years ago
  58. ad8922f Merge "meson: Use generic console_t data structure" into integration by Mark Dykes · 5 years ago
  59. b857b83 Merge "console: Integrate UART base address in generic console_t" into integration by Mark Dykes · 5 years ago
  60. e21a788 coreboot: Use generic base address by Andre Przywara · 6 years ago
  61. f695e1e pl011: Use generic console_t data structure by Andre Przywara · 6 years ago
  62. 489e298 meson: Use generic console_t data structure by Andre Przywara · 6 years ago
  63. ac71344 console: Integrate UART base address in generic console_t by Andre Przywara · 6 years ago
  64. 78b40dc cdns: Use generic console_t data structure by Andre Przywara · 6 years ago
  65. c10db6d stm32: Use generic console_t data structure by Andre Przywara · 6 years ago
  66. c01ee06 rcar: Use generic console_t data structure by Andre Przywara · 6 years ago
  67. 3968bc0 a3700: Use generic console_t data structure by Andre Przywara · 6 years ago
  68. 98964f0 16550: Use generic console_t data structure by Andre Przywara · 6 years ago
  69. 60e8f3c Read-only xlat tables for BL31 memory by Petre-Ionut Tudor · 6 years ago
  70. 8800570 plat/arm: Pass cookie argument down to arm_get_rotpk_info() by Sandrine Bailleux · 5 years ago
  71. 5ab8b71 Introduce a new "dualroot" chain of trust by Sandrine Bailleux · 5 years ago
  72. 2f39c55 Merge "Add Matterhorn CPU lib" into integration by joanna.farley · 5 years ago
  73. e571211 Merge "Add CPULib for Klein Core" into integration by joanna.farley · 5 years ago
  74. b3c287f Merge "Use consistent SMCCC error code" into integration by Mark Dykes · 5 years ago
  75. 30f3100 el3_entrypoint_common: avoid overwriting arg3 by Yann Gautier · 6 years ago
  76. dd4f088 Tegra: delay_timer: support for physical secure timer by Varun Wadekar · 7 years ago
  77. d4b2910 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · 5 years ago
  78. cd0ea18 cpus: higher performance non-cacheable load forwarding by Varun Wadekar · 7 years ago
  79. af10d22 Use consistent SMCCC error code by Manish V Badarkhe · 5 years ago
  80. 4ed1676 plat/arm/tzc: add support to configure multiple tzc400 by Suyash Pathak · 6 years ago
  81. 86f297a plat/arm: allow boards to specify second DRAM Base address by Suyash Pathak · 5 years ago
  82. 96318f8 plat/arm: allow boards to define PLAT_ARM_TZC_FILTERS by Suyash Pathak · 5 years ago
  83. 76ce102 Merge "coverity: fix MISRA violations" into integration by Mark Dykes · 5 years ago
  84. 2fe75a2 coverity: fix MISRA violations by Zelalem · 5 years ago
  85. da3b47e Add Matterhorn CPU lib by Jimmy Brisson · 6 years ago
  86. f474472 Add CPULib for Klein Core by Jimmy Brisson · 6 years ago
  87. c83d66e Merge changes Ib68092d1,I816ea14e into integration by Sandrine Bailleux · 5 years ago
  88. 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 5 years ago
  89. 63aa409 Merge changes from topic "spmd" into integration by Olivier Deprez · 5 years ago
  90. c8e0f95 Merge "Make PAC demangling more generic" into integration by Mark Dykes · 5 years ago
  91. 82ed37e Merge "SPM: modify sptool to generate individual SP blobs" into integration by Olivier Deprez · 5 years ago
  92. bdd2596 SPMD: add SPM dispatcher based upon SPCI Beta 0 spec by Achin Gupta · 6 years ago
  93. 64758c9 SPMD: add support to run BL32 in TDRAM and BL31 in secure DRAM on Arm FVP by Achin Gupta · 6 years ago
  94. 0cb64d0 SPMD: add support for an example SPM core manifest by Achin Gupta · 6 years ago
  95. 3977a82 SPM: modify sptool to generate individual SP blobs by Manish Pandey · 6 years ago
  96. 68c7608 Make PAC demangling more generic by Alexei Fedorov · 5 years ago
  97. 31e703f drivers/arm/scmi: allow use of multiple SCMI channels by Aditya Angadi · 6 years ago
  98. f893160 drivers/mhu: derive doorbell base address by Aditya Angadi · 6 years ago
  99. 6daeec7 plat/arm/sgi: add chip_id and multi_chip_mode to platform variant info by Vijayenthiran Subramaniam · 6 years ago
  100. 9739982 arm-io: Panic in case of io setup failure by Louis Mayencourt · 6 years ago