commit | ad76713f921a362310e4ce57543f1bd96d05902a | [log] [tgz] |
---|---|---|
author | Bipin Ravi <bipin.ravi@arm.com> | Thu Jan 25 16:18:20 2024 -0600 |
committer | Sona Mathew <sonarebecca.mathew@arm.com> | Mon Feb 05 17:14:21 2024 -0600 |
tree | 831e85cdc20ec0b766b6b649e487db90118b90a3 | |
parent | 80c2e2f149074c68b4b14f6174475a1fae23d509 [diff] |
fix(cpus): workaround for Cortex-A715 erratum 2561034 Cortex-A715 erratum 2561034 is a Cat B erratum that applies to revision r1p0 and is fixed in r1p1. The workaround is to set bit[26] in CPUACTLR2_EL1. Setting this bit is not expected to have a significant performance impact. SDEN documentation: https://developer.arm.com/documentation/SDEN2148827/latest Change-Id: I377f250a2994b6ced3ac7d93f947af6ceb690d49 Signed-off-by: Bipin Ravi <bipin.ravi@arm.com>