aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2019-03-01 11:23:48 +0000
committerGitHub <noreply@github.com>2019-03-01 11:23:48 +0000
commit37118a1b5f0a0dfb061c986eb67d72bbe2ae8c79 (patch)
tree87b2322c8a2d0cd828deeb5849ecd5b850a68007 /docs
parent4476838ae8c03087c4172de393a9c7c8b13dc393 (diff)
parent25278eaba7b93701e046a8215f84843674d4ca02 (diff)
downloadplatform_external_arm-trusted-firmware-37118a1b5f0a0dfb061c986eb67d72bbe2ae8c79.tar.gz
platform_external_arm-trusted-firmware-37118a1b5f0a0dfb061c986eb67d72bbe2ae8c79.tar.bz2
platform_external_arm-trusted-firmware-37118a1b5f0a0dfb061c986eb67d72bbe2ae8c79.zip
Merge pull request #1849 from loumay-arm/lm/a73_errata
Cortex-A73: Implement workaround for errata 852427
Diffstat (limited to 'docs')
-rw-r--r--docs/cpu-specific-build-macros.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.rst b/docs/cpu-specific-build-macros.rst
index 81738d8c2..95538d02b 100644
--- a/docs/cpu-specific-build-macros.rst
+++ b/docs/cpu-specific-build-macros.rst
@@ -166,6 +166,9 @@ For Cortex-A72, the following errata build flags are defined :
For Cortex-A73, the following errata build flags are defined :
+- ``ERRATA_A73_852427``: This applies errata 852427 workaround to Cortex-A73
+ CPU. This needs to be enabled only for revision r0p0 of the CPU.
+
- ``ERRATA_A73_855423``: This applies errata 855423 workaround to Cortex-A73
CPU. This needs to be enabled only for revision <= r0p1 of the CPU.