diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-21 16:25:37 +0000 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-02-28 09:56:58 +0000 |
commit | a6cc661016a32494f1bbe7b7377bc9a549f297b4 (patch) | |
tree | 00193c7ee7a034defebc8a9f26aba8107270d4bc /docs | |
parent | 1afeee92751840e4352201c9b3e99056a6fe5c9d (diff) | |
download | platform_external_arm-trusted-firmware-a6cc661016a32494f1bbe7b7377bc9a549f297b4.tar.gz platform_external_arm-trusted-firmware-a6cc661016a32494f1bbe7b7377bc9a549f297b4.tar.bz2 platform_external_arm-trusted-firmware-a6cc661016a32494f1bbe7b7377bc9a549f297b4.zip |
Cortex-A55: Implement workaround for erratum 778703
Change-Id: I094e5cb2c44618e7a4116af5fbb6b18078a79951
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 897c7719b..77e12d1e3 100644 --- a/docs/cpu-specific-build-macros.rst +++ b/docs/cpu-specific-build-macros.rst @@ -102,6 +102,9 @@ For Cortex-A55, the following errata build flags are defined : - ``ERRATA_A55_768277``: This applies errata 768277 workaround to Cortex-A55 CPU. This needs to be enabled only for revision r0p0 of the CPU. +- ``ERRATA_A55_778703``: This applies errata 778703 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 |