blob: edab8843c751cb825c3c147fed5c0551d539302c [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 common to ARM standard platforms
Soby Mathewb58da6f2018-02-20 14:48:50 +00008
9# Skip building BL1 and BL2 if RESET_TO_SP_MIN flag is set.
10ifeq (${RESET_TO_SP_MIN},1)
11 BL1_SOURCES =
12 BL2_SOURCES =
13endif
14
Soby Mathew7b754182016-07-11 14:15:27 +010015BL32_SOURCES += plat/arm/common/arm_pm.c \
16 plat/arm/common/arm_topology.c \
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