From a8b1c769361c63a69fd73afe37bb4799446ec045 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 14 Apr 2016 14:04:48 +0100 Subject: Add support for Cortex-A57 erratum 828024 workaround Change-Id: I632a8c5bb517ff89c69268e865be33101059be7d --- include/lib/cpus/aarch64/cortex_a57.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/lib') 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. -- cgit