Dan Handley | b431530 | 2015-03-19 18:58:55 +0000 | [diff] [blame] | 1 | # |
Harrison Mutai | a852fa1 | 2025-02-21 11:52:48 +0000 | [diff] [blame^] | 2 | # Copyright (c) 2015-2025, Arm Limited and Contributors. All rights reserved. |
Dan Handley | b431530 | 2015-03-19 18:58:55 +0000 | [diff] [blame] | 3 | # |
dp-arm | 82cb2c1 | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | # SPDX-License-Identifier: BSD-3-Clause |
Dan Handley | b431530 | 2015-03-19 18:58:55 +0000 | [diff] [blame] | 5 | # |
| 6 | |
| 7 | # TSP source files common to ARM standard platforms |
Achin Gupta | 27573c5 | 2015-11-03 14:18:34 +0000 | [diff] [blame] | 8 | BL32_SOURCES += plat/arm/common/arm_topology.c \ |
Dan Handley | b431530 | 2015-03-19 18:58:55 +0000 | [diff] [blame] | 9 | plat/arm/common/tsp/arm_tsp_setup.c \ |
Achin Gupta | 27573c5 | 2015-11-03 14:18:34 +0000 | [diff] [blame] | 10 | plat/common/aarch64/platform_mp_stack.S |
Harrison Mutai | a852fa1 | 2025-02-21 11:52:48 +0000 | [diff] [blame^] | 11 | |
| 12 | ifeq (${TRANSFER_LIST},1) |
| 13 | BL32_SOURCES += $(TRANSFER_LIST_SOURCES) |
| 14 | ifeq (${MEASURED_BOOT},1) |
| 15 | BL32_SOURCES += $(EVENT_LOG_SOURCES) |
| 16 | endif |
| 17 | endif |