aboutsummaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2020-07-06 11:19:41 +0530
committerSayanta Pattanayak <sayanta.pattanayak@arm.com>2020-07-30 18:44:54 +0530
commit000653b467fbea2c0981c4d196e472374e1099b9 (patch)
treeaf5ec910ca8456c315c6f9fc64c273aa0a7519ea /plat
parent4db3a8870a0e0442dde9cc77fda16c23c4b8b030 (diff)
downloadtrusted-firmware-a-000653b467fbea2c0981c4d196e472374e1099b9.tar.gz
fdts: n1sdp: DTS file for single-chip and multi-chip environment.
N1SDP supports both single-chip and multi-chip environment. Added DTS file for both type of environment. Enabled DTS files compilation for N1SDP platform. Change-Id: I66af88dcfb841893eb6ed2ca18d3025de81236a0 Co-authored-by: Robin Murphy <Robin.Murphy@arm.com> Co-authored-by: Sayanta Pattanayak <sayanta.pattanayak@arm.com> Co-authored-by: Manoj Kumar <manoj.kumar3@arm.com> Co-authored-by: Anurag Koul <anurag.koul@arm.com> Signed-off-by: Sayanta Pattanayak <sayanta.pattanayak@arm.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/board/n1sdp/platform.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/arm/board/n1sdp/platform.mk b/plat/arm/board/n1sdp/platform.mk
index 0bd3a21cfa..4b621e3c02 100644
--- a/plat/arm/board/n1sdp/platform.mk
+++ b/plat/arm/board/n1sdp/platform.mk
@@ -38,6 +38,8 @@ BL31_SOURCES := ${N1SDP_CPU_SOURCES} \
${N1SDP_BASE}/n1sdp_security.c \
drivers/arm/css/sds/sds.c
+FDT_SOURCES += fdts/${PLAT}-single-chip.dts \
+ fdts/${PLAT}-multi-chip.dts
# TF-A not required to load the SCP Images
override CSS_LOAD_SCP_IMAGES := 0