commit | 6041f0723994a6dcf783a20b341b4ee0a8d76751 | [log] [tgz] |
---|---|---|
author | Sona Mathew <sonarebecca.mathew@arm.com> | Tue May 21 14:17:07 2024 -0500 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Feb 07 18:32:03 2025 +0100 |
tree | b0efadf772133811f63b48d492fade02662d1853 | |
parent | b23f5da614e63370dbc37a88294544e03410641e [diff] |
fix(cpus): workaround for CVE-2024-5660 for Cortex-A710 Implements mitigation for CVE-2024-5660 that affects Cortex-A710 revisions r0p0, r1p0, r2p0, r2p1. 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: I10feea238600dcceaac7bb75a59db7913ca65cf1 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com> (cherry picked from commit 0d7b503f8a11237fa129ae7baa2d979d64b9ab68)