aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLauren Wehrmeister <lauren.wehrmeister@arm.com>2020-06-23 20:17:24 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-06-23 20:17:24 +0000
commitccf5863231800416be910a3083037bd3b9b1062c (patch)
tree9151260845384b9a4ddf6ff484b018dc32fa2d8a /docs
parent993dc0eccd9a1c6e491add6ada0ec394bfaf0dd7 (diff)
parentdcbfbcb5de2c0110cf397dae62a4f6cf7ad2a6a2 (diff)
downloadarm-trusted-firmware-ccf5863231800416be910a3083037bd3b9b1062c.tar.gz
Merge changes Ifc34f2e9,Iefd58159 into integration
* changes: Workaround for Cortex A76 erratum 1800710 Workaround for Cortex A76 erratum 1791580
Diffstat (limited to 'docs')
-rw-r--r--docs/design/cpu-specific-build-macros.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/design/cpu-specific-build-macros.rst b/docs/design/cpu-specific-build-macros.rst
index 591f2f886..264d0c688 100644
--- a/docs/design/cpu-specific-build-macros.rst
+++ b/docs/design/cpu-specific-build-macros.rst
@@ -227,6 +227,12 @@ For Cortex-A76, the following errata build flags are defined :
- ``ERRATA_A76_1275112``: This applies errata 1275112 workaround to Cortex-A76
CPU. This needs to be enabled only for revision <= r3p0 of the CPU.
+- ``ERRATA_A76_1791580``: This applies errata 1791580 workaround to Cortex-A76
+ CPU. This needs to be enabled only for revision <= r4p0 of the CPU.
+
+- ``ERRATA_A76_1800710``: This applies errata 1800710 workaround to Cortex-A76
+ CPU. This needs to be enabled only for revision <= r4p0 of the CPU.
+
For Cortex-A78, the following errata build flags are defined :
- ``ERRATA_A78_1688305``: This applies errata 1688305 workaround to Cortex-A78