blob: f31a8b730c0f891140338e9243f0775990bae0d7 [file] [log] [blame]
Nariman Poushin0ece80f2018-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 Vargasb96ee4b2018-08-06 13:35:31 +01008
Chandni Cherukuria3f66132018-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
Chandni Cherukuri3aa09f72018-11-28 11:31:51 +053017BL2_SOURCES += ${SGI575_BASE}/sgi575_plat.c \
18 ${SGI575_BASE}/sgi575_security.c \
Vijayenthiran Subramaniam22141b62018-10-25 22:20:24 +053019 drivers/arm/tzc/tzc_dmc620.c \
20 lib/utils/mem_region.c \
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010021 plat/arm/common/arm_nor_psci_mem_protect.c
22
Chandni Cherukuria3f66132018-08-10 11:17:58 +053023BL31_SOURCES += ${SGI_CPU_SOURCES} \
Chandni Cherukuri3aa09f72018-11-28 11:31:51 +053024 ${SGI575_BASE}/sgi575_plat.c \
Chandni Cherukuria3f66132018-08-10 11:17:58 +053025 drivers/cfi/v2m/v2m_flash.c \
Antonio Nino Diazd7da2f82018-10-10 11:14:44 +010026 lib/utils/mem_region.c \
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010027 plat/arm/common/arm_nor_psci_mem_protect.c
Chandni Cherukuri22a8fbc2018-09-04 14:46:49 +053028
29# Add the FDT_SOURCES and options for Dynamic Config
30FDT_SOURCES += ${SGI575_BASE}/fdts/${PLAT}_tb_fw_config.dts
31TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_tb_fw_config.dtb
32
33# Add the TB_FW_CONFIG to FIP and specify the same to certtool
34$(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config))
35
36FDT_SOURCES += ${SGI575_BASE}/fdts/${PLAT}.dts
37HW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}.dtb
38
39# Add the HW_CONFIG to FIP and specify the same to certtool
40$(eval $(call TOOL_ADD_PAYLOAD,${HW_CONFIG},--hw-config))