blob: e6792ca59f60a8ff3e3939b5e70eb98063965653 [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
8BL32_SOURCES += plat/arm/common/arm_pm.c \
9 plat/arm/common/arm_topology.c \
10 plat/arm/common/sp_min/arm_sp_min_setup.c \
11 plat/common/aarch32/platform_mp_stack.S \
12 plat/common/plat_psci_common.c
13