]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(cpus): workaround for Cortex-A78 erratum 2779479
authorSona Mathew <SonaRebecca.Mathew@arm.com>
Wed, 11 Jan 2023 18:55:30 +0000 (12:55 -0600)
committerSona Mathew <SonaRebecca.Mathew@arm.com>
Thu, 19 Jan 2023 18:13:46 +0000 (12:13 -0600)
commit7d1700c4d475358539c9a84cb325183c86a06f33
treec1077ad403b405dbb1aa3f7354285a2dbd90e6fb
parente64a26aaa2a475d369064b31823bd553e0f76a83
fix(cpus): workaround for Cortex-A78 erratum 2779479

Cortex-A78 erratum 2779479 is a Cat B erratum that applies to
all revisions <= r1p2 and is still open.

The workaround is to set the 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/SDEN1401784/latest

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