commit | 0d7b503f8a11237fa129ae7baa2d979d64b9ab68 | [log] [tgz] |
---|---|---|
author | Sona Mathew <sonarebecca.mathew@arm.com> | Tue May 21 14:17:07 2024 -0500 |
committer | Sona Mathew <sonarebecca.mathew@arm.com> | Tue Dec 17 10:28:09 2024 -0600 |
tree | be06dd91abae2fc5dcc8cac02494912fd73e0bdb | |
parent | 878464f02a043207f29282f05109012152df569b [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>