]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(cpus): workaround for Cortex-A710 2216384
authorJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Thu, 1 Sep 2022 21:09:54 +0000 (22:09 +0100)
committerJayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Tue, 6 Sep 2022 21:43:04 +0000 (22:43 +0100)
commitb781fcf139c3a609f1adffb8097a23eadbed53a9
treecde100217529e546e186929cbfce1d8ac6756bf4
parent7805999e645da500ccd971c2ab9a60c763b299e8
fix(cpus): workaround for Cortex-A710 2216384

Cortex-A710 erratum 2216384 is a Cat B erratum that applies to revisions
r0p0, r1p0, and r2p0, and is fixed in r2p1. The workaround is to set
CPUACTLR5_EL1[17] to 1 and applying an instruction patching sequence.
Setting this bit, along with these instructions will prevent the
deadlock, and thereby avoids the reset of the processor.

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

Change-Id: I2821591c23f854c12111288ad1fd1aef45db6add
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
docs/design/cpu-specific-build-macros.rst
include/lib/cpus/aarch64/cortex_a710.h
lib/cpus/aarch64/cortex_a710.S
lib/cpus/cpu-ops.mk