blob: 0250a5f1a2096e1f2cfe810e574aa88e9bc1e45d [file] [log] [blame]
Soby Mathew7b754182016-07-11 14:15:27 +01001#
Antonio Nino Diazd7da2f82018-10-10 11:14:44 +01002# Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
Soby Mathew7b754182016-07-11 14:15:27 +01003#
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
Antonio Nino Diazf13d09a2019-01-23 21:50:09 +00008BL32_SOURCES += drivers/arm/fvp/fvp_pwrc.c \
9 drivers/cfi/v2m/v2m_flash.c \
Antonio Nino Diazd7da2f82018-10-10 11:14:44 +010010 lib/utils/mem_region.c \
Roberto Vargasa1c16b62017-08-03 09:16:43 +010011 plat/arm/board/fvp/aarch32/fvp_helpers.S \
Soby Mathew7b754182016-07-11 14:15:27 +010012 plat/arm/board/fvp/fvp_pm.c \
13 plat/arm/board/fvp/fvp_topology.c \
14 plat/arm/board/fvp/sp_min/fvp_sp_min_setup.c \
Roberto Vargasa1c16b62017-08-03 09:16:43 +010015 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