blob: 873c60e20597acdc8ae782d65483ff1ff4dda0c7 [file] [log] [blame]
Chia-Wei Wanga7556d82022-11-02 17:50:21 +08001#
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
Chia-Wei Wanga7414602023-09-27 13:51:04 +080028RESET_TO_BL31 := 1
29
Chia-Wei Wanga7556d82022-11-02 17:50:21 +080030PROGRAMMABLE_RESET_ADDRESS := 1
31
Chia-Wei Wanga7414602023-09-27 13:51:04 +080032COLD_BOOT_SINGLE_CPU := 0
Chia-Wei Wanga7556d82022-11-02 17:50:21 +080033
34ENABLE_SVE_FOR_NS := 0