commit | f9c6301d743405bd91b9a1fe433ce14fa60a830f | [log] [tgz] |
---|---|---|
author | Bipin Ravi <bipin.ravi@arm.com> | Thu Dec 22 14:19:59 2022 -0600 |
committer | Bipin Ravi <bipin.ravi@arm.com> | Wed Jan 11 11:34:19 2023 -0600 |
tree | 2cc8ed44f99047128f86b6ec2b59d0c21aa5d934 | |
parent | 89d85ad0aad4fef7f56a9e18968b49e2b843ca9d [diff] |
fix(cpus): workaround for Cortex-X2 erratum 2282622 Cortex-X2 erratum 2282622 is a Cat B erratum that applies to all revisions <=r2p1 and is still open. The workaround is to set CPUACTLR2_EL1[0] to 1 to force PLDW/PFRM ST to behave like PLD/PRFM LD and not cause invalidations to other PE caches. SDEN documentation: https://developer.arm.com/documentation/SDEN1775100/latest Signed-off-by: Bipin Ravi <bipin.ravi@arm.com> Change-Id: I43956aa4898a8608eedc5d0dd1471172c641a0c6