xref: /aosp_15_r20/external/arm-trusted-firmware/plat/qemu/common/sp_min/sp_min-qemu.mk (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1#
2# Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7BL32_SOURCES		+=	plat/qemu/sp_min/sp_min_setup.c		\
8				plat/qemu/aarch32/plat_helpers.S	\
9				plat/qemu/qemu_pm.c			\
10				plat/qemu/topology.c
11
12BL32_SOURCES		+=	lib/cpus/aarch32/aem_generic.S		\
13				lib/cpus/aarch32/cortex_a15.S
14
15BL32_SOURCES		+=	plat/common/aarch32/platform_mp_stack.S \
16				plat/common/plat_psci_common.c \
17				plat/common/plat_gicv2.c
18
19
20BL32_SOURCES		+=	drivers/arm/gic/v2/gicv2_helpers.c	\
21				drivers/arm/gic/v2/gicv2_main.c		\
22				drivers/arm/gic/common/gic_common.c
23