aboutsummaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-05-14 15:38:11 -0500
committerAndrew F. Davis <afd@ti.com>2019-07-04 12:14:46 -0400
commit93d5e141301b74b39e182bbad9264494b4032379 (patch)
tree8bff4f60cc40c57f9af22508da0cdb5272c042fe /plat/ti
parentbb2d778c749ed772be8a2eb6f08356d2d03d9b1a (diff)
downloadtrusted-firmware-a-93d5e141301b74b39e182bbad9264494b4032379.tar.gz
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: Andrew F. Davis <afd@ti.com> Change-Id: Iee7a38c9fc9c698fa0ad42dafa598bcbed6a4fda
Diffstat (limited to 'plat/ti')
-rw-r--r--plat/ti/k3/common/plat_common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk
index f154a96009..20a94ef9e5 100644
--- a/plat/ti/k3/common/plat_common.mk
+++ b/plat/ti/k3/common/plat_common.mk
@@ -25,6 +25,9 @@ ERRATA_A53_855873 := 1
# A72 Erratum for SoC
ERRATA_A72_859971 := 1
+CRASH_REPORTING := 1
+HANDLE_EA_EL3_FIRST := 1
+
# Split out RO data into a non-executable section
SEPARATE_CODE_AND_RODATA := 1