From 072888656dc331c6b4bded88738e7b34166c0933 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 14 Apr 2016 14:24:13 +0100 Subject: Add support for Cortex-A57 erratum 826977 workaround Change-Id: Icaacd19c4cef9c10d02adcc2f84a4d7c97d4bcfa --- include/lib/cpus/aarch64/cortex_a57.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lib') diff --git a/include/lib/cpus/aarch64/cortex_a57.h b/include/lib/cpus/aarch64/cortex_a57.h index 95c1f56c..685b87b2 100644 --- a/include/lib/cpus/aarch64/cortex_a57.h +++ b/include/lib/cpus/aarch64/cortex_a57.h @@ -62,6 +62,7 @@ #define CPUACTLR_EL1 S3_1_C15_C2_0 /* Instruction def. */ #define CPUACTLR_DIS_LOAD_PASS_DMB (1 << 59) +#define CPUACTLR_GRE_NGRE_AS_NGNRE (1 << 54) #define CPUACTLR_DIS_OVERREAD (1 << 52) #define CPUACTLR_NO_ALLOC_WBWA (1 << 49) #define CPUACTLR_DCC_AS_DCCI (1 << 44) -- cgit