diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-21 16:35:49 +0000 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-28 09:56:58 +0000 |
commit | 5bd2c24f17fa24e8ee9e468c1401c809a97aae53 (patch) | |
tree | 9e916790c50626b6495482698f96edd2d59ca6fe /docs | |
parent | 0f6fbbd2e512d45eda760b8d6829cd24b94fe6db (diff) | |
download | platform_external_arm-trusted-firmware-5bd2c24f17fa24e8ee9e468c1401c809a97aae53.tar.gz platform_external_arm-trusted-firmware-5bd2c24f17fa24e8ee9e468c1401c809a97aae53.tar.bz2 platform_external_arm-trusted-firmware-5bd2c24f17fa24e8ee9e468c1401c809a97aae53.zip |
Cortex-A57: Implement workaround for erratum 817169
Change-Id: I25f29a275ecccd7d0c9d33906e6c85967caa767a
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpu-specific-build-macros.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.rst b/docs/cpu-specific-build-macros.rst index d964da143..462ecc3e7 100644 --- a/docs/cpu-specific-build-macros.rst +++ b/docs/cpu-specific-build-macros.rst @@ -128,6 +128,9 @@ For Cortex-A57, the following errata build flags are defined : - ``ERRATA_A57_814670``: This applies errata 814670 workaround to Cortex-A57 CPU. This needs to be enabled only for revision r0p0 of the CPU. +- ``ERRATA_A57_817169``: This applies errata 817169 workaround to Cortex-A57 + CPU. This needs to be enabled only for revision <= r0p1 of the CPU. + - ``ERRATA_A57_826974``: This applies errata 826974 workaround to Cortex-A57 CPU. This needs to be enabled only for revision <= r1p1 of the CPU. |