blob: e93a0c2318e6671b1bf704ac3e10582606533613 [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 \
Etienne Carriere911de8c2018-02-02 13:23:22 +01009 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 \
Santeri Salko4ed23382018-02-08 22:01:26 +020016 plat/common/plat_psci_common.c \
17 plat/common/plat_gicv2.c
Etienne Carriere911de8c2018-02-02 13:23:22 +010018
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