blob: 7a843c369caf6483277ec75b0a942ee49a9f58ec [file] [log] [blame]
Nariman Poushinc703f902018-03-07 10:29:57 +00001#
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +01002# Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
Nariman Poushinc703f902018-03-07 10:29:57 +00003#
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 Vargasb96ee4b2018-08-06 13:35:31 +010014
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +010015BL1_SOURCES += ${SGM775_BASE}/sgm775_err.c
16
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010017BL2_SOURCES += lib/utils/mem_region.c \
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +010018 ${SGM775_BASE}/sgm775_err.c \
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010019 plat/arm/common/arm_nor_psci_mem_protect.c
20
Antonio Nino Diazd7da2f82018-10-10 11:14:44 +010021BL31_SOURCES += drivers/cfi/v2m/v2m_flash.c \
22 lib/utils/mem_region.c \
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010023 plat/arm/common/arm_nor_psci_mem_protect.c