1. c39841f fix(ti): fix typo in boot authentication message name by Andrew Davis · 1 year, 6 months ago
  2. 0b9f740 refactor(ti): remove empty validate_ns_entrypoint function by Andrew Davis · 1 year, 8 months ago
  3. b910470 refactor(ti): use console_set_scope() rather than empty function hack by Andrew Davis · 1 year, 8 months ago
  4. 49dd30c refactor(ti): factor out common board code into common files by Andrew Davis · 1 year, 8 months ago
  5. fbc99cf feat(ti): add PSCI system_off support by Andrew Davis · 1 year, 8 months ago
  6. d7c4e06 feat(ti): do not handle EAs in EL3 by Andrew Davis · 1 year, 9 months ago
  7. 619d6fb feat(ti): set snoop-delayed exclusive handling on A72 cores by Andrew Davis · 1 year, 6 months ago
  8. 227a42e feat(ti): disable L2 dataless UniqueClean evictions by Andrew Davis · 1 year, 10 months ago
  9. b3fd376 feat(ti): set L2 cache ECC and and parity on A72 cores by Andrew Davis · 1 year, 6 months ago
  10. e7d7d11 feat(ti): set L2 cache data ram latency on A72 cores to 4 cycles by Andrew Davis · 1 year, 6 months ago
  11. b9a7c59 Merge changes from topic "tonnad01/rdn2cfg3" into integration by Manish V Badarkhe · 1 year, 6 months ago
  12. ee4bc72 Merge changes Id4570f91,Ibdf1af70 into integration by Sandrine Bailleux · 1 year, 6 months ago
  13. a81a3d9 feat(rdn2): add platform id value for rdn2 variant 3 by Tony K Nadackal · 2 years, 7 months ago
  14. 11cc995 refactor(rdn2): reduce use of CSS_SGI_PLATFORM_VARIANT build flag by Tony K Nadackal · 1 year, 8 months ago
  15. 3a17004 Merge changes from topic "fix-power-up-dwn-issue" into integration by Joanna Farley · 1 year, 6 months ago
  16. 1bbd26d Merge "fix(versal): print proper atf handoff source" into integration by Joanna Farley · 1 year, 6 months ago
  17. 5afa45f Merge "fix(cpus): workaround for Cortex-X2 erratum 2282622" into integration by Madhukar Pappireddy · 1 year, 6 months ago
  18. f6eaab3 Merge "fix(cpus): workaround for Cortex-A710 erratum 2282622" into integration by Lauren Wehrmeister · 1 year, 6 months ago
  19. 7dccf8f fix(cpus): workaround for Cortex-X2 erratum 2282622 by Bipin Ravi · 1 year, 6 months ago
  20. 625a059 feat(fvp): enable FEAT_HCX by default by Andre Przywara · 1 year, 8 months ago
  21. 1d8795e refactor(context-mgmt): move FEAT_HCX save/restore into C by Andre Przywara · 1 year, 8 months ago
  22. f20ad90 refactor(cpufeat): convert FEAT_HCX to new scheme by Andre Przywara · 1 year, 8 months ago
  23. ca23fa2 feat(fvp): enable FEAT_FGT by default by Andre Przywara · 1 year, 8 months ago
  24. 5d6d2ab refactor(context-mgmt): move FEAT_FGT save/restore code into C by Andre Przywara · 1 year, 8 months ago
  25. 2c550e3 refactor(amu): convert FEAT_AMUv1 to new scheme by Andre Przywara · 1 year, 8 months ago
  26. e8920f6 refactor(cpufeat): decouple FGT feature detection and build flags by Andre Przywara · 1 year, 8 months ago
  27. cc4118d refactor(cpufeat): check FEAT_FGT in a new way by Andre Przywara · 1 year, 8 months ago
  28. 5b00511 refactor(cpufeat): move helpers into .c file, rename FEAT_STATE_ by Andre Przywara · 1 year, 8 months ago
  29. 23b57bb feat(aarch64): make ID system register reads non-volatile by Andre Przywara · 1 year, 8 months ago
  30. aa70fe2 feat(rss): add TC platform UUIDs for RSS images by Raef Coles · 1 year, 7 months ago
  31. b95e38c docs: change security advisories notification channel by Sandrine Bailleux · 1 year, 6 months ago
  32. e3511ae fix(versal): print proper atf handoff source by Akshay Belsare · 1 year, 6 months ago
  33. a55b914 fix(libc): remove __putchar alias by Yann Gautier · 1 year, 6 months ago
  34. d0c3bab refactor(mediatek): add new LPM API for further extension by developer · 1 year, 6 months ago
  35. fbc1ea9 refactor(mediatek): change the parameters of LPM API by developer · 1 year, 6 months ago
  36. 92e7aec refactor(mediatek): change LPM header file path for further extension by developer · 1 year, 6 months ago
  37. 7aa95b1 feat(mt8188): keep infra and peri on when system suspend by Shaocheng Wang · 1 year, 7 months ago
  38. d07accc feat(mt8188): enable SPM and LPM by developer · 1 year, 10 months ago
  39. 451d49d feat(mt8188): add SPM feature support by developer · 1 year, 8 months ago
  40. 6514957 feat(mt8188): add MT8188 SPM support by developer · 1 year, 10 months ago
  41. 312ade3 feat(mediatek): add SPM's SSPM notifier by developer · 1 year, 8 months ago
  42. 33b7082 feat(mt8188): add the register definitions accessed by SPM by developer · 1 year, 10 months ago
  43. 91bb08d feat(mediatek): add new features of LPM by developer · 1 year, 10 months ago
  44. b3c6198 refactor(el3_runtime): remove unnecessary assembly macros by Manish Pandey · 1 year, 6 months ago
  45. 0d5ca3d fix(console): correct scopes for console symbols by Yann Gautier · 1 year, 7 months ago
  46. bb7ffdf fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · 1 year, 6 months ago
  47. 0cfeac0 fix(io): compare function pointers with NULL by Yann Gautier · 1 year, 7 months ago
  48. 50b6772 fix(fdt-wrappers): use correct prototypes by Yann Gautier · 1 year, 7 months ago
  49. 6cb3ef2 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · 1 year, 7 months ago
  50. 745f6f5 fix(auth): avoid out-of-bounds read in auth_nvctr() by Demi Marie Obenour · 1 year, 7 months ago
  51. 04fecd2 Merge changes from topic "bk/warnings" into integration by Manish Pandey · 1 year, 6 months ago
  52. 69e474e fix(versal-net): enable wake interrupt during client suspend by Jay Buddhabhatti · 1 year, 6 months ago
  53. edfadb7 fix(versal-net): disable wakeup interrupt during client wakeup by Jay Buddhabhatti · 1 year, 6 months ago
  54. 07d85c9 fix(versal-net): clear power down bit during wakeup by Jay Buddhabhatti · 1 year, 6 months ago
  55. 7c5adef fix(versal-net): fix setting power down state by Jay Buddhabhatti · 1 year, 6 months ago
  56. c235865 fix(versal-net): clear power down interrupt status before enable by Jay Buddhabhatti · 1 year, 6 months ago
  57. 43cbf7e fix(versal-net): resolve misra rule 20.7 warnings by Jay Buddhabhatti · 1 year, 6 months ago
  58. 3d832ea fix(versal-net): resolve misra 10.6 warnings by Jay Buddhabhatti · 1 year, 6 months ago
  59. 380c198 fix(cpus): workaround for Cortex-A710 erratum 2282622 by Bipin Ravi · 1 year, 6 months ago
  60. ca91d27 fix(mpam): remove unwanted param for "endfunc" macro by Rohit Mathew · 1 year, 9 months ago
  61. 543381b Merge "docs(changelog): add console scope" into integration by Madhukar Pappireddy · 1 year, 6 months ago
  62. e1ec137 Merge "fix(libc): properly define SCHAR_MIN" into integration by Madhukar Pappireddy · 1 year, 6 months ago
  63. 3ae8d8c Merge "docs(maintainers): update maintainers for total compute" into integration by Manish V Badarkhe · 1 year, 6 months ago
  64. 5e02d27 docs(maintainers): update maintainers for total compute by Rupinderjit Singh · 1 year, 6 months ago
  65. e60b90d Merge "fix(plat/tc): increase TC_TZC_DRAM1_SIZE" into integration by Manish V Badarkhe · 1 year, 6 months ago
  66. 1832d66 docs(changelog): add console scope by Yann Gautier · 1 year, 6 months ago
  67. b880f84 Merge "fix(fconf): make struct fconf_populator static" into integration by Madhukar Pappireddy · 1 year, 6 months ago
  68. 93416b7 fix(libc): properly define SCHAR_MIN by Yann Gautier · 1 year, 6 months ago
  69. 39531c6 fix(fconf): make struct fconf_populator static by Yann Gautier · 1 year, 8 months ago
  70. 7f9710f Merge "feat(mt8188): update INFRA IOMMU enable flow" into integration by Olivier Deprez · 1 year, 6 months ago
  71. ca791f8 feat(mt8188): update INFRA IOMMU enable flow by developer · 1 year, 6 months ago
  72. 93b14a2 Merge changes from topic "fvp_trap_rng" into integration by Manish Pandey · 1 year, 6 months ago
  73. 558b359 refactor(stm32mp15-fdts): remove unused PMIC nodes by Yann Gautier · 1 year, 9 months ago
  74. 2486d92 fix(stm32mp15-fdts): use interrupts-extended for i2c2 by Yann Gautier · 1 year, 9 months ago
  75. 2385c95 style(stm32mp15-fdts): remove extra spaces on vbus by Yann Gautier · 1 year, 9 months ago
  76. 45b9599 refactor(st): move board info in common code by Yann Gautier · 1 year, 6 months ago
  77. 2bbf171 refactor(st): move GIC code to common directory by Yann Gautier · 5 years ago
  78. 8402c29 refactor(st): move boot backup register management by Yann Gautier · 2 years ago
  79. cdc6eb2 Merge "refactor(trng): discarding the used entropy bits" into integration by Manish Pandey · 1 year, 6 months ago
  80. ac9e120 fix(plat/tc): increase TC_TZC_DRAM1_SIZE by Arunachalam Ganapathy · 2 years, 3 months ago
  81. 4912303 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · 1 year, 6 months ago
  82. 5d62c47 Merge changes I794d2927,Ie33205fb,Ifdbe3b4c into integration by Sandrine Bailleux · 1 year, 6 months ago
  83. 0587d9c refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · 1 year, 7 months ago
  84. bfff4d9 fix(auth): reject junk after certificates by Demi Marie Obenour · 1 year, 7 months ago
  85. 4d1610b fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · 1 year, 7 months ago
  86. 916eebe Merge changes Ia748b6ae,Id8a48e14,Id25ab231,Ie26eed8a,Idf48f716, ... into integration by Sandrine Bailleux · 1 year, 6 months ago
  87. e2a1eef Merge changes from topic "st_fix_sparse_warnings" into integration by Manish Pandey · 1 year, 6 months ago
  88. 139b84c refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · 1 year, 7 months ago
  89. b1342a2 refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · 1 year, 7 months ago
  90. 447adc0 fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · 1 year, 7 months ago
  91. ae26664 fix(auth): reject invalid padding in digests by Demi Marie Obenour · 1 year, 7 months ago
  92. 47a8055 fix(auth): require at least one extension to be present by Demi Marie Obenour · 1 year, 7 months ago
  93. fa07d04 fix(auth): forbid junk after extensions by Demi Marie Obenour · 1 year, 7 months ago
  94. 83737b7 fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · 1 year, 7 months ago
  95. d043cdb Merge "fix(qemu-sbsa): enable SVE and SME" into integration by Bipin Ravi · 1 year, 6 months ago
  96. 51ffef3 Merge changes Ia14738de,I6f4cffdc into integration by Manish V Badarkhe · 1 year, 6 months ago
  97. 3bc5e79 Merge "fix(cpus): workaround for Neoverse N2 erratum 2743089" into integration by Madhukar Pappireddy · 1 year, 6 months ago
  98. cc744bf fix(cpus): workaround for Neoverse N2 erratum 2743089 by Bipin Ravi · 1 year, 7 months ago
  99. c5d31c6 Merge changes I0362da46,I8ee7c16c into integration by Madhukar Pappireddy · 1 year, 6 months ago
  100. bdc76f1 feat(fvp): emulate trapped RNDR by Andre Przywara · 1 year, 7 months ago