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 /include/lib | |
parent | df22d602b6b1ee00a0cb31e88bb63e7152f2cf6a (diff) |
Add support for Cortex-A57 erratum 828024 workaround
Change-Id: I632a8c5bb517ff89c69268e865be33101059be7d
Diffstat (limited to 'include/lib')
-rw-r--r-- | include/lib/cpus/aarch64/cortex_a57.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib/cpus/aarch64/cortex_a57.h b/include/lib/cpus/aarch64/cortex_a57.h index 7711e690..68d0821c 100644 --- a/include/lib/cpus/aarch64/cortex_a57.h +++ b/include/lib/cpus/aarch64/cortex_a57.h @@ -65,6 +65,8 @@ #define CPUACTLR_DIS_OVERREAD (1 << 52) #define CPUACTLR_NO_ALLOC_WBWA (1 << 49) #define CPUACTLR_DCC_AS_DCCI (1 << 44) +#define CPUACTLR_DIS_STREAMING (3 << 27) +#define CPUACTLR_DIS_L1_STREAMING (3 << 25) /******************************************************************************* * L2 Control register specific definitions. |