summaryrefslogtreecommitdiff
path: root/plat/arm
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2019-07-22 17:39:51 -0500
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>2019-07-25 14:45:17 +0000
commit425ace7d94e9b5202433bc3e2a68ebcabcb08f41 (patch)
tree22e090bbe942331be9c16d1f21180f4770b49029 /plat/arm
parent8b6394c95d820bd40e7b49fa1d3ea11c36f9e8d7 (diff)
sgm775: Fix build fail for TSP support on sgm775
Fixed the path to a source file specified in tsp makefile Created a platform specific tsp makefile Change-Id: I89565127c67eff510e48e21fd450af4c3088c2d4 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Diffstat (limited to 'plat/arm')
-rw-r--r--plat/arm/board/sgm775/tsp/tsp-sgm775.mk7
-rw-r--r--plat/arm/css/sgm/include/sgm_base_platform_def.h5
-rw-r--r--plat/arm/css/sgm/tsp/tsp-sgm.mk2
3 files changed, 8 insertions, 6 deletions
diff --git a/plat/arm/board/sgm775/tsp/tsp-sgm775.mk b/plat/arm/board/sgm775/tsp/tsp-sgm775.mk
new file mode 100644
index 00000000..129b586e
--- /dev/null
+++ b/plat/arm/board/sgm775/tsp/tsp-sgm775.mk
@@ -0,0 +1,7 @@
+#
+# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+include plat/arm/css/sgm/tsp/tsp-sgm.mk \ No newline at end of file
diff --git a/plat/arm/css/sgm/include/sgm_base_platform_def.h b/plat/arm/css/sgm/include/sgm_base_platform_def.h
index 85818446..4ecfc969 100644
--- a/plat/arm/css/sgm/include/sgm_base_platform_def.h
+++ b/plat/arm/css/sgm/include/sgm_base_platform_def.h
@@ -134,11 +134,6 @@
#endif
/*
- * tspd support is conditional so enable this for CSS sgm platforms.
- */
-#define SPD_tspd
-
-/*
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* SCP_BL2 size plus a little space for growth.
*/
diff --git a/plat/arm/css/sgm/tsp/tsp-sgm.mk b/plat/arm/css/sgm/tsp/tsp-sgm.mk
index a9e41316..de5e5b79 100644
--- a/plat/arm/css/sgm/tsp/tsp-sgm.mk
+++ b/plat/arm/css/sgm/tsp/tsp-sgm.mk
@@ -6,6 +6,6 @@
BL32_SOURCES += ${SGM_GIC_SOURCES} \
${CSS_SGM_BASE}/sgm_plat_config.c \
- plat/arm/board/sgm/tsp/sgm_tsp_setup.c
+ plat/arm/css/sgm/tsp/sgm_tsp_setup.c
include plat/arm/common/tsp/arm_tsp.mk