Skip to content

Commit

Permalink
ARMv8: Add EL3 exception handling for ARMv8's Kconfig
Browse files Browse the repository at this point in the history
Kconfig option to allow all External Abort and SError exception
taken to EL3.

Signed-off-by: Chee Hong Ang <[email protected]>
  • Loading branch information
jeremy-ang authored and trini committed Nov 16, 2018
1 parent a7aab5b commit c0f3296
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/cpu/armv8/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ config ARMV8_PSCI_CPUS_PER_CLUSTER
A value 0 or no definition of it works for single cluster system.
System with multi-cluster should difine their own exact value.

config ARMV8_EA_EL3_FIRST
bool "External aborts and SError interrupt exception are taken in EL3"
default n
help
Exception handling at all exception levels for External Abort and
SError interrupt exception are taken in EL3.

if SYS_HAS_ARMV8_SECURE_BASE

config ARMV8_SECURE_BASE
Expand Down

0 comments on commit c0f3296

Please sign in to comment.