1. d3e31e7 feat(lib/optee): introduce optee_header_is_valid() by Etienne Carriere · 5 years ago
  2. 7e03069 errata: workaround for Neoverse N2 erratum 2189731 by Bipin Ravi · 2 years, 10 months ago
  3. 87e1d28 errata: workaround for Cortex-A710 erratum 2017096 by Bipin Ravi · 3 years, 3 months ago
  4. cd39b14 errata: workaround for Cortex-A710 erratum 2055002 by Bipin Ravi · 3 years, 3 months ago
  5. 7f56547 errata: workaround for Neoverse N2 erratum 2025414 by Bipin Ravi · 3 years, 3 months ago
  6. eb35e85 errata: workaround for Neoverse N2 erratum 2067956 by Bipin Ravi · 3 years, 3 months ago
  7. b2a600a Merge "feat(cpus): workaround for Cortex A78 AE erratum 1941500" into integration by Varun Wadekar · 2 years, 10 months ago
  8. 6e99d90 Merge "cpu: add support for Demeter CPU" into integration by Joanna Farley · 2 years, 10 months ago
  9. f57491e fix(el3_runtime): correct CASSERT for pauth by Olivier Deprez · 2 years, 11 months ago
  10. 0914fc4 feat(cpus): workaround for Cortex A78 AE erratum 1941500 by Varun Wadekar · 3 years ago
  11. f0c8b26 cpu: add support for Demeter CPU by johpow01 · 3 years ago
  12. 6b56f96 errata: workaround for Neoverse V1 errata 1925756 by laurenw-arm · 3 years ago
  13. b1923e9 errata: workaround for Neoverse V1 errata 1852267 by laurenw-arm · 3 years ago
  14. 3c86d83 errata: workaround for Neoverse V1 errata 1774420 by laurenw-arm · 3 years ago
  15. cac7d16 fix(el3_runtime): fix SVE and AMU extension enablement flags by Arunachalam Ganapathy · 3 years ago
  16. 02443af Merge "errata: workaround for Neoverse V1 errata 1791573" into integration by bipin.ravi · 3 years ago
  17. c73b03c errata: workaround for Neoverse V1 errata 1791573 by johpow01 · 3 years, 2 months ago
  18. 5e37166 refactor(mpam): remove unused function declaration by Manish V Badarkhe · 3 years ago
  19. 4b78131 Merge "feat(sve): enable SVE for the secure world" into integration by Olivier Deprez · 3 years ago
  20. cf848f3 Merge "errata: workaround for Cortex A77 errata 1791578" into integration by Manish Pandey · 3 years ago
  21. c450277 feat(sve): enable SVE for the secure world by Max Shvetsov · 3 years, 3 months ago
  22. b3e8294 errata: workaround for Cortex A78 errata 1821534 by johpow01 · 3 years, 2 months ago
  23. eb14610 errata: workaround for Cortex A77 errata 1791578 by johpow01 · 3 years, 2 months ago
  24. 75fcf54 Merge changes from topic "soc_id" into integration by Manish Pandey · 3 years, 1 month ago
  25. 4e92b36 Merge "fix: rename Matterhorn, Matterhorn ELP, and Klein CPUs" into integration by Madhukar Pappireddy · 3 years, 1 month ago
  26. a3810e8 fix: rename Matterhorn, Matterhorn ELP, and Klein CPUs by johpow01 · 3 years, 2 months ago
  27. f008d40 feat(smccc): add bit definition for SMCCC_ARCH_SOC_ID by Yann Gautier · 3 years, 1 month ago
  28. 7a86792 feat(hw_crc): add support for HW computed CRC by Manish V Badarkhe · 3 years, 2 months ago
  29. 8b19aa5 Merge changes I36e45c0a,I69c21293 into integration by Manish Pandey · 3 years, 2 months ago
  30. 4c42c0d Add "_arm" suffix to Makalu ELP CPU lib by johpow01 · 3 years, 2 months ago
  31. 9a7bf65 Add support for QEMU "max" CPU by Leif Lindholm · 3 years, 4 months ago
  32. 799c112 Merge "Fix: Remove save/restore of EL2 timer registers" into integration by Olivier Deprez · 3 years, 3 months ago
  33. cf784f7 Fix: Remove save/restore of EL2 timer registers by Max Shvetsov · 3 years, 3 months ago
  34. 4da1b0b Add Cortex_A78C CPU lib by Bipin Ravi · 3 years, 4 months ago
  35. 6473a6e Merge "Add Makalu ELP CPU lib" into integration by bipin.ravi · 3 years, 3 months ago
  36. cd38ac4 Add Makalu ELP CPU lib by johpow01 · 3 years, 4 months ago
  37. 68a181e NXP: Timer API added to enable ARM generic timer by Pankaj Gupta · 3 years, 7 months ago
  38. ef00bdb cpus: add Matterhorn ELP ARM cpu library by Usama Arif · 3 years, 8 months ago
  39. b824eb2 Merge "Add Makalu CPU lib" into integration by bipin.ravi · 3 years, 4 months ago
  40. 250e05f Merge "Enable v8.6 AMU enhancements (FEAT_AMUv1p1)" into integration by Manish Pandey · 3 years, 4 months ago
  41. aef12f2 Add Makalu CPU lib by johpow01 · 3 years, 9 months ago
  42. fa59c6f Enable v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 3 years, 9 months ago
  43. c7d10e3 plat/arm: juno: Condition Juno entropy source with CRC instructions by Andre Przywara · 3 years, 9 months ago
  44. 727830c libc: Import strtoull from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  45. 83def83 libc: Import strtoll from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  46. c74cae4 libc: Import strtoul from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  47. 4febc08 libc: Import strtol from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  48. fba2572 Fix exception handlers in BL31: Use DSB to synchronize pending EA by Madhukar Pappireddy · 4 years ago
  49. 85ea43d Workaround for Cortex A78 erratum 1951500 by johpow01 · 3 years, 9 months ago
  50. 9131eb8 Workaround for Cortex A78 erratum 1941498 by johpow01 · 3 years, 9 months ago
  51. 9faad3c Add support for Neoverse-N2 CPUs. by Javier Almansa Sobrino · 3 years, 8 months ago
  52. 1cc4407 Revert workaround for A77 erratum 1800714 by johpow01 · 3 years, 8 months ago
  53. 2730c32 Revert workaround for A76 erratum 1800710 by johpow01 · 3 years, 8 months ago
  54. f68a683 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · 3 years, 9 months ago
  55. 86f7fb7 Update in coreboot_get_memory_type API to include size as well by Saurabh Gorecha · 3 years, 9 months ago
  56. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · 4 years ago
  57. 4062bce Merge "Workaround for Cortex A77 erratum 1925769" into integration by Lauren Wehrmeister · 3 years, 9 months ago
  58. 27569ff lib/cpus: update MIDR value for rainier cpu by Jagadeesh Ujja · 3 years, 9 months ago
  59. a2fa12c Workaround for Cortex A77 erratum 1925769 by johpow01 · 3 years, 10 months ago
  60. 958a0b1 Rename Neoverse Zeus to Neoverse V1 by Jimmy Brisson · 3 years, 9 months ago
  61. 7cc90c4 Rename Cortex Hercules AE to Cortex 78 AE by Jimmy Brisson · 3 years, 9 months ago
  62. dff3fe1 libfdt: Upgrade libfdt source files by Andre Przywara · 3 years, 9 months ago
  63. 3671d6f Merge "Workaround for Cortex A77 erratum 1508412" into integration by Madhukar Pappireddy · 3 years, 9 months ago
  64. e867a90 Merge changes I1ecbe5a1,Ib5945c37,Ic6b79648 into integration by Manish Pandey · 3 years, 9 months ago
  65. 38cf520 Merge "arm_fpga: Add support for unknown MPIDs" into integration by André Przywara · 3 years, 9 months ago
  66. 9b4e3d7 lib/cpus: add support for Morello Rainier CPUs by Manoj Kumar · 4 years ago
  67. 99ad976 Workaround for Cortex A77 erratum 1508412 by laurenw-arm · 4 years ago
  68. e1ecd23 arm_fpga: Add support for unknown MPIDs by Javier Almansa Sobrino · 3 years, 11 months ago
  69. d7e7be3 libc: Import strtok_r from FreeBSD project by Madhukar Pappireddy · 3 years, 10 months ago
  70. 0aa0896 Merge "libc: Import strlcat from FreeBSD project" into integration by Mark Dykes · 3 years, 10 months ago
  71. 134bf86 Merge "libc: Add support for vsnprintf()" into integration by Mark Dykes · 3 years, 10 months ago
  72. 3862970 libc: Add support for vsnprintf() by Madhukar Pappireddy · 3 years, 10 months ago
  73. af0cd5f libc: Import strlcat from FreeBSD project by Madhukar Pappireddy · 3 years, 10 months ago
  74. 2b010ea Merge "lib: cpu: Check SCU presence in DSU before accessing DSU registers" into integration by Manish Pandey · 3 years, 10 months ago
  75. 1203004 psci: utility api to invoke stop for other cores by Sandeep Tripathy · 3 years, 11 months ago
  76. f01ea60 lib: cpu: Check SCU presence in DSU before accessing DSU registers by Pramod Kumar · 4 years, 5 months ago
  77. 96e081d lib: cpus: denver: add MIDR PN9 variant by Hemant Nigam · 4 years, 7 months ago
  78. 2b0ee97 el3_runtime: Rearrange context offset of EL1 sys registers by Manish V Badarkhe · 4 years ago
  79. 30d20bb Merge "lib: cpus: denver: add some MIDR values" into integration by Varun Wadekar · 3 years, 11 months ago
  80. d7297c7 Prevent colliding identifiers by Jimmy Brisson · 4 years ago
  81. 7e6306b TF-A AMU extension: fix detection of group 1 counters. by Alexei Fedorov · 4 years ago
  82. 5f68fa7 lib: cpus: denver: add some MIDR values by Alex Van Brunt · 5 years ago
  83. 3074fa5 Merge "Revert workaround for Neoverse N1 erratum 1800710" into integration by Lauren Wehrmeister · 4 years ago
  84. eb8d429 Revert workaround for Neoverse N1 erratum 1800710 by johpow01 · 4 years ago
  85. 6a91e59 lib/fconf: Update 'set_fw_config_info' function by Manish V Badarkhe · 4 years ago
  86. a8be3bb lib/fconf: Update data type of config max size by Manish V Badarkhe · 4 years ago
  87. c717617 TF-A: Add support for Measured Boot driver by Alexei Fedorov · 4 years ago
  88. a084a88 TF-A: Redefine true/false definitions by Alexei Fedorov · 4 years ago
  89. b7c045a Merge "Upgrade libfdt source files" into integration by Sandrine Bailleux · 4 years ago
  90. ee4d02a Merge "Workaround for Neoverse N1 erratum 1800710" into integration by Lauren Wehrmeister · 4 years ago
  91. 596fe0a Upgrade libfdt source files by Madhukar Pappireddy · 4 years, 1 month ago
  92. 8d0effa Merge changes from topic "fw_config_handoff" into integration by Sandrine Bailleux · 4 years ago
  93. 6d9b5ee Workaround for Neoverse N1 erratum 1800710 by johpow01 · 4 years, 1 month ago
  94. 68aedc7 Workaround for Cortex A77 erratum 1800714 by johpow01 · 4 years, 1 month ago
  95. 99a8e14 plat/arm: Load and populate fw_config and tb_fw_config by Manish V Badarkhe · 4 years, 1 month ago
  96. e069f8a fconf: Handle error from fconf_load_config by Manish V Badarkhe · 4 years, 1 month ago
  97. bb533c7 fconf: Allow fconf to load additional firmware configuration by Manish V Badarkhe · 4 years, 1 month ago
  98. 5c9ed08 Workaround for Cortex A76 erratum 1800710 by johpow01 · 4 years, 1 month ago
  99. 9603f98 Workaround for Cortex A76 erratum 1791580 by johpow01 · 4 years, 1 month ago
  100. 70f6597 Tegra194: add RAS exception handling by David Pu · 5 years ago