blob: da1d785c2a15a0c1468380f03bb1cdce30d9a39e [file] [log] [blame]
Usama Arif82e95092019-06-18 16:46:05 +01001#
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 A5DS platform
8BL32_SOURCES += drivers/cfi/v2m/v2m_flash.c \
9 lib/utils/mem_region.c \
10 lib/aarch32/arm32_aeabi_divmod.c \
11 lib/aarch32/arm32_aeabi_divmod_a32.S \
12 plat/arm/board/a5ds/aarch32/a5ds_helpers.S \
13 plat/arm/board/a5ds/a5ds_pm.c \
14 plat/arm/board/a5ds/a5ds_topology.c \
15 plat/arm/board/a5ds/sp_min/a5ds_sp_min_setup.c \
16 plat/arm/common/sp_min/arm_sp_min_setup.c \
17 plat/common/aarch32/platform_mp_stack.S \
18 plat/common/plat_psci_common.c \
19 ${A5DS_CPU_LIBS} \
20 ${A5DS_GIC_SOURCES} \
21 ${A5DS_SECURITY_SOURCES}