sp_min-fvp_ve.mk 772 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (c) 2019, Arm Limited. All rights reserved.
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. #
  6. # SP_MIN source files specific to FVP platform
  7. BL32_SOURCES += drivers/cfi/v2m/v2m_flash.c \
  8. lib/utils/mem_region.c \
  9. plat/arm/board/fvp_ve/aarch32/fvp_ve_helpers.S \
  10. drivers/arm/fvp/fvp_pwrc.c \
  11. plat/arm/board/fvp_ve/fvp_ve_pm.c \
  12. plat/arm/board/fvp_ve/fvp_ve_topology.c \
  13. plat/arm/board/fvp_ve/sp_min/fvp_ve_sp_min_setup.c \
  14. lib/aarch32/arm32_aeabi_divmod.c \
  15. lib/aarch32/arm32_aeabi_divmod_a32.S \
  16. plat/arm/common/sp_min/arm_sp_min_setup.c \
  17. plat/common/aarch32/platform_mp_stack.S \
  18. plat/common/plat_psci_common.c \
  19. ${FVP_VE_CPU_LIBS} \
  20. ${FVP_VE_GIC_SOURCES} \
  21. ${FVP_VE_SECURITY_SOURCES}