]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(errata): workaround for Cortex-A710 erratum 2008768
authorjohpow01 <john.powell@arm.com>
Wed, 9 Mar 2022 22:23:04 +0000 (16:23 -0600)
committerJohn Powell <john.powell@arm.com>
Mon, 9 May 2022 18:02:10 +0000 (20:02 +0200)
commitaf220ebbe467aa580e6b9ba554676f78ffec930f
tree882e7385a1c98ec9ea8b032695a76553cfa8fa9e
parentc3bdd3d3cf0f9cdf3be117e39386492e645a1bb5
fix(errata): workaround for Cortex-A710 erratum 2008768

Cortex-A710 erratum 2008768 is a Cat B erratum that applies to revisions
r0p0, r1p0, and r2p0, and is fixed in r2p1. The workaround is to clear
the ED bit in each ERXCTLR_EL1 register before setting the PWRDN bit in
CPUPWRCTLR_EL1.

SDEN can be found here:
https://developer.arm.com/documentation/SDEN1775101

Signed-off-by: John Powell <john.powell@arm.com>
Change-Id: Ib2171c06da762dd4155b02c03d86766f1616381d
docs/design/cpu-specific-build-macros.rst
include/arch/aarch64/arch.h
lib/cpus/aarch64/cortex_a710.S
lib/cpus/cpu-ops.mk