sp_min-qemu.mk 611 B

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