blob: d7592dfaef5f57b320c473d069b2346b4b02d29f [file] [log] [blame]
Dan Handleyb4315302015-03-19 18:58:55 +00001#
Harrison Mutaia852fa12025-02-21 11:52:48 +00002# Copyright (c) 2015-2025, Arm Limited and Contributors. All rights reserved.
Dan Handleyb4315302015-03-19 18:58:55 +00003#
dp-arm82cb2c12017-05-03 09:38:09 +01004# SPDX-License-Identifier: BSD-3-Clause
Dan Handleyb4315302015-03-19 18:58:55 +00005#
6
7# TSP source files common to ARM standard platforms
Achin Gupta27573c52015-11-03 14:18:34 +00008BL32_SOURCES += plat/arm/common/arm_topology.c \
Dan Handleyb4315302015-03-19 18:58:55 +00009 plat/arm/common/tsp/arm_tsp_setup.c \
Achin Gupta27573c52015-11-03 14:18:34 +000010 plat/common/aarch64/platform_mp_stack.S
Harrison Mutaia852fa12025-02-21 11:52:48 +000011
12ifeq (${TRANSFER_LIST},1)
13BL32_SOURCES += $(TRANSFER_LIST_SOURCES)
14ifeq (${MEASURED_BOOT},1)
15BL32_SOURCES += $(EVENT_LOG_SOURCES)
16endif
17endif