ARMv8: Enable all asynchronous abort exceptions taken to EL3
[oweals/u-boot.git] / arch / arm / include / asm / system.h
index c1f87f9caf57a774152243db2b9e75be386e8bc7..aed2e3c51ef4b1a66984794264f7de58af707768 100644 (file)
@@ -29,6 +29,7 @@
 #define SCR_EL3_HCE_EN         (1 << 8)  /* Hypervisor Call enable          */
 #define SCR_EL3_SMD_DIS                (1 << 7)  /* Secure Monitor Call disable     */
 #define SCR_EL3_RES1           (3 << 4)  /* Reserved, RES1                  */
+#define SCR_EL3_EA_EN          (1 << 3)  /* External aborts taken to EL3    */
 #define SCR_EL3_NS_EN          (1 << 0)  /* EL0 and EL1 in Non-scure state  */
 
 /*