diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-21 16:29:16 +0000 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-28 09:56:58 +0000 |
commit | 6e78973ea28def5a8cc59a434f3cdef5f3858d23 (patch) | |
tree | 76d54e15c598c6ea8f1c64d12b26628a6d26daa4 /docs | |
parent | 6ab87d29817846cd439afe42b3c216385b1b14dd (diff) | |
download | platform_external_arm-trusted-firmware-6e78973ea28def5a8cc59a434f3cdef5f3858d23.tar.gz platform_external_arm-trusted-firmware-6e78973ea28def5a8cc59a434f3cdef5f3858d23.tar.bz2 platform_external_arm-trusted-firmware-6e78973ea28def5a8cc59a434f3cdef5f3858d23.zip |
Cortex-A55: Implement workaround for erratum 846532
Change-Id: Iacb6331c1f6b27340e71279f92f147ebbc71862f
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 65e1c84af..85e564248 100644 --- a/docs/cpu-specific-build-macros.rst +++ b/docs/cpu-specific-build-macros.rst @@ -108,6 +108,9 @@ For Cortex-A55, the following errata build flags are defined : - ``ERRATA_A55_798797``: This applies errata 798797 workaround to Cortex-A55 CPU. This needs to be enabled only for revision r0p0 of the CPU. +- ``ERRATA_A55_846532``: This applies errata 846532 workaround to Cortex-A55 + CPU. This needs to be enabled only for revision <= r0p1 of the CPU. + For Cortex-A57, the following errata build flags are defined : - ``ERRATA_A57_806969``: This applies errata 806969 workaround to Cortex-A57 |