arm_sp_min.mk 552 Bytes
Newer Older
1
#
2
# Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
3
#
dp-arm's avatar
dp-arm committed
4
# SPDX-License-Identifier: BSD-3-Clause
5
6
7
#

# SP MIN source files common to ARM standard platforms
8

9
# Skip building BL1, BL2 and BL2U if RESET_TO_SP_MIN flag is set.
10
11
12
ifeq (${RESET_TO_SP_MIN},1)
    BL1_SOURCES =
    BL2_SOURCES =
13
    BL2U_SOURCES =
14
15
endif

16
17
18
19
20
BL32_SOURCES		+=	plat/arm/common/arm_pm.c			\
				plat/arm/common/arm_topology.c			\
				plat/arm/common/sp_min/arm_sp_min_setup.c	\
				plat/common/aarch32/platform_mp_stack.S		\
				plat/common/plat_psci_common.c