commit | f7ae819f03aebea5a95d2583df554138577b0c30 | [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 11:13:04 2024 -0600 |
tree | 2b99859758d874069a2d628df3bad8665dfc9872 | |
parent | 3efc9e13011d4ea5e77d29d7d7668a9e2779f014 [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>