blob: 5e8875b10c3cce35bc73c3ac03646ad3857ec329 [file] [log] [blame]
Etienne Carriere911de8c2018-02-02 13:23:22 +01001#
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_gic.c \
10 plat/qemu/qemu_pm.c \
11 plat/qemu/topology.c
12
13BL32_SOURCES += lib/cpus/aarch32/aem_generic.S \
14 lib/cpus/aarch32/cortex_a15.S
15
16BL32_SOURCES += plat/common/aarch32/platform_mp_stack.S \
17 plat/common/plat_psci_common.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