1. 72f027c fix(build): convert tabs and ifdef comparisons by Harrison Mutai · 1 year, 9 months ago
  2. f0c813b build(refactor): avoid ifdef comparison by Govindraj Raja · 1 year, 10 months ago
  3. fb73011 refactor(build): reorder arch features handling by Govindraj Raja · 1 year, 10 months ago
  4. 3547270 refactor(build): reorder platform Makefile evaluation by Govindraj Raja · 1 year, 11 months ago
  5. 0e1dc0f Merge "fix(mpam): refine MPAM initialization and enablement process" into integration by Manish Pandey · 1 year, 9 months ago
  6. edebefb fix(mpam): refine MPAM initialization and enablement process by Arvind Ram Prakash · 1 year, 10 months ago
  7. 1ca73b4 fix(build): convert tabs to spaces by Govindraj Raja · 1 year, 11 months ago
  8. 430be43 fix(build): pass parameters through response files by Harrison Mutai · 1 year, 10 months ago
  9. 801cd3c feat(el3-spmc): add a flag to enable support to load SEL0 SP by Nishant Sharma · 2 years, 1 month ago
  10. 85bebe1 refactor(console): disable getc() by default by Sandrine Bailleux · 1 year, 10 months ago
  11. 5782b89 feat(mbedtls-psa): introduce PSA_CRYPTO build option by Manish V Badarkhe · 1 year, 11 months ago
  12. 3ba2c15 feat(handoff): introduce firmware handoff library by Raymond Mao · 2 years ago
  13. 8b2048c fix(cpufeat): move nested virtualization support to optionals by Govindraj Raja · 1 year, 11 months ago
  14. f521142 refactor(cpufeat): refactor arch feature build options by Govindraj Raja · 2 years ago
  15. f1cb5bd fix(tbbr): unrecognised 'tos-fw-key-cert' option by Manish V Badarkhe · 1 year, 11 months ago
  16. bb22fb8 build: sort bootloader image sources by Chris Kay · 2 years, 3 months ago
  17. 1ab8c10 build: allow platform-defined flags by Chris Kay · 2 years, 3 months ago
  18. 890b508 feat(spmd): add spmd logical partitions by Raghu Krishnamurthy · 2 years, 5 months ago
  19. 4d0b663 feat(mte): adds feature detection for MTE_PERM by Maksims Svecovs · 2 years, 4 months ago
  20. 7794d6c feat(build): march option selection by Govindraj Raja · 2 years, 2 months ago
  21. d4089fb refactor(build): merge march32/64 directives by Govindraj Raja · 2 years, 2 months ago
  22. 0f19b7a feat(build): pass CCA NV ctr option to cert_create by laurenw-arm · 2 years, 3 months ago
  23. 269f3da Merge changes from topic "mp/feat_ras" into integration by Manish Pandey · 2 years, 3 months ago
  24. fdf9d76 Merge changes from topic "srm/Errata_ABI_El3" into integration by Madhukar Pappireddy · 2 years, 3 months ago
  25. c214ced Merge changes from topic "bk/context_refactor" into integration by Manish V Badarkhe · 2 years, 3 months ago
  26. 9202d51 refactor(ras): replace RAS_EXTENSION with FEAT_RAS by Manish Pandey · 2 years, 6 months ago
  27. 3e29231 Merge changes from topic "assert_boolean_set" into integration by Manish Pandey · 2 years, 3 months ago
  28. dea23e2 fix(build): allow lower address access with gcc-12 by Govindraj Raja · 2 years, 3 months ago
  29. ef63f5b refactor(errata_abi): factor in non-arm interconnect by Sona Mathew · 2 years, 5 months ago
  30. ffea384 feat(errata_abi): errata management firmware interface by Sona Mathew · 2 years, 9 months ago
  31. 0d12294 refactor(cm): make SVE and SME build dependencies logical by Boyan Karatotev · 2 years, 5 months ago
  32. 1369fb8 build!: check boolean flags are not empty by Yann Gautier · 2 years, 3 months ago
  33. a123cb1 build: allow BL-specific includes/definitions by Chris Kay · 2 years, 5 months ago
  34. d494b0e Merge "feat(el3-runtime): handle traps for IMPDEF registers accesses" into integration by Manish Pandey · 2 years, 3 months ago
  35. 0ed3be6 feat(el3-runtime): handle traps for IMPDEF registers accesses by Varun Wadekar · 2 years, 4 months ago
  36. 03d3c0d feat(sme): enable SME2 functionality for NS world by Jayanth Dodderi Chidanand · 2 years, 9 months ago
  37. 688ab57 feat(gcs): support guarded control stack by Mark Brown · 2 years, 5 months ago
  38. 062b6c6 feat(pie/por): support permission indirection and overlay by Mark Brown · 2 years, 5 months ago
  39. a1c924d Merge changes from topic "mb/rst-to-bl31-update" into integration by Manish V Badarkhe · 2 years, 4 months ago
  40. 2b0bc4e feat(cpufeat): enable FEAT_SVE for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  41. 45007ac feat(cpufeat): enable FEAT_SME for FEAT_STATE_CHECKED by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  42. 92e9325 Merge changes from topic "psci-osi" into integration by Manish Pandey · 2 years, 4 months ago
  43. d23acc9 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 2 years, 5 months ago
  44. 64b4710 build(psci): add build option for OS-initiated mode by Wing Li · 2 years, 6 months ago
  45. 7419b7a Merge changes from topic "feat_state_part3" into integration by Manish Pandey · 2 years, 5 months ago
  46. a59cddf Merge changes from topic "bk/errata_refactor" into integration by Manish Pandey · 2 years, 5 months ago
  47. 6437a09 refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  48. 90118bb refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS by Andre Przywara · 2 years, 6 months ago
  49. c41b8e9 Merge "feat(tcr2): support FEAT_TCR2" into integration by Manish Pandey · 2 years, 5 months ago
  50. d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
  51. e444763 refactor(cpus): shorten errata flag defines by Boyan Karatotev · 2 years, 9 months ago
  52. a4c6958 Merge "refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3" into integration by Manish Pandey · 2 years, 5 months ago
  53. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  54. a5f09cf build(makefile): add helper to detect linker options by Marco Felsch · 2 years, 8 months ago
  55. 3eb8cd6 Revert "feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS" by Manish V Badarkhe · 2 years, 6 months ago
  56. 5a65fcd feat(build): allow additional CFLAGS for library build by Govindraj Raja · 2 years, 6 months ago
  57. a6ff006 build: permit multiple linker scripts by Chris Kay · 2 years, 7 months ago
  58. 8227493 build: clarify linker script generation by Chris Kay · 2 years, 7 months ago
  59. f1910cc build: restrict usage of CTX_INCLUDE_EL2_REGS by Govindraj Raja · 2 years, 9 months ago
  60. 797d744 Merge "refactor(security): add OpenSSL 1.x compatibility" into integration by Manish V Badarkhe · 2 years, 9 months ago
  61. cf2dd17 refactor(security): add OpenSSL 1.x compatibility by Juan Pablo Conde · 2 years, 9 months ago
  62. 20a4315 Merge "feat(cpus): make cache ops conditional" into integration by Bipin Ravi · 2 years, 9 months ago
  63. f41e23e Merge changes from topic "mp/ras_refactoring" into integration by Olivier Deprez · 2 years, 9 months ago
  64. 04c7303 feat(cpus): make cache ops conditional by Okash Khawaja · 2 years, 9 months ago
  65. 0b22e59 refactor(trng): cleanup the existing TRNG support by Jayanth Dodderi Chidanand · 2 years, 10 months ago
  66. 46cc41d fix(ras): restrict RAS support for NS world by Manish Pandey · 2 years, 10 months ago
  67. 00e8f79 fix(ras): trap "RAS error record" accesses only for NS by Manish Pandey · 2 years, 10 months ago
  68. d424b8e build: fix syntax error in semantic ver generation by Harrison Mutai · 3 years ago
  69. 5936b5b Merge "build: fix semantic ver generation for windows" into integration by Joanna Farley · 3 years ago
  70. 3a41658 Merge "feat(rng-trap): add EL3 support for FEAT_RNG_TRAP" into integration by Bipin Ravi · 3 years ago
  71. ff86e0b feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 3 years, 1 month ago
  72. 3aa8fa7 build: fix semantic ver generation for windows by Harrison Mutai · 3 years ago
  73. 8f23476 Merge "feat(bl): add interface to query TF-A semantic ver" into integration by Madhukar Pappireddy · 3 years ago
  74. 1631f9c Merge "feat(sve): support full SVE vector length" into integration by Olivier Deprez · 3 years ago
  75. e95abc4 fix: make TF-A use provided OpenSSL binary by Salome Thirot · 3 years, 1 month ago
  76. dddf428 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 3 years, 1 month ago
  77. bebcf27 feat(sve): support full SVE vector length by Mark Brown · 3 years, 4 months ago
  78. 1b7d656 build(tbbr): drive cert_create changes for cca CoT by laurenw-arm · 3 years, 4 months ago
  79. 00e2887 build(drtm): add DRTM support build option by Manish V Badarkhe · 3 years, 5 months ago
  80. 0ce2072 feat(lib/psa): mock PSA APIs by Tamas Ban · 3 years, 7 months ago
  81. 744ad97 feat(brbe): add BRBE support for NS world by johpow01 · 3 years, 6 months ago
  82. 894c635 Merge changes I47014d72,Ibf00c386 into integration by Madhukar Pappireddy · 3 years, 3 months ago
  83. 25844ff feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS by Jorge Ramirez-Ortiz · 3 years, 4 months ago
  84. 8dccddc build(makefile): add extra makefile variable for extension by Leon Chen · 3 years, 5 months ago
  85. 9284d21 Merge "refactor(twed): improve TWED enablement in EL-3" into integration by Manish Pandey · 3 years, 3 months ago
  86. 781d07a refactor(twed): improve TWED enablement in EL-3 by Jayanth Dodderi Chidanand · 3 years, 4 months ago
  87. 1d63ae4 feat(spmc): enable building of the SPMC at EL3 by Marc Bonnici · 3 years, 8 months ago
  88. 6a0da73 refactor(el3-runtime): add arch-features detection mechanism by Jayanth Dodderi Chidanand · 3 years, 7 months ago
  89. 96a8ed1 feat(bl2): add support to separate no-loadable sections by Jiafei Pan · 3 years, 5 months ago
  90. 7d33ffe fix(el3-runtime): set unset pstate bits to default by Daniel Boulby · 4 years, 2 months ago
  91. 24ab2c0 fix(sve): disable ENABLE_SVE_FOR_NS for AARCH32 by Yann Gautier · 3 years, 9 months ago
  92. 820371b fix(amu): add default value for ENABLE_FEAT_FGT and ENABLE_FEAT_ECV flags by Jayanth Dodderi Chidanand · 3 years, 8 months ago
  93. f74cb0b fix(amu): fault handling on EL2 context switch by Jayanth Dodderi Chidanand · 3 years, 8 months ago
  94. dc78e62 feat(sme): enable SME functionality by johpow01 · 4 years, 1 month ago
  95. 6812078 feat(mpmm): add support for MPMM by Chris Kay · 4 years, 3 months ago
  96. 742ca23 feat(amu): enable per-core AMU auxiliary counters by Chris Kay · 4 years ago
  97. 1fd685a refactor(amu): conditionally compile auxiliary counter support by Chris Kay · 4 years, 2 months ago
  98. 3c0df4c Merge changes from topic "fvpr_cleanup" into integration by Mark Dykes · 3 years, 10 months ago
  99. 08c699e refactor(tbbr): remove "fvp_r" platform specific check by Manish Pandey · 3 years, 10 months ago
  100. 5b18de0 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 4 years, 1 month ago