commit | 23b59a38b24d81e2e639a9161fdbb331f5f6bc5e | [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:32:10 2024 +0200 |
tree | 9e4b296db346474814b0a68d44b813b48c598157 | |
parent | f2aebf361050d69176d60016170291efa9e08a68 [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)