blob: 861fe7208076a272190f3637f306074d96d8a4ee [file] [log] [blame]
Achin Gupta7c88f3f2014-02-18 18:09:12 +00001#
Jeenu Viswambharan4ecdba32017-10-03 12:19:47 +01002# Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
Achin Gupta7c88f3f2014-02-18 18:09:12 +00003#
dp-armfa3cf0b2017-05-03 09:38:09 +01004# SPDX-License-Identifier: BSD-3-Clause
Achin Gupta7c88f3f2014-02-18 18:09:12 +00005#
6
Achin Gupta7c88f3f2014-02-18 18:09:12 +00007# TSP source files specific to FVP platform
Jeenu Viswambharan4ecdba32017-10-03 12:19:47 +01008BL32_SOURCES += plat/arm/board/fvp/aarch64/fvp_helpers.S \
Soby Mathewfec4eb72015-07-01 16:16:20 +01009 plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.c \
Jeenu Viswambharan4ecdba32017-10-03 12:19:47 +010010 plat/arm/board/fvp/fvp_topology.c \
Achin Gupta1fa7eb62015-11-03 14:18:34 +000011 plat/arm/board/fvp/tsp/fvp_tsp_setup.c \
12 ${FVP_GIC_SOURCES}
Dan Handley2b6b5742015-03-19 19:17:53 +000013
14include plat/arm/common/tsp/arm_tsp.mk