diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2016-04-14 14:04:48 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2016-04-21 12:59:59 +0100 |
commit | a8b1c769361c63a69fd73afe37bb4799446ec045 (patch) | |
tree | 5d36f48e5d726fe162021a28021befe44c76f8fc /docs | |
parent | df22d602b6b1ee00a0cb31e88bb63e7152f2cf6a (diff) |
Add support for Cortex-A57 erratum 828024 workaround
Change-Id: I632a8c5bb517ff89c69268e865be33101059be7d
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpu-specific-build-macros.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cpu-specific-build-macros.md b/docs/cpu-specific-build-macros.md index 408af36b..5d34409f 100644 --- a/docs/cpu-specific-build-macros.md +++ b/docs/cpu-specific-build-macros.md @@ -63,6 +63,9 @@ For Cortex-A57, following errata build flags are defined : * `ERRATA_A57_826974`: This applies errata 826974 workaround to Cortex-A57 CPU. This needs to be enabled only for revision <= r1p1 of the CPU. +* `ERRATA_A57_828024`: This applies errata 828024 workaround to Cortex-A57 + CPU. This needs to be enabled only for revision <= r1p1 of the CPU. + 3. CPU Specific optimizations ------------------------------ |