blob: b370fd55a7b468ab362d46cde2352fa2c94c638e [file] [log] [blame]
Soby Mathew7b754182016-07-11 14:15:27 +01001#
2# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3#
dp-armfa3cf0b2017-05-03 09:38:09 +01004# SPDX-License-Identifier: BSD-3-Clause
Soby Mathew7b754182016-07-11 14:15:27 +01005#
6
7# SP_MIN source files specific to FVP platform
Roberto Vargasa1c16b62017-08-03 09:16:43 +01008BL32_SOURCES += lib/utils/mem_region.c \
9 plat/arm/board/fvp/aarch32/fvp_helpers.S \
Soby Mathew7b754182016-07-11 14:15:27 +010010 plat/arm/board/fvp/drivers/pwrc/fvp_pwrc.c \
11 plat/arm/board/fvp/fvp_pm.c \
12 plat/arm/board/fvp/fvp_topology.c \
13 plat/arm/board/fvp/sp_min/fvp_sp_min_setup.c \
Roberto Vargasa1c16b62017-08-03 09:16:43 +010014 plat/arm/board/common/drivers/norflash/norflash.c \
15 plat/arm/common/arm_nor_psci_mem_protect.c \
Soby Mathew7b754182016-07-11 14:15:27 +010016 ${FVP_CPU_LIBS} \
17 ${FVP_GIC_SOURCES} \
18 ${FVP_INTERCONNECT_SOURCES} \
19 ${FVP_SECURITY_SOURCES}
20
dp-armfa3cf0b2017-05-03 09:38:09 +010021include plat/arm/common/sp_min/arm_sp_min.mk