summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2016-04-14 13:32:31 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2016-04-21 09:44:51 +0100
commitdf22d602b6b1ee00a0cb31e88bb63e7152f2cf6a (patch)
tree75145b1bc05af5e40dc3924f5c2658cf1acaf623 /docs
parent097b787a0e6dc65ff4bf7c6e1da966858036e22a (diff)
Add support for Cortex-A57 erratum 826974 workaround
Change-Id: I45641551474f4c58c638aff8c42c0ab9a8ec78b4
Diffstat (limited to 'docs')
-rw-r--r--docs/cpu-specific-build-macros.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.md b/docs/cpu-specific-build-macros.md
index c57dc7ee..408af36b 100644
--- a/docs/cpu-specific-build-macros.md
+++ b/docs/cpu-specific-build-macros.md
@@ -60,6 +60,9 @@ For Cortex-A57, following errata build flags are defined :
* `ERRATA_A57_813420`: This applies errata 813420 workaround to Cortex-A57
CPU. This needs to be enabled only for revision r0p0 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.
+
3. CPU Specific optimizations
------------------------------