blob: 9e2ab5f270aa5b3f385820fb117ac50a8cf724dd [file] [log] [blame]
Yatharth Kochar2694cba2016-11-14 12:00:41 +00001#
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
Yatharth Kochar2694cba2016-11-14 12:00:41 +00005#
6
7# SP_MIN source files specific to JUNO platform
8BL32_SOURCES += lib/cpus/aarch32/cortex_a53.S \
9 lib/cpus/aarch32/cortex_a57.S \
10 lib/cpus/aarch32/cortex_a72.S \
Yatharth Kochar2694cba2016-11-14 12:00:41 +000011 plat/arm/board/juno/juno_topology.c \
12 plat/arm/css/common/css_pm.c \
13 plat/arm/css/common/css_topology.c \
14 plat/arm/soc/common/soc_css_security.c \
15 plat/arm/css/drivers/scp/css_pm_scpi.c \
16 plat/arm/css/drivers/scpi/css_mhu.c \
17 plat/arm/css/drivers/scpi/css_scpi.c \
18 ${JUNO_GIC_SOURCES} \
19 ${JUNO_INTERCONNECT_SOURCES} \
20 ${JUNO_SECURITY_SOURCES}
21
22include plat/arm/common/sp_min/arm_sp_min.mk