blob: cd1f4976c161883c42baa82b2d01fcabebb2d393 [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 \
Roberto Vargasa1c16b62017-08-03 09:16:43 +010011 lib/utils/mem_region.c \
12 plat/arm/board/common/drivers/norflash/norflash.c \
Yatharth Kochar2694cba2016-11-14 12:00:41 +000013 plat/arm/board/juno/juno_topology.c \
Roberto Vargasa1c16b62017-08-03 09:16:43 +010014 plat/arm/common/arm_nor_psci_mem_protect.c \
Yatharth Kochar2694cba2016-11-14 12:00:41 +000015 plat/arm/soc/common/soc_css_security.c \
Yatharth Kochar2694cba2016-11-14 12:00:41 +000016 ${JUNO_GIC_SOURCES} \
17 ${JUNO_INTERCONNECT_SOURCES} \
18 ${JUNO_SECURITY_SOURCES}
19
20include plat/arm/common/sp_min/arm_sp_min.mk
Soby Mathewa5354532017-06-12 12:15:01 +010021include plat/arm/css/common/sp_min/css_sp_min.mk