summaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2018-06-22 06:36:29 -0500
committerAndrew F. Davis <afd@ti.com>2019-05-22 12:07:52 -0500
commit7c088e710b1c342715ec9b000d07ed6964becac6 (patch)
tree27cc4c3e70c506ca81206f5bf85bb84c22147bb4 /plat/ti
parentb27c7d6f0507c89189a22f695e743a0ec4ff3357 (diff)
ti: k3: common: Add support for J721E
Enable Cortex-A72 support for J721E. Change-Id: I5bea5fb6ec45d1a9f8f2192d42da2cc03ae0f7ec Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'plat/ti')
-rw-r--r--plat/ti/k3/common/plat_common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk
index 29fcafdb..2e5f5845 100644
--- a/plat/ti/k3/common/plat_common.mk
+++ b/plat/ti/k3/common/plat_common.mk
@@ -22,6 +22,9 @@ ERRATA_A53_836870 := 1
ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 1
+# A72 Erratum for SoC
+ERRATA_A72_859971 := 1
+
# Split out RO data into a non-executable section
SEPARATE_CODE_AND_RODATA := 1
@@ -68,6 +71,7 @@ K3_TI_SCI_SOURCES += \
PLAT_BL_COMMON_SOURCES += \
lib/cpus/aarch64/cortex_a53.S \
+ lib/cpus/aarch64/cortex_a72.S \
${XLAT_TABLES_LIB_SRCS} \
${K3_CONSOLE_SOURCES} \