blob: a18e45bb678f659cfb4b69f8cb4407a56777e43a [file] [log] [blame]
Nariman Poushinb44cfc62018-02-26 06:52:04 +00001#
2# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7include plat/arm/css/sgi/sgi-common.mk
Roberto Vargas9d57a142018-08-06 13:35:31 +01008
Chandni Cherukuri91e6f262018-08-10 11:17:58 +05309SGI575_BASE = plat/arm/board/sgi575
10
11PLAT_INCLUDES += -I${SGI575_BASE}/include/
12
13SGI_CPU_SOURCES := lib/cpus/aarch64/cortex_a75.S
14
15BL1_SOURCES += ${SGI_CPU_SOURCES}
16
Roberto Vargas9d57a142018-08-06 13:35:31 +010017BL2_SOURCES += lib/utils/mem_region.c \
18 plat/arm/common/arm_nor_psci_mem_protect.c
19
Chandni Cherukuri91e6f262018-08-10 11:17:58 +053020BL31_SOURCES += ${SGI_CPU_SOURCES} \
21 drivers/cfi/v2m/v2m_flash.c \
Antonio Nino Diazaa7877c2018-10-10 11:14:44 +010022 lib/utils/mem_region.c \
Roberto Vargas9d57a142018-08-06 13:35:31 +010023 plat/arm/common/arm_nor_psci_mem_protect.c