Home | History | Annotate | Download | only in tsp
      1 #
      2 # Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
      3 #
      4 # SPDX-License-Identifier: BSD-3-Clause
      5 #
      6 
      7 # TSP source files specific to FVP platform
      8 BL32_SOURCES		+=	plat/arm/board/fvp/aarch64/fvp_helpers.S	\
      9 				plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.c	\
     10 				plat/arm/board/fvp/fvp_topology.c		\
     11 				plat/arm/board/fvp/tsp/fvp_tsp_setup.c		\
     12 				${FVP_GIC_SOURCES}
     13 
     14 include plat/arm/common/tsp/arm_tsp.mk
     15