aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64/cpu/cortex_a57.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm64/cpu/cortex_a57.h')
-rw-r--r--src/arch/arm64/cpu/cortex_a57.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/arch/arm64/cpu/cortex_a57.h b/src/arch/arm64/cpu/cortex_a57.h
index 9e66f4d7ca..9e12e8b41f 100644
--- a/src/arch/arm64/cpu/cortex_a57.h
+++ b/src/arch/arm64/cpu/cortex_a57.h
@@ -23,4 +23,10 @@
#define CPUECTLR_EL1 S3_1_c15_c2_1
#define SMPEN_SHIFT 6
+/* Cortex MIDR[15:4] PN */
+#define CORTEX_A53_PN 0xd03
+
+/* Double lock control bit */
+#define OSDLR_DBL_LOCK_BIT 1
+
#endif /* __ARCH_ARM64_CORTEX_A57_H__ */