commit | 193370e1c6a28382992d500b59f2bd05392ea897 | [log] [tgz] |
---|---|---|
author | Sona Mathew <sonarebecca.mathew@arm.com> | Thu May 23 16:04:30 2024 -0500 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Feb 07 18:32:03 2025 +0100 |
tree | 8a736b3f18fbb87c567955c75ae617fed21a31c6 | |
parent | d52c52a5fa8c811dc050032f93621308aef6e513 [diff] |
fix(cpus): workaround for CVE-2024-5660 for Neoverse-V1 Implements mitigation for CVE-2024-5660 that affects Neoverse-V1 revisions r0p0, r1p0, r1p1, r1p2. The workaround is to disable the hardware page aggregation at EL3 by setting CPUECTLR_EL1[46] = 1'b1. Public Documentation: https://developer.arm.com/Arm%20Security%20Center/Arm%20CPU%20Vulnerability%20CVE-2024-5660 Change-Id: Ia59452ea38c66b291790956d7f2880bfcd56d45f Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com> (cherry picked from commit 85709f66194cef32377a32f8e153316648ebb4a9)