1. e9467af feat(drtm): retrieve DRTM features by Manish V Badarkhe · 3 years, 2 months ago
  2. 2a1cdee feat(drtm): add platform functions for DRTM by johpow01 · 3 years, 5 months ago
  3. e6381f9 feat(sdei): add a function to return total number of events registered by John Powell · 3 years, 3 months ago
  4. ff1e42e feat(drtm): add PCR entries for DRTM by Manish V Badarkhe · 3 years, 5 months ago
  5. 2bf4f27 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 3 years, 2 months ago
  6. e43caf3 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 3 years, 5 months ago
  7. e62748e feat(drtm): add standard DRTM service by Manish V Badarkhe · 3 years, 5 months ago
  8. d72c486 feat(fvp): add platform hooks for DRTM DMA protection by Lucian Paul-Trifu · 3 years, 1 month ago
  9. 4f2c4ec Merge changes from topic "aarch32_debug_aborts" into integration by Manish Pandey · 2 years, 10 months ago
  10. 6dc5979 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 6 years ago
  11. bb22891 feat(debug): add AARCH32 CP15 fault registers by Yann Gautier · 6 years ago
  12. bd063a7 refactor(cpu): use the updated IP name for Demeter CPU by Joel Goddard · 2 years, 11 months ago
  13. e8f4ec1 Merge changes from topic "st_uart_updates" into integration by Manish Pandey · 2 years, 10 months ago
  14. 3125901 feat(rss): add new comms protocols by Raef Coles · 3 years, 2 months ago
  15. d307229 fix(libc): pri*ptr macros for aarch64 by K · 3 years ago
  16. 2aaed86 Merge "refactor(libc): clean up dependencies in libc" into integration by Joanna Farley · 2 years, 11 months ago
  17. 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 5 months ago
  18. aef9b0d Merge "fix(bl31): fix validate_el3_interrupt_rm preprocessor usage" into integration by Olivier Deprez · 2 years, 11 months ago
  19. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  20. 93910a7 Merge "feat(pauth): add/modify helpers to support QARMA3" into integration by Manish Pandey · 2 years, 11 months ago
  21. 6e08cff fix(bl31): fix validate_el3_interrupt_rm preprocessor usage by Marco Felsch · 2 years, 11 months ago
  22. b86cbe1 Merge changes from topic "provencore-spd" into integration by Joanna Farley · 2 years, 11 months ago
  23. b0980e5 feat(services): add a SPD for ProvenCore by Florian Lugou · 4 years ago
  24. f1fe144 feat(plat/arm/css): add interrupt handler for reboot request by Pranav Madhu · 3 years ago
  25. 65bbb93 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 3 years ago
  26. 158ed58 feat(plat/arm/css): add per-cpu power down support for warm reset by Pranav Madhu · 3 years ago
  27. e689048 fix(gicv3): update the affinity mask to 8 bit by Pranav Madhu · 3 years ago
  28. dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 4 years ago
  29. 9592567 Merge "fix(cpus): workaround for Cortex-A710 2216384" into integration by Bipin Ravi · 2 years, 11 months ago
  30. b0f473f chore: use tabs for indentation by Jorge Troncoso · 2 years, 11 months ago
  31. 1309c6c Merge changes from topic "fix_fip_in_emmc_boot" into integration by Manish Pandey · 2 years, 11 months ago
  32. 5d3c1f5 fix(cpus): workaround for Cortex-A78C erratum 2376749 by Akram Ahmad · 2 years, 11 months ago
  33. f462c12 feat(mmc): get boot partition size by Yann Gautier · 3 years ago
  34. b781fcf fix(cpus): workaround for Cortex-A710 2216384 by Jayanth Dodderi Chidanand · 3 years ago
  35. 945f0ad Merge "fix(errata): workaround for Cortex-A510 erratum 2347730" into integration by Manish Pandey · 2 years, 11 months ago
  36. 7805999 Merge changes from topic "st-nand-updates" into integration by Manish Pandey · 2 years, 11 months ago
  37. 9a5dec6 Merge "fix(bl31): allow use of EHF with S-EL2 SPMC" into integration by Olivier Deprez · 3 years ago
  38. 11d448c fix(errata): workaround for Cortex-A510 erratum 2347730 by Akram Ahmad · 3 years, 1 month ago
  39. 7c2fe62 fix(bl31): allow use of EHF with S-EL2 SPMC by Raghu Krishnamurthy · 3 years ago
  40. f29c070 feat(mtd): add platform function to allow using external buffer by Lionel Debieve · 4 years, 4 months ago
  41. 351f9cd feat(libc): introduce __maybe_unused by Yann Gautier · 3 years ago
  42. 748749a Merge "fix(errata): workaround for Cortex-A510 erratum 2371937" into integration by Bipin Ravi · 3 years ago
  43. ac2605e Merge "fix(errata): workaround for Cortex-A78C erratum 2395411" into integration by Bipin Ravi · 3 years ago
  44. 4b6f002 fix(errata): workaround for Cortex-A78C erratum 2395411 by Akram Ahmad · 3 years, 1 month ago
  45. a67c1b1 fix(errata): workaround for Cortex-A510 erratum 2371937 by Akram Ahmad · 3 years ago
  46. 19037a7 Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 3 years ago
  47. 4a8bfdb feat(tsp): add FF-A support to the TSP by Achin Gupta · 3 years, 10 months ago
  48. 9ff5f75 feat(pauth): add/modify helpers to support QARMA3 by Juan Pablo Conde · 3 years, 1 month ago
  49. 49b8b70 Merge "fix(lib/psa): update measured boot handle" into integration by Sandrine Bailleux · 3 years ago
  50. 3a41658 Merge "feat(rng-trap): add EL3 support for FEAT_RNG_TRAP" into integration by Bipin Ravi · 3 years ago
  51. ff86e0b feat(rng-trap): add EL3 support for FEAT_RNG_TRAP by Juan Pablo Conde · 3 years, 1 month ago
  52. 25c9a4c Merge "fix(errata): workaround for Neoverse-N2 erratum 2376738" into integration by Bipin Ravi · 3 years ago
  53. e6602d4 fix(errata): workaround for Neoverse-N2 erratum 2376738 by Akram Ahmad · 3 years, 1 month ago
  54. e5b267b feat(mmc): manage SD Switch Function for high speed mode by Yann Gautier · 6 years ago
  55. 6a50222 Merge "fix(errata): workaround for Neoverse-V1 erratum 1618635" into integration by Madhukar Pappireddy · 3 years ago
  56. 8f23476 Merge "feat(bl): add interface to query TF-A semantic ver" into integration by Madhukar Pappireddy · 3 years ago
  57. 14a6fed fix(errata): workaround for Neoverse-V1 erratum 1618635 by Juan Pablo Conde · 3 years, 5 months ago
  58. 4d879e1 fix(lib/psa): update measured boot handle by Jamie Fox · 3 years ago
  59. dddf428 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 3 years, 1 month ago
  60. c152276 Merge changes from topic "st_fip_uuid" into integration by Lauren Wehrmeister · 3 years ago
  61. 1d867c1 Merge "fix(ufs): add retries to ufs_read_capacity" into integration by Madhukar Pappireddy · 3 years ago
  62. 3f9d5c2 Merge "fix(doc): document missing RMM-EL3 runtime services" into integration by Manish Pandey · 3 years, 1 month ago
  63. c1d7585 Merge "fix(errata): workaround for Cortex-X2 erratum 2371105" into integration by Madhukar Pappireddy · 3 years, 1 month ago
  64. bc0f84d fix(errata): workaround for Cortex-X2 erratum 2371105 by Bipin Ravi · 3 years, 1 month ago
  65. 486ebd6 Merge "fix(errata): workaround for Cortex A78C erratum 2242638" into integration by Lauren Wehrmeister · 3 years, 1 month ago
  66. e50fedb fix(doc): document missing RMM-EL3 runtime services by Javier Almansa Sobrino · 3 years, 1 month ago
  67. 0051ff8 Merge "feat(psci): add a helper function to ensure that non-boot PEs are offline" into integration by Manish Pandey · 3 years, 1 month ago
  68. ce14a12 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 3 years, 5 months ago
  69. 6be1aa7 Merge "fix(errata): workaround for Cortex-A710 erratum 2371105" into integration by Madhukar Pappireddy · 3 years, 1 month ago
  70. 3220f05 fix(errata): workaround for Cortex-A710 erratum 2371105 by Bipin Ravi · 3 years, 1 month ago
  71. 6979f47 fix(errata): workaround for Cortex A78C erratum 2242638 by Bipin Ravi · 3 years, 1 month ago
  72. 8008bab fix(errata): workaround for Cortex-A78C 2132064 by laurenw-arm · 3 years, 1 month ago
  73. 994e1cf Merge "fix(cpus): workaround for Neoverse-N2 erratum 2388450" into integration by Bipin Ravi · 3 years, 1 month ago
  74. fab7a17 Merge "feat(cpus): add a64fx cpu to tf-a" into integration by Bipin Ravi · 3 years, 1 month ago
  75. a4a3642 Merge "feat(libfdt): add function to set MAC addresses" into integration by Manish Pandey · 3 years, 1 month ago
  76. 28645eb fix(ufs): add retries to ufs_read_capacity by Rohit Ner · 3 years, 1 month ago
  77. 884d515 fix(cpus): workaround for Neoverse-N2 erratum 2388450 by Daniel Boulby · 3 years, 1 month ago
  78. e516ba6 fix(rme): xlat table setup fails for bl2 by Soby Mathew · 3 years, 1 month ago
  79. 74ec90e feat(cpus): add a64fx cpu to tf-a by Itaru Kitayama · 3 years, 1 month ago
  80. 564f5d4 feat(guid-partition): allow to find partition by type UUID by Lionel Debieve · 3 years, 5 months ago
  81. 717daad Merge changes from topic "jas/rmm-el3-ifc" into integration by Soby Mathew · 3 years, 1 month ago
  82. 1d0ca40 feat(rmmd): add support to create a boot manifest by Javier Almansa Sobrino · 3 years, 3 months ago
  83. dc65ae4 fix(rme): use RMM shared buffer for attest SMCs by Javier Almansa Sobrino · 3 years, 4 months ago
  84. 8c980a4 feat(rmmd): add support for RMM Boot interface by Javier Almansa Sobrino · 3 years, 8 months ago
  85. 2d8e80c Merge changes from topics "binary-format-sp", "od/meas-boot-spmc" into integration by Sandrine Bailleux · 3 years, 1 month ago
  86. 24f51f2 Merge "feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING" into integration by Madhukar Pappireddy · 3 years, 1 month ago
  87. 0245080 Merge changes from topic "mb_hash" into integration by Lauren Wehrmeister · 3 years, 1 month ago
  88. a4e485d feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING by Sandrine Bailleux · 3 years, 2 months ago
  89. f324949 Merge changes from topic "lw/cca_cot" into integration by Manish Pandey · 3 years, 1 month ago
  90. 84adb05 Merge changes from topic "mb/gic600-errata" into integration by Manish Pandey · 3 years, 2 months ago
  91. ffa3f94 Merge "fix(errata): workaround for Neoverse-V1 erratum 2372203" into integration by Madhukar Pappireddy · 3 years, 2 months ago
  92. 75fb34d Merge "fix(errata): workaround for Cortex-A77 erratum 2356587" into integration by Madhukar Pappireddy · 3 years, 2 months ago
  93. 78da42a refactor(measured-boot): mb algorithm selection by laurenw-arm · 3 years, 2 months ago
  94. 7bf1a7a fix(errata): workaround for Cortex-A77 erratum 2356587 by Bipin Ravi · 3 years, 2 months ago
  95. 57b73d5 fix(errata): workaround for Neoverse-V1 erratum 2372203 by Bipin Ravi · 3 years, 2 months ago
  96. 69a131d refactor(arm): update BL2 base address by Manish V Badarkhe · 3 years, 2 months ago
  97. 76398c0 refactor(nxp): use DPG0 mask from Arm GICv3 header by Manish V Badarkhe · 3 years, 2 months ago
  98. e1b15b0 fix(gic600): implement workaround to forward highest priority interrupt by Manish V Badarkhe · 3 years, 3 months ago
  99. 147f52f feat(fiptool): add cca, core_swd, plat cert in FIP by laurenw-arm · 3 years, 4 months ago
  100. 56b741d feat(cca): introduce new "cca" chain of trust by laurenw-arm · 3 years, 4 months ago