Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [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. |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | include plat/arm/css/sgi/sgi-common.mk |
| 8 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 9 | RDN1EDGE_BASE = plat/arm/board/rdn1edge |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 10 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 11 | PLAT_INCLUDES += -I${RDN1EDGE_BASE}/include/ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 12 | |
John Tsichritzis | 56369c1 | 2019-02-19 13:49:06 +0000 | [diff] [blame] | 13 | SGI_CPU_SOURCES := lib/cpus/aarch64/neoverse_n1.S |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 14 | |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 15 | BL1_SOURCES += ${SGI_CPU_SOURCES} \ |
| 16 | ${RDN1EDGE_BASE}/rdn1edge_err.c |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 17 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 18 | BL2_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_plat.c \ |
| 19 | ${RDN1EDGE_BASE}/rdn1edge_security.c \ |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 20 | ${RDN1EDGE_BASE}/rdn1edge_err.c \ |
Vijayenthiran Subramaniam | 22141b6 | 2018-10-25 22:20:24 +0530 | [diff] [blame] | 21 | drivers/arm/tzc/tzc_dmc620.c \ |
| 22 | lib/utils/mem_region.c \ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 23 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 24 | |
| 25 | BL31_SOURCES += ${SGI_CPU_SOURCES} \ |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 26 | ${RDN1EDGE_BASE}/rdn1edge_plat.c \ |
Vijayenthiran Subramaniam | f5cb00f | 2019-12-27 19:27:57 +0530 | [diff] [blame] | 27 | ${RDN1EDGE_BASE}/rdn1edge_topology.c \ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 28 | drivers/cfi/v2m/v2m_flash.c \ |
Vijayenthiran Subramaniam | c4e68a4 | 2019-10-28 14:49:48 +0530 | [diff] [blame] | 29 | drivers/arm/gic/v3/gic600_multichip.c \ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 30 | lib/utils/mem_region.c \ |
| 31 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 32 | |
Max Shvetsov | 06dba29 | 2019-12-06 11:50:12 +0000 | [diff] [blame] | 33 | ifeq (${TRUSTED_BOARD_BOOT}, 1) |
| 34 | BL1_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_trusted_boot.c |
| 35 | BL2_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_trusted_boot.c |
| 36 | endif |
| 37 | |
Vijayenthiran Subramaniam | c4e68a4 | 2019-10-28 14:49:48 +0530 | [diff] [blame] | 38 | # Enable dynamic addition of MMAP regions in BL31 |
| 39 | BL31_CFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC=1 |
| 40 | |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 41 | # Add the FDT_SOURCES and options for Dynamic Config |
Louis Mayencourt | 9fdfae3 | 2020-02-12 09:26:09 +0000 | [diff] [blame] | 42 | FDT_SOURCES += ${RDN1EDGE_BASE}/fdts/${PLAT}_fw_config.dts |
| 43 | TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_fw_config.dtb |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 44 | |
| 45 | # Add the TB_FW_CONFIG to FIP and specify the same to certtool |
| 46 | $(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config)) |
| 47 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 48 | FDT_SOURCES += ${RDN1EDGE_BASE}/fdts/${PLAT}_nt_fw_config.dts |
Chandni Cherukuri | 29ea98d | 2018-11-28 11:26:19 +0530 | [diff] [blame] | 49 | NT_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_nt_fw_config.dtb |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 50 | |
Chandni Cherukuri | 29ea98d | 2018-11-28 11:26:19 +0530 | [diff] [blame] | 51 | # Add the NT_FW_CONFIG to FIP and specify the same to certtool |
| 52 | $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config)) |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 53 | |
Vijayenthiran Subramaniam | cfa3aea | 2020-02-12 13:26:33 +0530 | [diff] [blame] | 54 | $(eval $(call CREATE_SEQ,SEQ,2)) |
| 55 | ifneq ($(CSS_SGI_CHIP_COUNT),$(filter $(CSS_SGI_CHIP_COUNT),$(SEQ))) |
| 56 | $(error "Chip count for RDN1Edge platform should be one of $(SEQ), currently \ |
Vijayenthiran Subramaniam | c4e68a4 | 2019-10-28 14:49:48 +0530 | [diff] [blame] | 57 | set to ${CSS_SGI_CHIP_COUNT}.") |
Vijayenthiran Subramaniam | bc48991 | 2019-12-26 17:45:58 +0530 | [diff] [blame] | 58 | endif |
| 59 | |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 60 | override CTX_INCLUDE_AARCH32_REGS := 0 |