commit | 5625d9e289f6e4da898a51bc444727267d703917 | [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:36:16 2024 -0600 |
tree | 5e19f01a733f574c10592e026f32e2edb7afb0f5 | |
parent | cfa1200ff979e4cc12e446abe80b7b205dc27017 [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>