Commit 93d5e141 authored by Andrew F. Davis's avatar Andrew F. Davis
Browse files

ti: k3: common: Trap all asynchronous bus errors to EL3



These errors are asynchronous and cannot be directly correlated with the
exact current running software, so handling them in the same EL is not
critical. Handling them in TF-A allows for more platform specific
decoding of the implementation defined exception registers
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Change-Id: Iee7a38c9fc9c698fa0ad42dafa598bcbed6a4fda
parent bb2d778c
...@@ -25,6 +25,9 @@ ERRATA_A53_855873 := 1 ...@@ -25,6 +25,9 @@ ERRATA_A53_855873 := 1
# A72 Erratum for SoC # A72 Erratum for SoC
ERRATA_A72_859971 := 1 ERRATA_A72_859971 := 1
CRASH_REPORTING := 1
HANDLE_EA_EL3_FIRST := 1
# Split out RO data into a non-executable section # Split out RO data into a non-executable section
SEPARATE_CODE_AND_RODATA := 1 SEPARATE_CODE_AND_RODATA := 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment