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