aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLouis Mayencourt <louis.mayencourt@arm.com>2019-02-21 17:35:07 +0000
committerLouis Mayencourt <louis.mayencourt@arm.com>2019-02-26 16:21:06 +0000
commit508d71108a06c7fce2eeef78659b9b7739cee6eb (patch)
tree0a79684da2ea12a62188da7d4415598f2a0d4398 /docs
parent98551591f5371de2c2f0dee6be2e12b75653f04d (diff)
downloadplatform_external_arm-trusted-firmware-508d71108a06c7fce2eeef78659b9b7739cee6eb.tar.gz
platform_external_arm-trusted-firmware-508d71108a06c7fce2eeef78659b9b7739cee6eb.tar.bz2
platform_external_arm-trusted-firmware-508d71108a06c7fce2eeef78659b9b7739cee6eb.zip
Add workaround for errata 1130799 for Cortex-A76
TLBI VAAE1 or TLBI VAALE1 targeting a page within hardware page aggregated address translation data in the L2 TLB might cause corruption of address translation data. Set bit 59 of CPUACTLR2_EL1 to prevent this. Change-Id: I59f3edea54e87d264e0794f5ca2a8c68a636e586 Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/cpu-specific-build-macros.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.rst b/docs/cpu-specific-build-macros.rst
index 73ed38230..6a3344119 100644
--- a/docs/cpu-specific-build-macros.rst
+++ b/docs/cpu-specific-build-macros.rst
@@ -145,6 +145,11 @@ For Cortex-A75, the following errata build flags are defined :
- ``ERRATA_A75_790748``: This applies errata 790748 workaround to Cortex-A75
CPU. This needs to be enabled only for revision r0p0 of the CPU.
+For Cortex-A76, the following errata build flags are defined :
+
+- ``ERRATA_A76_1130799``: This applies errata 1130799 workaround to Cortex-A76
+ CPU. This needs to be enabled only for revision <= r2p0 of the CPU.
+
DSU Errata Workarounds
----------------------