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