Nariman Poushin | 0ece80f | 2018-02-26 06:52:04 +0000 | [diff] [blame] | 1 | # |
Vijayenthiran Subramaniam | f5cb00f | 2019-12-27 19:27:57 +0530 | [diff] [blame] | 2 | # Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved. |
Nariman Poushin | 0ece80f | 2018-02-26 06:52:04 +0000 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
Manish V Badarkhe | 3f5be1c | 2022-10-19 09:31:07 +0100 | [diff] [blame] | 7 | $(warning Platform ${PLAT} is deprecated. Some of the features might not work as expected) |
| 8 | |
Nariman Poushin | 0ece80f | 2018-02-26 06:52:04 +0000 | [diff] [blame] | 9 | include plat/arm/css/sgi/sgi-common.mk |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 10 | |
Chandni Cherukuri | a3f6613 | 2018-08-10 11:17:58 +0530 | [diff] [blame] | 11 | SGI575_BASE = plat/arm/board/sgi575 |
| 12 | |
| 13 | PLAT_INCLUDES += -I${SGI575_BASE}/include/ |
| 14 | |
| 15 | SGI_CPU_SOURCES := lib/cpus/aarch64/cortex_a75.S |
| 16 | |
Aditya Angadi | 502d0ac | 2020-11-18 08:27:15 +0530 | [diff] [blame] | 17 | PLAT_BL_COMMON_SOURCES += ${CSS_ENT_BASE}/sgi_plat.c |
| 18 | |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 19 | BL1_SOURCES += ${SGI_CPU_SOURCES} \ |
| 20 | ${SGI575_BASE}/sgi575_err.c |
Chandni Cherukuri | a3f6613 | 2018-08-10 11:17:58 +0530 | [diff] [blame] | 21 | |
Chandni Cherukuri | 3aa09f7 | 2018-11-28 11:31:51 +0530 | [diff] [blame] | 22 | BL2_SOURCES += ${SGI575_BASE}/sgi575_plat.c \ |
| 23 | ${SGI575_BASE}/sgi575_security.c \ |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 24 | ${SGI575_BASE}/sgi575_err.c \ |
Vijayenthiran Subramaniam | 22141b6 | 2018-10-25 22:20:24 +0530 | [diff] [blame] | 25 | drivers/arm/tzc/tzc_dmc620.c \ |
| 26 | lib/utils/mem_region.c \ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 27 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 28 | |
Chandni Cherukuri | a3f6613 | 2018-08-10 11:17:58 +0530 | [diff] [blame] | 29 | BL31_SOURCES += ${SGI_CPU_SOURCES} \ |
Chandni Cherukuri | 3aa09f7 | 2018-11-28 11:31:51 +0530 | [diff] [blame] | 30 | ${SGI575_BASE}/sgi575_plat.c \ |
Vijayenthiran Subramaniam | f5cb00f | 2019-12-27 19:27:57 +0530 | [diff] [blame] | 31 | ${SGI575_BASE}/sgi575_topology.c \ |
Chandni Cherukuri | a3f6613 | 2018-08-10 11:17:58 +0530 | [diff] [blame] | 32 | drivers/cfi/v2m/v2m_flash.c \ |
Antonio Nino Diaz | d7da2f8 | 2018-10-10 11:14:44 +0100 | [diff] [blame] | 33 | lib/utils/mem_region.c \ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 34 | plat/arm/common/arm_nor_psci_mem_protect.c |
Chandni Cherukuri | 22a8fbc | 2018-09-04 14:46:49 +0530 | [diff] [blame] | 35 | |
Max Shvetsov | 06dba29 | 2019-12-06 11:50:12 +0000 | [diff] [blame] | 36 | ifeq (${TRUSTED_BOARD_BOOT}, 1) |
| 37 | BL1_SOURCES += ${SGI575_BASE}/sgi575_trusted_boot.c |
| 38 | BL2_SOURCES += ${SGI575_BASE}/sgi575_trusted_boot.c |
| 39 | endif |
| 40 | |
Chandni Cherukuri | 22a8fbc | 2018-09-04 14:46:49 +0530 | [diff] [blame] | 41 | # Add the FDT_SOURCES and options for Dynamic Config |
Manish V Badarkhe | 64616a5 | 2020-05-31 08:53:40 +0100 | [diff] [blame] | 42 | FDT_SOURCES += ${SGI575_BASE}/fdts/${PLAT}_fw_config.dts \ |
| 43 | ${SGI575_BASE}/fdts/${PLAT}_tb_fw_config.dts |
| 44 | |
| 45 | FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_fw_config.dtb |
| 46 | TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_tb_fw_config.dtb |
Chandni Cherukuri | 22a8fbc | 2018-09-04 14:46:49 +0530 | [diff] [blame] | 47 | |
Manish V Badarkhe | 64616a5 | 2020-05-31 08:53:40 +0100 | [diff] [blame] | 48 | # Add the FW_CONFIG to FIP and specify the same to certtool |
Anders Dellien | 3f69474 | 2020-08-23 19:32:48 +0100 | [diff] [blame] | 49 | $(eval $(call TOOL_ADD_PAYLOAD,${FW_CONFIG},--fw-config,${FW_CONFIG})) |
Chandni Cherukuri | 22a8fbc | 2018-09-04 14:46:49 +0530 | [diff] [blame] | 50 | # Add the TB_FW_CONFIG to FIP and specify the same to certtool |
Anders Dellien | 3f69474 | 2020-08-23 19:32:48 +0100 | [diff] [blame] | 51 | $(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config,${TB_FW_CONFIG})) |
Chandni Cherukuri | 22a8fbc | 2018-09-04 14:46:49 +0530 | [diff] [blame] | 52 | |
Chandni Cherukuri | 29ea98d | 2018-11-28 11:26:19 +0530 | [diff] [blame] | 53 | FDT_SOURCES += ${SGI575_BASE}/fdts/${PLAT}_nt_fw_config.dts |
| 54 | NT_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_nt_fw_config.dtb |
Chandni Cherukuri | 22a8fbc | 2018-09-04 14:46:49 +0530 | [diff] [blame] | 55 | |
Chandni Cherukuri | 29ea98d | 2018-11-28 11:26:19 +0530 | [diff] [blame] | 56 | # Add the NT_FW_CONFIG to FIP and specify the same to certtool |
Anders Dellien | 3f69474 | 2020-08-23 19:32:48 +0100 | [diff] [blame] | 57 | $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config,${NT_FW_CONFIG})) |
Vijayenthiran Subramaniam | bc48991 | 2019-12-26 17:45:58 +0530 | [diff] [blame] | 58 | |
| 59 | ifneq ($(CSS_SGI_CHIP_COUNT),1) |
| 60 | $(error "Chip count for SGI575 should be 1, currently set to \ |
| 61 | ${CSS_SGI_CHIP_COUNT}.") |
| 62 | endif |
Aditya Angadi | 0640222 | 2021-03-20 12:06:15 +0530 | [diff] [blame] | 63 | |
| 64 | ifneq ($(CSS_SGI_PLATFORM_VARIANT),0) |
| 65 | $(error "CSS_SGI_PLATFORM_VARIANT for SGI575 should always be 0,\ |
| 66 | currently set to ${CSS_SGI_PLATFORM_VARIANT}.") |
| 67 | endif |