1. 2e764df feat(cpus): add pabandon support to the Alto cpu by Boyan Karatotev · 4 weeks ago
  2. fd914fc feat(psci): optimise clock init on a pabandon by Boyan Karatotev · 5 weeks ago
  3. 461b62b feat(psci): check that CPUs handled a pabandon by Boyan Karatotev · 4 months ago
  4. 04c39e4 feat(psci): make pabandon support generic by Boyan Karatotev · 4 months ago
  5. aadb4b5 refactor(psci): unify coherency exit between AArch64 and AArch32 by Boyan Karatotev · 5 months ago
  6. 232c189 refactor(psci): absorb psci_power_down_wfi() into common code by Boyan Karatotev · 5 months ago
  7. 1ed77d1 refactor(platforms): remove usage of psci_power_down_wfi by Boyan Karatotev · 5 months ago
  8. 985b6a6 fix(cm): disable SPE/TRBE correctly by Boyan Karatotev · 3 weeks ago
  9. 0fe45f1 Merge "refactor(cm): unify RMM context" into integration by Manish Pandey · 12 days ago
  10. 5835d65 Merge "docs(security): security advisory for CVE-2024-7881" into integration by Lauren Wehrmeister · 12 days ago
  11. ea9e0e3 Merge "refactor(mediatek): move mtcmos driver to common" into integration by Govindraj Raja · 12 days ago
  12. c1e5f0c Merge "fix(cpus): check minor revision before applying runtime errata" into integration by Govindraj Raja · 12 days ago
  13. 284c01c refactor(cm): unify RMM context by Boyan Karatotev · 5 months ago
  14. 645917a fix(cpus): check minor revision before applying runtime errata by Boyan Karatotev · 14 days ago
  15. c68c1de Merge "feat(smccc): clear scr_el3.nse in smccc_arch_feature_availability" into integration by Govindraj Raja · 13 days ago
  16. e9aa477 Merge "feat(libc): add __2snprintf alias for armclang-specific name mangling" into integration by Chris Kay · 13 days ago
  17. b1f8b71 docs(security): security advisory for CVE-2024-7881 by Arvind Ram Prakash · 4 weeks ago
  18. ab0255a feat(libc): add __2snprintf alias for armclang-specific name mangling by Arvind Ram Prakash · 2 weeks ago
  19. 847c111 feat(smccc): clear scr_el3.nse in smccc_arch_feature_availability by Sona Mathew · 3 months ago
  20. 67c2396 Merge "fix(el3-spmc): fixed x8-x17 register handling for FFA 1.2" into integration by Madhukar Pappireddy · 13 days ago
  21. a881aeb refactor(mediatek): move mtcmos driver to common by irving-ch-lin · 14 days ago
  22. c1ad67a Merge "fix(st-crypto): resolve MISRA warning in HASH" into integration by Madhukar Pappireddy · 2 weeks ago
  23. 81445dd Merge changes I801cea04,I4abb6c9d,I3c1cc0ec,I1b6f69ad,Ic4086a1f into integration by Govindraj Raja · 2 weeks ago
  24. 84ebe2a fix(st-crypto): resolve MISRA warning in HASH by Thomas BOURGOIN · 2 years, 4 months ago
  25. 2554266 Merge "fix(console): add missing curly braces" into integration by Manish Pandey · 2 weeks ago
  26. efea4ae fix(console): add missing curly braces by Saivardhan Thatikonda · 5 months ago
  27. 5718d0f Merge "fix(console): ensured proper bitwise shift operation" into integration by Manish Pandey · 2 weeks ago
  28. b0998d1 Merge changes from topic "ar/x3_errata" into integration by Govindraj Raja · 3 weeks ago
  29. d04bff8 Merge changes I8bdf79e8,I0eebfdf6 into integration by Govindraj Raja · 3 weeks ago
  30. 5a77047 Merge "docs(security): security advisory for CVE-2024-5660" into integration by Bipin Ravi · 3 weeks ago
  31. 7416eb2 refactor(build): pass TF_CFLAGS to the assembler by Boyan Karatotev · 4 months ago
  32. 6bb9f05 refactor(build): absorb CFLAGS into TF_CFLAGS by Boyan Karatotev · 3 months ago
  33. 1e8b535 refactor(build): use a standard rule to run the preprocessor by Boyan Karatotev · 3 months ago
  34. 3df79ae refactor(build): place all cflags setting in one place by Boyan Karatotev · 4 months ago
  35. dccfb7c refactor(build): simplify ENABLE_LTO checking by Boyan Karatotev · 4 months ago
  36. 42920aa fix(cpus): workaround for Cortex-X3 erratum 3213672 by Arvind Ram Prakash · 4 weeks ago
  37. 6a464ee fix(cpus): workaround for Cortex-X3 erratum 3827463 by Arvind Ram Prakash · 5 weeks ago
  38. f828efe fix(cpus): workaround for Cortex-X3 erratum 3692984 by Arvind Ram Prakash · 5 weeks ago
  39. 148152f feat(mt8189): add reset and poweroff function for PSCI call by Gavin Liu · 3 weeks ago
  40. 4dfb819 feat(mt8189): link prebuilt library by Gavin Liu · 3 months ago
  41. bb9fc8c fix(el3-spmc): fixed x8-x17 register handling for FFA 1.2 by Jay Monkman · 6 months ago
  42. e0cb13f docs(security): security advisory for CVE-2024-5660 by Govindraj Raja · 4 weeks ago
  43. 000fe22 Merge "feat(st): use and override default MBedTLS config" into integration by Lauren Wehrmeister · 4 weeks ago
  44. 1ec2c39 fix(console): ensured proper bitwise shift operation by Saivardhan Thatikonda · 5 months ago
  45. 63696d0 Merge "feat(smccc): introduce TPM Start SMC" into integration by Govindraj Raja · 4 weeks ago
  46. 7118ad9 Merge "feat(cpufeat): add support for FEAT_FGWTE3" into integration by Manish Pandey · 4 weeks ago
  47. 0a7bf40 Merge "fix(qti): allow secure r/w to the EUD enable register" into integration by Yann Gautier · 4 weeks ago
  48. 4274b52 feat(cpufeat): add support for FEAT_FGWTE3 by Arvind Ram Prakash · 6 weeks ago
  49. ee37db5 Merge changes from topic "xlnx_fix_gen_op_datatype" into integration by Manish Pandey · 4 weeks ago
  50. 0728286 Merge "fix(tpm): extend timeout before reading data" into integration by Manish Pandey · 4 weeks ago
  51. 96546b5 feat(smccc): introduce TPM Start SMC by Manish Pandey · 8 months ago
  52. 1dd3b65 feat(st): use and override default MBedTLS config by Yann Gautier · 8 months ago
  53. b52a349 Merge "fix(psci): add missing curly braces" into integration by Manish Pandey · 4 weeks ago
  54. f05b489 fix(el3-runtime): typecast operands to match data type by Maheedhar Bollapalli · 1 year, 3 months ago
  55. 3d7caf4 fix(arm): typecast operands to match data type by Maheedhar Bollapalli · 1 year, 3 months ago
  56. ae072e0 Merge "fix(build): add DTB dependency for certificate generation" into integration by Yann Gautier · 4 weeks ago
  57. f02135a fix(build): add DTB dependency for certificate generation by Fabien Lehoussel · 6 weeks ago
  58. 6287491 Merge "feat(st): put stm32image tool in build directory" into integration by Govindraj Raja · 4 weeks ago
  59. 6053ca4 fix(tpm): extend timeout before reading data by Jenna May · 6 weeks ago
  60. 21ac00a Merge "fix(mhu): shift by minor revision offset" into integration by Manish Pandey · 4 weeks ago
  61. 3fb300a Merge "feat(mt8189): add hotplug driver" into integration by Manish Pandey · 4 weeks ago
  62. a540c45 Merge "feat(locks): add non-blocking spinlock_try() API" into integration by Manish Pandey · 4 weeks ago
  63. bdd1932 fix(qti): allow secure r/w to the EUD enable register by Konrad Dybcio · 5 weeks ago
  64. 5241365 Merge "refactor(cm): gather per-world context management to the same place" into integration by Mark Dykes · 4 weeks ago
  65. 0b4722c feat(st): put stm32image tool in build directory by Yann Gautier · 4 weeks ago
  66. 6eafc06 refactor(cm): gather per-world context management to the same place by Boyan Karatotev · 5 months ago
  67. c6c0bf5 Merge "feat(nxp-mmc): add timeout to blocking loops" into integration by Madhukar Pappireddy · 4 weeks ago
  68. 6952087 Merge changes from topic "bk/multibuild" into integration by Govindraj Raja · 4 weeks ago
  69. 7c3e9a0 fix(lx2160a): put cert_create_tbbr.mk in the standard location by Boyan Karatotev · 3 months ago
  70. f4595e6 feat(build): put crttool in the build directory by Boyan Karatotev · 3 months ago
  71. 96fbe88 feat(build): put enctool in the build directory by Boyan Karatotev · 3 months ago
  72. cbd6cec feat(build): put fiptool in the build directory by Boyan Karatotev · 3 months ago
  73. 662adc0 build(marvell): avoid using recursive expansion for BLE_INCLUDES by Boyan Karatotev · 3 months ago
  74. adb219f Merge changes I9bc7b609,Ie56dc965,Ic57d46bf,I3f2ab549,I3ad715fa, ... into integration by Govindraj Raja · 4 weeks ago
  75. 0772fc7 refactor(build): initialise `arch-features` closer to where it is needed by Boyan Karatotev · 4 months ago
  76. ee580c2 refactor(build): define the W and DEBUG flags in the standard way by Boyan Karatotev · 4 months ago
  77. b14987c refactor(build): put the cross referencing of options together by Boyan Karatotev · 4 months ago
  78. d833129 fix: use LDLIBS instead of LDFLAGS for library search paths by Boyan Karatotev · 3 months ago
  79. 500927e fix(build): remove redundant variables by Boyan Karatotev · 3 months ago
  80. cfde117 fix(intel): fix variable may be used uninitialized error by Boyan Karatotev · 4 months ago
  81. 9cc1539 Merge changes from topic "xlnx_fix_plat_ns_entry" into integration by Joanna Farley · 5 weeks ago
  82. f3d9e22 fix(psci): add missing curly braces by Prasad Kummari · 4 months ago
  83. e0c4d39 Merge changes from topic "xlnx_fix_gen_con_datatype" into integration by Yann Gautier · 5 weeks ago
  84. 27e7222 feat(versal2): validate non-secure entry addr by Maheedhar Bollapalli · 6 weeks ago
  85. 59eaed0 feat(versal2): parse reserve memory subnodes by Maheedhar Bollapalli · 6 weeks ago
  86. 36b998d Merge "fix(lx2160): set snoop-delayed exclusive handling on A72 cores" into integration by Madhukar Pappireddy · 6 weeks ago
  87. b8d63a7 feat(mt8189): add hotplug driver by Kai Liang · 5 months ago
  88. c97b2c8 Merge "feat(lib): add mmio read with timeout" into integration by Govindraj Raja · 6 weeks ago
  89. 6cd0ff2 Merge "fix(mt8196): duplicated ETIMEDOUT definition" into integration by Govindraj Raja · 6 weeks ago
  90. f927412 Merge "fix(cpus): workaround for Cortex-A710 erratum 1927200" into integration by Bipin Ravi · 6 weeks ago
  91. 9bfd8ff Merge "feat(mt8189): add dfd driver" into integration by Govindraj Raja · 6 weeks ago
  92. b1bca91 Merge "feat(ti): enable power state validation for K3 SoCs" into integration by Govindraj Raja · 6 weeks ago
  93. 1ee5db3 Merge "fix(psci): do not modify higher levels for standby in OSI mode" into integration by Manish Pandey · 6 weeks ago
  94. 01d24d6 feat(nxp-mmc): add timeout to blocking loops by Ghennadi Procopciuc · 9 weeks ago
  95. 7a1970f feat(lib): add mmio read with timeout by Ghennadi Procopciuc · 3 months ago
  96. 0e039ea fix(mt8196): duplicated ETIMEDOUT definition by Ghennadi Procopciuc · 7 weeks ago
  97. b34be5d fix(psci): do not modify higher levels for standby in OSI mode by Boyan Karatotev · 4 months ago
  98. 5e192dd Merge "fix(xilinx): add API to get powerdown request status" into integration by Joanna Farley · 6 weeks ago
  99. aed177c feat(mt8189): add dfd driver by Runyang Chen · 6 weeks ago
  100. d90bb65 Merge "build(handoff)!: switch to LibTL submodule" into integration by Manish Pandey · 6 weeks ago