]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(cpus): workaround for Cortex-A77 erratum 2743100
authorBoyan Karatotev <boyan.karatotev@arm.com>
Tue, 1 Nov 2022 11:22:12 +0000 (11:22 +0000)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Thu, 10 Nov 2022 15:51:16 +0000 (15:51 +0000)
commit4fdeaffe860a998e8503b847ecceec60dcddcdc5
treeb26e3a71f16701e66f8527f59e7cdfe4d47b81d3
parent49e6f94c13050ea5a675bce86550230a00cdcd5c
fix(cpus): workaround for Cortex-A77 erratum 2743100

Cortex-A77 erratum 2743100 is a Cat B erratum that applies to revisions
r0p0, r1p0, r1p1, and is still open. The workaround is to insert a dsb
before the isb in the power down sequence.

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

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I8e49a2dac8611f31ace249a17ae7a90cd60e742a
docs/design/cpu-specific-build-macros.rst
lib/cpus/aarch64/cortex_a77.S
lib/cpus/cpu-ops.mk