]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(cpus): workaround for Neoverse V1 errata 2779461
authorSona Mathew <SonaRebecca.Mathew@arm.com>
Wed, 11 Jan 2023 23:04:24 +0000 (17:04 -0600)
committerSona Mathew <SonaRebecca.Mathew@arm.com>
Thu, 19 Jan 2023 18:14:39 +0000 (12:14 -0600)
commit2757da06149238041308060e5cb51f0870a02a15
tree7e4018fb3ed14bb9533851b1066dd9823cb2d6bd
parent7d1700c4d475358539c9a84cb325183c86a06f33
fix(cpus): workaround for Neoverse V1 errata 2779461

Neoverse V1 erratum 2779461 is a Cat B erratum that applies to
all revisions <=r1p2 and is still open.

The workaround sets CPUACTLR3_EL1[47] bit to 1. Setting this
bit might have a small impact on power and negligible impact
on performance.

SDEN documentation:https://developer.arm.com/documentation/SDEN1401781/latest

Change-Id: I367cda1779684638063d7292fda20ca6734e6f10
Signed-off-by: Sona Mathew <SonaRebecca.Mathew@arm.com>
docs/design/cpu-specific-build-macros.rst
include/lib/cpus/aarch64/neoverse_v1.h
lib/cpus/aarch64/neoverse_v1.S
lib/cpus/cpu-ops.mk