From df22d602b6b1ee00a0cb31e88bb63e7152f2cf6a Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 14 Apr 2016 13:32:31 +0100 Subject: Add support for Cortex-A57 erratum 826974 workaround Change-Id: I45641551474f4c58c638aff8c42c0ab9a8ec78b4 --- include/lib/cpus/aarch64/cortex_a57.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/lib/cpus/aarch64/cortex_a57.h b/include/lib/cpus/aarch64/cortex_a57.h index c512129a..7711e690 100644 --- a/include/lib/cpus/aarch64/cortex_a57.h +++ b/include/lib/cpus/aarch64/cortex_a57.h @@ -61,6 +61,7 @@ ******************************************************************************/ #define CPUACTLR_EL1 S3_1_C15_C2_0 /* Instruction def. */ +#define CPUACTLR_DIS_LOAD_PASS_DMB (1 << 59) #define CPUACTLR_DIS_OVERREAD (1 << 52) #define CPUACTLR_NO_ALLOC_WBWA (1 << 49) #define CPUACTLR_DCC_AS_DCCI (1 << 44) -- cgit