diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-28 16:23:53 +0000 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-03-13 15:40:45 +0000 |
commit | 0b64c194853d631909317c041d5501ec53c3bfef (patch) | |
tree | 5ec144b07f2deb1fefa2ab8106945c51ab2853f5 /docs | |
parent | ab15922ebd2db1783dbd4db571b582263f8d33ea (diff) | |
download | platform_external_arm-trusted-firmware-0b64c194853d631909317c041d5501ec53c3bfef.tar.gz platform_external_arm-trusted-firmware-0b64c194853d631909317c041d5501ec53c3bfef.tar.bz2 platform_external_arm-trusted-firmware-0b64c194853d631909317c041d5501ec53c3bfef.zip |
Cortex-A17: Implement workaround for errata 852421
Change-Id: Ic3004fc43229d63c5a59ca74c1837fb0604e1f33
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpu-specific-build-macros.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.rst b/docs/cpu-specific-build-macros.rst index 8c951de00..ae0cfd9c2 100644 --- a/docs/cpu-specific-build-macros.rst +++ b/docs/cpu-specific-build-macros.rst @@ -79,6 +79,11 @@ For Cortex-A15, the following errata build flags are defined : - ``ERRATA_A15_827671``: This applies errata 827671 workaround to Cortex-A15 CPU. This needs to be enabled only for revision >= r3p0 of the CPU. +For Cortex-A17, the following errata build flags are defined : + +- ``ERRATA_A17_852421``: This applies errata 852421 workaround to Cortex-A17 + CPU. This needs to be enabled only for revision <= r1p2 of the CPU. + For Cortex-A53, the following errata build flags are defined : - ``ERRATA_A53_819472``: This applies errata 819472 workaround to all |