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 | |
Alexei Fedorov | 84f1b5d | 2020-03-23 18:45:17 +0000 | [diff] [blame] | 7 | # GIC-600 configuration |
| 8 | GICV3_IMPL_GIC600_MULTICHIP := 1 |
| 9 | |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 10 | include plat/arm/css/sgi/sgi-common.mk |
| 11 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 12 | RDN1EDGE_BASE = plat/arm/board/rdn1edge |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 13 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 14 | PLAT_INCLUDES += -I${RDN1EDGE_BASE}/include/ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 15 | |
John Tsichritzis | 56369c1 | 2019-02-19 13:49:06 +0000 | [diff] [blame] | 16 | SGI_CPU_SOURCES := lib/cpus/aarch64/neoverse_n1.S |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 17 | |
Aditya Angadi | 502d0ac | 2020-11-18 08:27:15 +0530 | [diff] [blame] | 18 | PLAT_BL_COMMON_SOURCES += ${CSS_ENT_BASE}/sgi_plat.c |
| 19 | |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 20 | BL1_SOURCES += ${SGI_CPU_SOURCES} \ |
| 21 | ${RDN1EDGE_BASE}/rdn1edge_err.c |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 22 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 23 | BL2_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_plat.c \ |
| 24 | ${RDN1EDGE_BASE}/rdn1edge_security.c \ |
Ambroise Vincent | fa42c9e | 2019-07-04 14:58:45 +0100 | [diff] [blame] | 25 | ${RDN1EDGE_BASE}/rdn1edge_err.c \ |
Vijayenthiran Subramaniam | 22141b6 | 2018-10-25 22:20:24 +0530 | [diff] [blame] | 26 | drivers/arm/tzc/tzc_dmc620.c \ |
| 27 | lib/utils/mem_region.c \ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 28 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 29 | |
| 30 | BL31_SOURCES += ${SGI_CPU_SOURCES} \ |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 31 | ${RDN1EDGE_BASE}/rdn1edge_plat.c \ |
Vijayenthiran Subramaniam | f5cb00f | 2019-12-27 19:27:57 +0530 | [diff] [blame] | 32 | ${RDN1EDGE_BASE}/rdn1edge_topology.c \ |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 33 | drivers/cfi/v2m/v2m_flash.c \ |
| 34 | lib/utils/mem_region.c \ |
| 35 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 36 | |
Max Shvetsov | 06dba29 | 2019-12-06 11:50:12 +0000 | [diff] [blame] | 37 | ifeq (${TRUSTED_BOARD_BOOT}, 1) |
| 38 | BL1_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_trusted_boot.c |
| 39 | BL2_SOURCES += ${RDN1EDGE_BASE}/rdn1edge_trusted_boot.c |
| 40 | endif |
| 41 | |
Vijayenthiran Subramaniam | c4e68a4 | 2019-10-28 14:49:48 +0530 | [diff] [blame] | 42 | # Enable dynamic addition of MMAP regions in BL31 |
Masahiro Yamada | 1adc5f5 | 2020-04-01 14:28:24 +0900 | [diff] [blame] | 43 | BL31_CPPFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC |
Vijayenthiran Subramaniam | c4e68a4 | 2019-10-28 14:49:48 +0530 | [diff] [blame] | 44 | |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 45 | # Add the FDT_SOURCES and options for Dynamic Config |
Manish V Badarkhe | 64616a5 | 2020-05-31 08:53:40 +0100 | [diff] [blame] | 46 | FDT_SOURCES += ${RDN1EDGE_BASE}/fdts/${PLAT}_fw_config.dts \ |
| 47 | ${RDN1EDGE_BASE}/fdts/${PLAT}_tb_fw_config.dts |
| 48 | FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_fw_config.dtb |
| 49 | TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_tb_fw_config.dtb |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 50 | |
Manish V Badarkhe | 64616a5 | 2020-05-31 08:53:40 +0100 | [diff] [blame] | 51 | # Add the FW_CONFIG to FIP and specify the same to certtool |
Anders Dellien | e9b259e | 2020-09-10 09:49:42 +0100 | [diff] [blame] | 52 | $(eval $(call TOOL_ADD_PAYLOAD,${FW_CONFIG},--fw-config,${FW_CONFIG})) |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 53 | # 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] | 54 | $(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config,${TB_FW_CONFIG})) |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 55 | |
Chandni Cherukuri | 15ec1e5 | 2019-02-22 13:41:03 +0530 | [diff] [blame] | 56 | FDT_SOURCES += ${RDN1EDGE_BASE}/fdts/${PLAT}_nt_fw_config.dts |
Chandni Cherukuri | 29ea98d | 2018-11-28 11:26:19 +0530 | [diff] [blame] | 57 | NT_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_nt_fw_config.dtb |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 58 | |
Chandni Cherukuri | 29ea98d | 2018-11-28 11:26:19 +0530 | [diff] [blame] | 59 | # 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] | 60 | $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config,${NT_FW_CONFIG})) |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 61 | |
Vijayenthiran Subramaniam | cfa3aea | 2020-02-12 13:26:33 +0530 | [diff] [blame] | 62 | $(eval $(call CREATE_SEQ,SEQ,2)) |
| 63 | ifneq ($(CSS_SGI_CHIP_COUNT),$(filter $(CSS_SGI_CHIP_COUNT),$(SEQ))) |
| 64 | $(error "Chip count for RDN1Edge platform should be one of $(SEQ), currently \ |
Vijayenthiran Subramaniam | c4e68a4 | 2019-10-28 14:49:48 +0530 | [diff] [blame] | 65 | set to ${CSS_SGI_CHIP_COUNT}.") |
Vijayenthiran Subramaniam | bc48991 | 2019-12-26 17:45:58 +0530 | [diff] [blame] | 66 | endif |
| 67 | |
Aditya Angadi | 0640222 | 2021-03-20 12:06:15 +0530 | [diff] [blame] | 68 | ifneq ($(CSS_SGI_PLATFORM_VARIANT),0) |
| 69 | $(error "CSS_SGI_PLATFORM_VARIANT for RD-N1-Edge should always be 0, \ |
| 70 | currently set to ${CSS_SGI_PLATFORM_VARIANT}.") |
| 71 | endif |
| 72 | |
Chandni Cherukuri | f781323 | 2018-09-16 21:06:29 +0530 | [diff] [blame] | 73 | override CTX_INCLUDE_AARCH32_REGS := 0 |