aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2021-09-03 21:31:00 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-09-03 21:31:00 +0200
commitb7942a91b850aba426cfc2084fb6eaef8b864451 (patch)
tree93bb4f59f562f3a91d29008a7769014f93f02980 /docs
parent81de40f23b8a9302991d4ebd42c38b88a45511da (diff)
parent4618b2bfa7116371a5785a32f69ef2ea928f7cb7 (diff)
downloadtrusted-firmware-a-b7942a91b850aba426cfc2084fb6eaef8b864451.tar.gz
Merge changes from topic "erratas" into integration
* changes: errata: workaround for Neoverse N2 erratum 2025414 errata: workaround for Neoverse N2 erratum 2067956
Diffstat (limited to 'docs')
-rw-r--r--docs/design/cpu-specific-build-macros.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/design/cpu-specific-build-macros.rst b/docs/design/cpu-specific-build-macros.rst
index b5092c45c4..ff8a66df90 100644
--- a/docs/design/cpu-specific-build-macros.rst
+++ b/docs/design/cpu-specific-build-macros.rst
@@ -381,6 +381,14 @@ For Cortex-A710, the following errata build flags are defined :
Cortex-A710 CPU. This needs to be enabled only for revisions r0p0, r1p0 and
r2p0 of the CPU. It is still open.
+For Neoverse N2, the following errata build flags are defined :
+
+- ``ERRATA_N2_2067956``: This applies errata 2067956 workaround to Neoverse-N2
+ CPU. This needs to be enabled for revision r0p0 of the CPU and is still open.
+
+- ``ERRATA_N2_2025414``: This applies errata 2025414 workaround to Neoverse-N2
+ CPU. This needs to be enabled for revision r0p0 of the CPU and is still open.
+
DSU Errata Workarounds
----------------------