blob: 4ca810d3f3a9a3dd946b56d1b9ef77a6dc3a2f48 [file] [log] [blame]
Usama Arife97998f2018-11-30 15:43:56 +00001#
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7# SP_MIN source files specific to FVP platform
8BL32_SOURCES += drivers/cfi/v2m/v2m_flash.c \
9 lib/utils/mem_region.c \
10 plat/arm/board/fvp_ve/aarch32/fvp_ve_helpers.S \
11 drivers/arm/fvp/fvp_pwrc.c \
12 plat/arm/board/fvp_ve/fvp_ve_pm.c \
13 plat/arm/board/fvp_ve/fvp_ve_topology.c \
14 plat/arm/board/fvp_ve/sp_min/fvp_ve_sp_min_setup.c \
15 lib/aarch32/arm32_aeabi_divmod.c \
16 lib/aarch32/arm32_aeabi_divmod_a32.S \
17 plat/arm/common/sp_min/arm_sp_min_setup.c \
18 plat/common/aarch32/platform_mp_stack.S \
19 plat/common/plat_psci_common.c \
20 ${FVP_VE_CPU_LIBS} \
21 ${FVP_VE_GIC_SOURCES} \
22 ${FVP_VE_SECURITY_SOURCES}