commit | 87250d2bb1eafa8f9d8897f191a9a23134af957a | [log] [tgz] |
---|---|---|
author | Sona Mathew <sonarebecca.mathew@arm.com> | Thu May 23 15:59:50 2024 -0500 |
committer | Sona Mathew <sonarebecca.mathew@arm.com> | Tue Dec 17 11:15:16 2024 -0600 |
tree | 3ee2dde53dae1e9154e8efaa1713d88d19ae9d99 | |
parent | 30c57c58abe386608130a80971c52dfe1f29f5c0 [diff] |
fix(cpus): workaround for CVE-2024-5660 for Cortex-A78C Implements mitigation for CVE-2024-5660 that affects Cortex-A78C revisions r0p0, r0p1, r0p2. 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: Ieb8d7b122320d16bf8987a43dc683ca41227beb5 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>