blob: b9fa0995d26c920c57882005468764b04bb2fec4 [file] [log] [blame]
Nariman Poushin0ece80f2018-02-26 06:52:04 +00001#
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +01002# Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
Nariman Poushin0ece80f2018-02-26 06:52:04 +00003#
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
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +010015BL1_SOURCES += ${SGI_CPU_SOURCES} \
16 ${SGI575_BASE}/sgi575_err.c
Chandni Cherukuria3f66132018-08-10 11:17:58 +053017
Chandni Cherukuri3aa09f72018-11-28 11:31:51 +053018BL2_SOURCES += ${SGI575_BASE}/sgi575_plat.c \
19 ${SGI575_BASE}/sgi575_security.c \
Ambroise Vincentfa42c9e2019-07-04 14:58:45 +010020 ${SGI575_BASE}/sgi575_err.c \
Vijayenthiran Subramaniam22141b62018-10-25 22:20:24 +053021 drivers/arm/tzc/tzc_dmc620.c \
22 lib/utils/mem_region.c \
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010023 plat/arm/common/arm_nor_psci_mem_protect.c
24
Chandni Cherukuria3f66132018-08-10 11:17:58 +053025BL31_SOURCES += ${SGI_CPU_SOURCES} \
Chandni Cherukuri3aa09f72018-11-28 11:31:51 +053026 ${SGI575_BASE}/sgi575_plat.c \
Chandni Cherukuria3f66132018-08-10 11:17:58 +053027 drivers/cfi/v2m/v2m_flash.c \
Antonio Nino Diazd7da2f82018-10-10 11:14:44 +010028 lib/utils/mem_region.c \
Roberto Vargasb96ee4b2018-08-06 13:35:31 +010029 plat/arm/common/arm_nor_psci_mem_protect.c
Chandni Cherukuri22a8fbc2018-09-04 14:46:49 +053030
31# Add the FDT_SOURCES and options for Dynamic Config
32FDT_SOURCES += ${SGI575_BASE}/fdts/${PLAT}_tb_fw_config.dts
33TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_tb_fw_config.dtb
34
35# Add the TB_FW_CONFIG to FIP and specify the same to certtool
36$(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config))
37
Chandni Cherukuri29ea98d2018-11-28 11:26:19 +053038FDT_SOURCES += ${SGI575_BASE}/fdts/${PLAT}_nt_fw_config.dts
39NT_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_nt_fw_config.dtb
Chandni Cherukuri22a8fbc2018-09-04 14:46:49 +053040
Chandni Cherukuri29ea98d2018-11-28 11:26:19 +053041# Add the NT_FW_CONFIG to FIP and specify the same to certtool
42$(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config))