1# 2# Copyright (c) 2023, Aspeed Technology Inc. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7include drivers/arm/gic/v3/gicv3.mk 8include lib/xlat_tables_v2/xlat_tables.mk 9 10PLAT_AST2700 := plat/aspeed/ast2700 11 12PLAT_INCLUDES := \ 13 -I${PLAT_AST2700}/include 14 15BL31_SOURCES += \ 16 common/desc_image_load.c \ 17 lib/cpus/aarch64/cortex_a35.S \ 18 plat/common/plat_gicv3.c \ 19 plat/common/plat_psci_common.c \ 20 drivers/ti/uart/aarch64/16550_console.S \ 21 ${PLAT_AST2700}/plat_helpers.S \ 22 ${PLAT_AST2700}/plat_topology.c \ 23 ${PLAT_AST2700}/plat_bl31_setup.c \ 24 ${PLAT_AST2700}/plat_pm.c \ 25 ${GICV3_SOURCES} \ 26 ${XLAT_TABLES_LIB_SRCS} 27 28RESET_TO_BL31 := 1 29 30PROGRAMMABLE_RESET_ADDRESS := 1 31 32COLD_BOOT_SINGLE_CPU := 0 33 34ENABLE_SVE_FOR_NS := 0 35