summaryrefslogtreecommitdiff
path: root/plat/arm/board/rde1edge/platform.mk
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-12-27 19:27:57 +0530
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2020-01-27 19:54:05 +0530
commita9fbf13e049e77743a46ff7a2eca4c18570661ba (patch)
treef87a0a7c52836aeb5272b6c001206f6a883d2c1e /plat/arm/board/rde1edge/platform.mk
parent9054018bd5c12b16ef55ea41fcf8cdb15a24ae18 (diff)
downloadarm-trusted-firmware-a9fbf13e049e77743a46ff7a2eca4c18570661ba.tar.gz
plat/arm/sgi: move topology information to board folder
The platform topology description of the upcoming Arm's RD platforms have different topology than those listed in the sgi_topology.c file. So instead of adding platform specific topology into existing sgi_topology.c file, those can be added to respective board files. In order to maintain consistency with the upcoming platforms, move the existing platform topology description to respective board files. Change-Id: I4689c7d24cd0c75a3dc234370c34a85c08598abb Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Diffstat (limited to 'plat/arm/board/rde1edge/platform.mk')
-rw-r--r--plat/arm/board/rde1edge/platform.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/arm/board/rde1edge/platform.mk b/plat/arm/board/rde1edge/platform.mk
index db41e0eda..43c37ffc1 100644
--- a/plat/arm/board/rde1edge/platform.mk
+++ b/plat/arm/board/rde1edge/platform.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -24,6 +24,7 @@ BL2_SOURCES += ${RDE1EDGE_BASE}/rde1edge_plat.c \
BL31_SOURCES += ${SGI_CPU_SOURCES} \
${RDE1EDGE_BASE}/rde1edge_plat.c \
+ ${RDE1EDGE_BASE}/rde1edge_topology.c \
drivers/cfi/v2m/v2m_flash.c \
lib/utils/mem_region.c \
plat/arm/common/arm_nor_psci_mem_protect.c