Etienne Carriere | 911de8c | 2018-02-02 13:23:22 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | BL32_SOURCES += plat/qemu/sp_min/sp_min_setup.c \ |
| 8 | plat/qemu/aarch32/plat_helpers.S \ |
Etienne Carriere | 911de8c | 2018-02-02 13:23:22 +0100 | [diff] [blame] | 9 | plat/qemu/qemu_pm.c \ |
| 10 | plat/qemu/topology.c |
| 11 | |
| 12 | BL32_SOURCES += lib/cpus/aarch32/aem_generic.S \ |
| 13 | lib/cpus/aarch32/cortex_a15.S |
| 14 | |
| 15 | BL32_SOURCES += plat/common/aarch32/platform_mp_stack.S \ |
Santeri Salko | 4ed2338 | 2018-02-08 22:01:26 +0200 | [diff] [blame] | 16 | plat/common/plat_psci_common.c \ |
| 17 | plat/common/plat_gicv2.c |
Etienne Carriere | 911de8c | 2018-02-02 13:23:22 +0100 | [diff] [blame] | 18 | |
| 19 | |
| 20 | BL32_SOURCES += drivers/arm/gic/v2/gicv2_helpers.c \ |
| 21 | drivers/arm/gic/v2/gicv2_main.c \ |
| 22 | drivers/arm/gic/common/gic_common.c |