blob: c8337554ac3a2bc1f6657b07b873e802a300a9ea [file] [log] [blame]
Nariman Poushin354596f2018-03-07 10:29:57 +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/sgm/sgm-common.mk
8
9SGM775_BASE= plat/arm/board/sgm775
10
11FDT_SOURCES += ${SGM775_BASE}/fdts/sgm775_tb_fw_config.dts
12
13PLAT_INCLUDES +=-I${SGM775_BASE}/include/
Roberto Vargas9d57a142018-08-06 13:35:31 +010014
15BL2_SOURCES += lib/utils/mem_region.c \
16 plat/arm/common/arm_nor_psci_mem_protect.c
17
Antonio Nino Diazaa7877c2018-10-10 11:14:44 +010018BL31_SOURCES += drivers/cfi/v2m/v2m_flash.c \
19 lib/utils/mem_region.c \
Roberto Vargas9d57a142018-08-06 13:35:31 +010020 plat/arm/common/arm_nor_psci_mem_protect.c