diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-03-04 16:56:26 +0000 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-03-13 14:05:47 +0000 |
commit | 75a1ada95efa78e4133bdd947c64944005a8e5c2 (patch) | |
tree | b5dd986ec920d6dbcb5fc2f350fcb14efb1bf392 /docs | |
parent | c48d02bade88b07fa7f43aa44e5217f68e5d047f (diff) | |
download | platform_external_arm-trusted-firmware-75a1ada95efa78e4133bdd947c64944005a8e5c2.tar.gz platform_external_arm-trusted-firmware-75a1ada95efa78e4133bdd947c64944005a8e5c2.tar.bz2 platform_external_arm-trusted-firmware-75a1ada95efa78e4133bdd947c64944005a8e5c2.zip |
Cortex-A15: Implement workaround for errata 816470
Change-Id: I9755252725be25bfd0147839d7df56888424ff84
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 95538d02b..a9ed9c1b4 100644 --- a/docs/cpu-specific-build-macros.rst +++ b/docs/cpu-specific-build-macros.rst @@ -71,6 +71,11 @@ for it to specify which errata workarounds should be enabled or not. The value of the build flags is 0 by default, that is, disabled. A value of 1 will enable it. +For Cortex-A15, the following errata build flags are defined : + +- ``ERRATA_A15_816470``: This applies errata 816470 workaround to Cortex-A15 + CPU. This needs to be enabled only for revision >= r3p0 of the CPU. + For Cortex-A53, the following errata build flags are defined : - ``ERRATA_A53_819472``: This applies errata 819472 workaround to all |