platform.mk 574 Bytes
Newer Older
1
2
3
4
5
6
7
#
# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

include plat/arm/css/sgi/sgi-common.mk
8

9
10
11
12
13
14
15
16
SGI575_BASE		=	plat/arm/board/sgi575

PLAT_INCLUDES		+=	-I${SGI575_BASE}/include/

SGI_CPU_SOURCES		:=	lib/cpus/aarch64/cortex_a75.S

BL1_SOURCES		+=	${SGI_CPU_SOURCES}

17
18
19
BL2_SOURCES		+=	lib/utils/mem_region.c			\
				plat/arm/common/arm_nor_psci_mem_protect.c

20
21
BL31_SOURCES		+=	${SGI_CPU_SOURCES}			\
				drivers/cfi/v2m/v2m_flash.c		\
22
				lib/utils/mem_region.c			\
23
				plat/arm/common/arm_nor_psci_mem_protect.c