commit | ac24f38b8fc9d6499ec020417d888f127e2ed44b | [log] [tgz] |
---|---|---|
author | Arvind Ram Prakash <arvind.ramprakash@arm.com> | Mon Aug 26 17:04:27 2024 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Fri Sep 27 19:31:56 2024 +0200 |
tree | 68fefcedbc076a2e08bf6d7b7504bf6442ec86e9 | |
parent | fd99b41ab82cb3e6e00a69851f0c385e24cda453 [diff] |
fix(cpus): workaround for Cortex-X4 erratum 2897503 Cortex-X4 erratum 2897503 is a Cat B erratum that applies to all revisions <= r0p1 and is fixed in r0p2. The workaround is to set CPUACTLR4_EL1[8] to 1. SDEN documentation: https://developer.arm.com/documentation/SDEN-2432808/latest Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com> Change-Id: I3178a890b6f1307b310e817af75f8fdfb8668cc9 (cherry picked from commit 609d08a86db2ddf09f98105b999d57b8e2eecc8b)