- 7bf485d refactor(cpus): register DSU errata with the errata framework's wrappers by Boyan Karatotev · 6 months ago
- d1ea858 refactor(cpus): declare runtime errata correctly by Boyan Karatotev · 6 months ago
- d54e07a refactor(cpus): remove cpu specific errata funcs by Ryan Everett · 1 year, 3 months ago
- 6a6b0be refactor(cpus): directly invoke errata reporter by Ryan Everett · 1 year, 3 months ago
- f67c3ea perf(cpus): inline cpu_rev_var checks by Boyan Karatotev · 7 months ago
- 88ca67b refactor(cpus): convert checker functions to standard helpers by Boyan Karatotev · 7 months ago
- 9ec650f refactor(cpus): convert the Cortex-A65 to use the errata framework by Boyan Karatotev · 6 months ago
- fa4bdbb fix(cpus): declare reset errata correctly by Boyan Karatotev · 7 months ago
- b4dd8f6 fix(cpus): workaround for Neoverse-V3 erratum 2970647 by Govindraj Raja · 6 months ago
- 30d6886 fix(cpus): workaround for Cortex-X4 erratum 2957258 by Govindraj Raja · 6 months ago
- 35caff9 fix(cpus): workaround for Neoverse-V3 erratum 3701767 by Govindraj Raja · 7 months ago
- 2414a85 fix(cpus): workaround for Neoverse-N2 erratum 3701773 by Govindraj Raja · 7 months ago
- 395f67e fix(cpus): workaround for Cortex-X4 erratum 3701758 by Govindraj Raja · 7 months ago
- ed4bd3c fix(cpus): workaround for Cortex-X3 erratum 3701769 by Govindraj Raja · 7 months ago
- 2296df6 fix(cpus): workaround for Cortex-X2 erratum 3701772 by Govindraj Raja · 7 months ago
- c7d5de9 fix(cpus): workaround for Cortex-A720 erratum 3699561 by Govindraj Raja · 7 months ago
- 3b8a3ad fix(cpus): workaround for Cortex-A715 erratum 3699560 by Govindraj Raja · 7 months ago
- c32e3a3 fix(cpus): workaround for Cortex-A710 erratum 3701772 by Govindraj Raja · 7 months ago
- 8c6068f fix(cpus): workaround for accessing ICH_VMCR_EL2 by Govindraj Raja · 6 months ago
- f2a263e fix(cm): update gic el2 sysregs save/restore mechanism by Manish Pandey · 1 year, 6 months ago
- 37db9ab refactor(cm): move remaining EL2 save/restore into C by Boyan Karatotev · 2 years, 3 months ago
- 337aa3b fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus by Arvind Ram Prakash · 6 months ago
- a7f53d3 fix(security): add CVE-2024-7881 mitigation to Cortex-X3 by Arvind Ram Prakash · 11 months ago
- cbf4a4e fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · 11 months ago
- 172ccad fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · 11 months ago
- 2ef768d fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · 11 months ago
- cc04eac fix(security): enable WORKAROUND_CVE_2024_7881 build option by Arvind Ram Prakash · 11 months ago
- cf5e7d8 build: always prefix section names with `.` by Chris Kay · 6 months ago
- 772bdd3 style: normalize linker script code style by Chris Kay · 2 years, 10 months ago
- 3edd92a fix(cpus): workaround for Cortex-X4 erratum 2923985 by Arvind Ram Prakash · 8 months ago
- 9f34221 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 months ago
- 07a4df5 fix(cpus): workaround for CVE-2024-5660 for Cortex-X2 by Sona Mathew · 1 year, 2 months ago
- 1f48d84 fix(cpus): workaround for CVE-2024-5660 for Cortex-A77 by Sona Mathew · 1 year, 2 months ago
- ba5453c fix(cpus): workaround for CVE-2024-5660 for Neoverse-V1 by Sona Mathew · 1 year, 2 months ago
- 5e99888 fix(cpus): workaround for CVE-2024-5660 for Cortex-A78_AE by Sona Mathew · 1 year, 2 months ago
- d87e449 fix(cpus): workaround for CVE-2024-5660 for Cortex-A78C by Sona Mathew · 1 year, 2 months ago
- de65c9f fix(cpus): workaround for CVE-2024-5660 for Cortex-A78 by Sona Mathew · 1 year, 2 months ago
- feb80a6 fix(cpus): workaround for CVE-2024-5660 for Cortex-X1 by Sona Mathew · 1 year, 2 months ago
- ca1a7aa fix(cpus): workaround for CVE-2024-5660 for Neoverse-N2 by Sona Mathew · 1 year, 3 months ago
- 5625d9e fix(cpus): workaround for CVE-2024-5660 for Cortex-A710 by Sona Mathew · 1 year, 3 months ago
- cfa1200 fix(cpus): workaround for CVE-2024-5660 for Neoverse-V2 by Sona Mathew · 1 year, 3 months ago
- 9761fcc fix(cpus): workaround for CVE-2024-5660 for Cortex-X3 by Sona Mathew · 1 year, 3 months ago
- 85b4f45 fix(cpus): workaround for CVE-2024-5660 for Neoverse-V3 by Sona Mathew · 1 year, 3 months ago
- 03d2ef8 fix(cpus): workaround for CVE-2024-5660 for Cortex-X4 by Sona Mathew · 1 year, 3 months ago
- 578d357 fix(cpus): modify the fix for Cortex-A75 erratum 764081 by Sona Mathew · 1 year, 1 month ago
- 10cd41d feat(cm): add errata 2938996, 2726228 by Arvind Ram Prakash · 12 months ago
- 6252072 fix(cpus): workaround for Cortex-X4 erratum 3076789 by Ryan Everett · 1 year, 3 months ago
- ac24f38 fix(cpus): workaround for Cortex-X4 erratum 2897503 by Arvind Ram Prakash · 11 months ago
- 1e0636e Merge "feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228)" into lts-v2.8 by TrustedFirmware Code Review · 11 months ago
- a0a574d feat(cpus): workaround for Cortex-A520(2938996) and Cortex-X4(2726228) by Arvind Ram Prakash · 12 months ago
- 9db99a3 fix(cpus): workaround for Cortex-A720 erratum 2792132 by Arvind Ram Prakash · 1 year, 1 month ago
- 2c6b1bd Merge "fix(cpus): workaround for Cortex-A720 erratum 2844092" into lts-v2.8 by TrustedFirmware Code Review · 11 months ago
- dedcbb7 fix(cpus): workaround for Cortex-A720 erratum 2844092 by Sona Mathew · 1 year, 1 month ago
- 7512450 fix(cpus): workaround for Cortex-X4 erratum 2816013 by Sona Mathew · 1 year, 1 month ago
- d7f6181 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 2 years, 7 months ago
- d0a74e3 fix(cpus): workaround for Cortex-X4 erratum 2763018 by Sona Mathew · 1 year, 4 months ago
- 9b5d75b fix(cpus): workaround for Cortex-X4 erratum 2740089 by Bipin Ravi · 1 year, 4 months ago
- 0263326 fix(cpus): workaround for Cortex-A715 erratum 2728106 by Bipin Ravi · 1 year, 4 months ago
- 01f9e35 Merge changes I368088ec,Ia246235a into lts-v2.8 by TrustedFirmware Code Review · 1 year, 3 months ago
- 1e785ab feat(spmd): initialize SCR_EL3.EEL2 bit at RESET by Manish Pandey · 1 year, 5 months ago
- 205980a fix(cpus): workaround for Cortex-A720 erratum 2926083 by Bipin Ravi · 1 year, 5 months ago
- 4696806 fix(cpus): workaround for Cortex-A720 erratum 2940794 by Bipin Ravi · 1 year, 5 months ago
- 39e3e65 fix(cpus): workaround for Cortex-A715 erratum 2413290 by Sona Mathew · 1 year, 5 months ago
- a1bd6dc chore: rename Poseidon to Neoverse V3 by Sona Mathew · 1 year, 5 months ago
- 656c431 fix(cpus): workaround for Cortex-X4 erratum 2701112 by Sona Mathew · 1 year, 5 months ago
- 538c637 fix(cpus): add erratum 2701951 to Cortex-X3's list by Sona Mathew · 1 year, 6 months ago
- f14464e fix(cpus): fix a defect in Cortex-A715 erratum 2561034 by Bipin Ravi · 1 year, 5 months ago
- 81270d9 fix(cpus): workaround for Cortex-A715 erratum 2413290 by Sona Mathew · 1 year, 6 months ago
- bd32e62 fix(cpus): workaround for Cortex-A715 erratum 2344187 by Harrison Mutai · 1 year, 7 months ago
- 877e934 fix(cpus): workaround for Cortex-A715 erratum 2331818 by Bipin Ravi · 1 year, 5 months ago
- 84e8de6 fix(cpus): workaround for Cortex-A715 erratum 2420947 by Bipin Ravi · 1 year, 5 months ago
- 6a8a867 fix(cpus): workaround for Cortex-A715 erratum 2429384 by Bipin Ravi · 1 year, 5 months ago
- a3cd442 fix(cpus): workaround for Cortex-A715 erratum 2561034 by Bipin Ravi · 1 year, 6 months ago
- e80174e fix(cpus): workaround for Cortex X3 erratum 2641945 by Bipin Ravi · 1 year, 6 months ago
- 560f140 fix(cpus): workaround for Cortex-A78C erratum 2683027 by Bipin Ravi · 1 year, 8 months ago
- eadc24b fix(cpus): workaround for Cortex-X3 erratum 2266875 by Bipin Ravi · 1 year, 8 months ago
- 70bd264 fix(cpus): workaround for Cortex-X3 erratum 2302506 by Bipin Ravi · 1 year, 8 months ago
- fc08e1b fix(cpus): workaround for Cortex X3 erratum 2743088 by Harrison Mutai · 1 year, 8 months ago
- d04495b fix(cpus): workaround for Cortex-A520 erratum 2858100 by Arvind Ram Prakash · 1 year, 8 months ago
- 03237dd fix(cpus): workaround for Cortex-A520 erratum 2630792 by Sona Mathew · 1 year, 8 months ago
- 45bf33e fix(cpus): workaround for Cortex-X2 erratum 2778471 by Sona Mathew · 1 year, 8 months ago
- 0dec81e fix(cpus): workaround for Cortex-A710 erratum 2778471 by Sona Mathew · 1 year, 8 months ago
- 3a4bdce fix(cpus): workaround for Neoverse V2 erratum 2618597 by Bipin Ravi · 1 year, 10 months ago
- 366dc1f fix(cpus): workaround for Neoverse V2 erratum 2662553 by Bipin Ravi · 1 year, 10 months ago
- 9cdc77a fix(cpus): workaround for Cortex-A78C erratum 2743232 by Sona Mathew · 1 year, 9 months ago
- 67fa085 fix(cpus): workaround for Neoverse V1 erratum 2348377 by Sona Mathew · 1 year, 9 months ago
- f1a90ce fix(cpus): workaround for Cortex-X3 erratum 2779509 by Sona Mathew · 1 year, 9 months ago
- 256a548 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
- 6fff64f fix(cpus): workaround for Cortex-X2 erratum 2742423 by Bipin Ravi · 1 year, 10 months ago
- d7c6699 fix(cpus): workaround for Cortex-A710 erratum 2742423 by Bipin Ravi · 1 year, 10 months ago
- 9f7275a fix(cpus): workaround for Neoverse N2 erratum 2340933 by Bipin Ravi · 1 year, 10 months ago
- 26bb39d fix(cpus): workaround for Neoverse N2 erratum 2346952 by Bipin Ravi · 1 year, 10 months ago
- af8088b fix(cpus): workaround for Cortex-A510 erratum 2080326 by Sona Mathew · 1 year, 10 months ago
- 02bf8ca fix(cpus): fix the rev-var of Neoverse-V1 by Sona Mathew · 1 year, 10 months ago
- 24cf111 fix(cpus): fix the rev-var of Cortex-X2 by Sona Mathew · 1 year, 10 months ago
- 589ee7e fix(cpus): update the rev-var for Cortex-A78AE by Sona Mathew · 1 year, 10 months ago
- 89e3579 fix(cpus): fix the rev-var for Cortex-A710 by Sona Mathew · 1 year, 10 months ago
- 1c70671 fix(cpus): workaround for Cortex-X3 erratum 2070301 by Sona Mathew · 1 year, 10 months ago
- dbc7d9b fix(cpus): update the fix for Cortex-A78AE erratum 1941500 by Varun Wadekar · 1 year, 11 months ago
- 28b3d98 fix(cpus): workaround for Neoverse V2 erratum 2743011 by Bipin Ravi · 1 year, 11 months ago