Davidson K | d103f00 | 2023-07-03 11:54:45 +0530 | [diff] [blame] | 1 | # Copyright (c) 2021-2024, Arm Limited. All rights reserved. |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 2 | # |
| 3 | # SPDX-License-Identifier: BSD-3-Clause |
| 4 | # |
| 5 | |
Chris Kay | e927215 | 2021-09-28 15:52:14 +0100 | [diff] [blame] | 6 | include common/fdt_wrappers.mk |
| 7 | |
Boyan Karatotev | 192ad5d | 2023-12-12 15:59:01 +0000 | [diff] [blame] | 8 | TARGET_FLAVOUR := fvp |
Boyan Karatotev | 9556276 | 2023-11-15 11:54:33 +0000 | [diff] [blame] | 9 | # DPU with SCMI may not necessarily work, so allow its independence |
| 10 | TC_DPU_USE_SCMI_CLK := 1 |
Kshitij Sisodia | 090a6aa | 2023-11-22 17:03:45 +0000 | [diff] [blame] | 11 | # SCMI power domain control enable |
| 12 | TC_SCMI_PD_CTRL_EN := 1 |
| 13 | # IOMMU: Enable the use of system or individual MMUs |
| 14 | TC_IOMMU_EN := 1 |
Boyan Karatotev | 192ad5d | 2023-12-12 15:59:01 +0000 | [diff] [blame] | 15 | |
Boyan Karatotev | baff799 | 2023-12-27 15:49:18 +0000 | [diff] [blame] | 16 | # System setup |
| 17 | CSS_USE_SCMI_SDS_DRIVER := 1 |
| 18 | HW_ASSISTED_COHERENCY := 1 |
| 19 | USE_COHERENT_MEM := 0 |
| 20 | GIC_ENABLE_V4_EXTN := 1 |
| 21 | GICV3_SUPPORT_GIC600 := 1 |
| 22 | override NEED_BL2U := no |
| 23 | override ARM_PLAT_MT := 1 |
| 24 | |
| 25 | # CPU setup |
| 26 | ARM_ARCH_MINOR := 7 |
| 27 | BRANCH_PROTECTION := 1 |
| 28 | ENABLE_FEAT_MPAM := 1 # default is 2, optimise |
| 29 | ENABLE_SVE_FOR_NS := 2 # to show we use it |
| 30 | ENABLE_SVE_FOR_SWD := 1 |
| 31 | ENABLE_TRBE_FOR_NS := 1 |
| 32 | ENABLE_SYS_REG_TRACE_FOR_NS := 1 |
| 33 | ENABLE_FEAT_AMU := 1 |
| 34 | ENABLE_AMU_FCONF := 1 |
| 35 | ENABLE_AMU_AUXILIARY_COUNTERS := 1 |
| 36 | ENABLE_MPMM := 1 |
| 37 | ENABLE_MPMM_FCONF := 1 |
| 38 | |
| 39 | CTX_INCLUDE_AARCH32_REGS := 0 |
| 40 | |
| 41 | ifeq (${SPD},spmd) |
| 42 | SPMD_SPM_AT_SEL2 := 1 |
| 43 | ENABLE_FEAT_MTE := 1 |
| 44 | CTX_INCLUDE_PAUTH_REGS := 1 |
| 45 | endif |
| 46 | |
| 47 | |
Boyan Karatotev | 6ed3bf6 | 2023-07-07 13:33:19 +0000 | [diff] [blame] | 48 | ifneq ($(shell expr $(TARGET_PLATFORM) \<= 1), 0) |
Manish V Badarkhe | c7570d1 | 2023-11-20 18:25:49 +0000 | [diff] [blame] | 49 | $(warning Platform ${PLAT}$(TARGET_PLATFORM) is deprecated. \ |
| 50 | Some of the features might not work as expected) |
| 51 | endif |
| 52 | |
Boyan Karatotev | 6ed3bf6 | 2023-07-07 13:33:19 +0000 | [diff] [blame] | 53 | ifeq ($(shell expr $(TARGET_PLATFORM) \<= 3), 0) |
| 54 | $(error TARGET_PLATFORM must be less than or equal to 3) |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 55 | endif |
| 56 | |
Boyan Karatotev | 192ad5d | 2023-12-12 15:59:01 +0000 | [diff] [blame] | 57 | ifeq ($(filter ${TARGET_FLAVOUR}, fvp fpga),) |
| 58 | $(error TARGET_FLAVOUR must be fvp or fpga) |
| 59 | endif |
| 60 | |
| 61 | $(eval $(call add_defines, \ |
| 62 | TARGET_PLATFORM \ |
| 63 | TARGET_FLAVOUR_$(call uppercase,${TARGET_FLAVOUR}) \ |
Boyan Karatotev | 9556276 | 2023-11-15 11:54:33 +0000 | [diff] [blame] | 64 | TC_DPU_USE_SCMI_CLK \ |
Kshitij Sisodia | 090a6aa | 2023-11-22 17:03:45 +0000 | [diff] [blame] | 65 | TC_SCMI_PD_CTRL_EN \ |
| 66 | TC_IOMMU_EN \ |
Boyan Karatotev | 192ad5d | 2023-12-12 15:59:01 +0000 | [diff] [blame] | 67 | )) |
Olivier Deprez | 7e5597c | 2022-07-20 17:37:23 +0200 | [diff] [blame] | 68 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 69 | CSS_LOAD_SCP_IMAGES := 1 |
| 70 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 71 | # Include GICv3 driver files |
| 72 | include drivers/arm/gic/v3/gicv3.mk |
| 73 | |
| 74 | ENT_GIC_SOURCES := ${GICV3_SOURCES} \ |
| 75 | plat/common/plat_gicv3.c \ |
| 76 | plat/arm/common/arm_gicv3.c |
| 77 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 78 | TC_BASE = plat/arm/board/tc |
| 79 | |
Boyan Karatotev | 8dec1f5 | 2023-12-20 16:28:23 +0000 | [diff] [blame] | 80 | PLAT_INCLUDES += -I${TC_BASE}/include/ \ |
| 81 | -I${TC_BASE}/fdts/ |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 82 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 83 | # CPU libraries for TARGET_PLATFORM=1 |
| 84 | ifeq (${TARGET_PLATFORM}, 1) |
Rupinderjit Singh | 820b3b6 | 2022-04-04 17:28:41 +0100 | [diff] [blame] | 85 | TC_CPU_SOURCES += lib/cpus/aarch64/cortex_a510.S \ |
Rupinderjit Singh | 7e46555 | 2022-08-23 11:55:27 +0100 | [diff] [blame] | 86 | lib/cpus/aarch64/cortex_a715.S \ |
| 87 | lib/cpus/aarch64/cortex_x3.S |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 88 | endif |
| 89 | |
Rupinderjit Singh | 820b3b6 | 2022-04-04 17:28:41 +0100 | [diff] [blame] | 90 | # CPU libraries for TARGET_PLATFORM=2 |
| 91 | ifeq (${TARGET_PLATFORM}, 2) |
Govindraj Raja | ca3caf0 | 2023-06-28 08:49:21 -0500 | [diff] [blame] | 92 | TC_CPU_SOURCES += lib/cpus/aarch64/cortex_a520.S \ |
Govindraj Raja | 37012fb | 2023-06-23 11:28:05 -0500 | [diff] [blame] | 93 | lib/cpus/aarch64/cortex_a720.S \ |
Govindraj Raja | 0a12091 | 2023-06-23 11:09:31 -0500 | [diff] [blame] | 94 | lib/cpus/aarch64/cortex_x4.S |
Rupinderjit Singh | 820b3b6 | 2022-04-04 17:28:41 +0100 | [diff] [blame] | 95 | endif |
| 96 | |
Boyan Karatotev | 6ed3bf6 | 2023-07-07 13:33:19 +0000 | [diff] [blame] | 97 | # CPU libraries for TARGET_PLATFORM=3 |
| 98 | ifeq (${TARGET_PLATFORM}, 3) |
| 99 | TC_CPU_SOURCES += lib/cpus/aarch64/cortex_a520.S \ |
| 100 | lib/cpus/aarch64/cortex_chaberton.S \ |
| 101 | lib/cpus/aarch64/cortex_blackhawk.S |
| 102 | endif |
| 103 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 104 | INTERCONNECT_SOURCES := ${TC_BASE}/tc_interconnect.c |
| 105 | |
| 106 | PLAT_BL_COMMON_SOURCES += ${TC_BASE}/tc_plat.c \ |
| 107 | ${TC_BASE}/include/tc_helpers.S |
| 108 | |
| 109 | BL1_SOURCES += ${INTERCONNECT_SOURCES} \ |
| 110 | ${TC_CPU_SOURCES} \ |
| 111 | ${TC_BASE}/tc_trusted_boot.c \ |
| 112 | ${TC_BASE}/tc_err.c \ |
| 113 | drivers/arm/sbsa/sbsa.c |
| 114 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 115 | BL2_SOURCES += ${TC_BASE}/tc_security.c \ |
| 116 | ${TC_BASE}/tc_err.c \ |
| 117 | ${TC_BASE}/tc_trusted_boot.c \ |
Usama Arif | a49bd49 | 2021-08-17 17:57:10 +0100 | [diff] [blame] | 118 | ${TC_BASE}/tc_bl2_setup.c \ |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 119 | lib/utils/mem_region.c \ |
| 120 | drivers/arm/tzc/tzc400.c \ |
| 121 | plat/arm/common/arm_tzc400.c \ |
| 122 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 123 | |
| 124 | BL31_SOURCES += ${INTERCONNECT_SOURCES} \ |
| 125 | ${TC_CPU_SOURCES} \ |
| 126 | ${ENT_GIC_SOURCES} \ |
| 127 | ${TC_BASE}/tc_bl31_setup.c \ |
| 128 | ${TC_BASE}/tc_topology.c \ |
Usama Arif | a49bd49 | 2021-08-17 17:57:10 +0100 | [diff] [blame] | 129 | lib/fconf/fconf.c \ |
| 130 | lib/fconf/fconf_dyn_cfg_getter.c \ |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 131 | drivers/cfi/v2m/v2m_flash.c \ |
| 132 | lib/utils/mem_region.c \ |
Madhukar Pappireddy | e108df2 | 2023-03-22 15:40:40 -0500 | [diff] [blame] | 133 | plat/arm/common/arm_nor_psci_mem_protect.c \ |
| 134 | drivers/arm/sbsa/sbsa.c |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 135 | |
Chris Kay | e927215 | 2021-09-28 15:52:14 +0100 | [diff] [blame] | 136 | BL31_SOURCES += ${FDT_WRAPPERS_SOURCES} |
| 137 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 138 | # Add the FDT_SOURCES and options for Dynamic Config |
| 139 | FDT_SOURCES += ${TC_BASE}/fdts/${PLAT}_fw_config.dts \ |
Tamas Ban | f879bf1 | 2023-06-12 11:26:28 +0200 | [diff] [blame] | 140 | ${TC_BASE}/fdts/${PLAT}_tb_fw_config.dts \ |
| 141 | ${TC_BASE}/fdts/${PLAT}_nt_fw_config.dts |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 142 | FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_fw_config.dtb |
| 143 | TB_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_tb_fw_config.dtb |
Tamas Ban | f879bf1 | 2023-06-12 11:26:28 +0200 | [diff] [blame] | 144 | FVP_NT_FW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}_nt_fw_config.dtb |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 145 | |
| 146 | # Add the FW_CONFIG to FIP and specify the same to certtool |
| 147 | $(eval $(call TOOL_ADD_PAYLOAD,${FW_CONFIG},--fw-config,${FW_CONFIG})) |
| 148 | # Add the TB_FW_CONFIG to FIP and specify the same to certtool |
| 149 | $(eval $(call TOOL_ADD_PAYLOAD,${TB_FW_CONFIG},--tb-fw-config,${TB_FW_CONFIG})) |
Tamas Ban | f879bf1 | 2023-06-12 11:26:28 +0200 | [diff] [blame] | 150 | # Add the NT_FW_CONFIG to FIP and specify the same to certtool |
| 151 | $(eval $(call TOOL_ADD_PAYLOAD,${FVP_NT_FW_CONFIG},--nt-fw-config,${FVP_NT_FW_CONFIG})) |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 152 | |
| 153 | ifeq (${SPD},spmd) |
| 154 | ifeq ($(ARM_SPMC_MANIFEST_DTS),) |
Boyan Karatotev | 8dec1f5 | 2023-12-20 16:28:23 +0000 | [diff] [blame] | 155 | ARM_SPMC_MANIFEST_DTS := ${TC_BASE}/fdts/${PLAT}_spmc_test_manifest.dts |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 156 | endif |
| 157 | |
| 158 | FDT_SOURCES += ${ARM_SPMC_MANIFEST_DTS} |
| 159 | TC_TOS_FW_CONFIG := ${BUILD_PLAT}/fdts/$(notdir $(basename ${ARM_SPMC_MANIFEST_DTS})).dtb |
| 160 | |
| 161 | # Add the TOS_FW_CONFIG to FIP and specify the same to certtool |
| 162 | $(eval $(call TOOL_ADD_PAYLOAD,${TC_TOS_FW_CONFIG},--tos-fw-config,${TC_TOS_FW_CONFIG})) |
| 163 | endif |
| 164 | |
| 165 | #Device tree |
| 166 | TC_HW_CONFIG_DTS := fdts/tc.dts |
| 167 | TC_HW_CONFIG := ${BUILD_PLAT}/fdts/${PLAT}.dtb |
| 168 | FDT_SOURCES += ${TC_HW_CONFIG_DTS} |
| 169 | $(eval TC_HW_CONFIG := ${BUILD_PLAT}/$(patsubst %.dts,%.dtb,$(TC_HW_CONFIG_DTS))) |
| 170 | |
| 171 | # Add the HW_CONFIG to FIP and specify the same to certtool |
| 172 | $(eval $(call TOOL_ADD_PAYLOAD,${TC_HW_CONFIG},--hw-config,${TC_HW_CONFIG})) |
| 173 | |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 174 | # Include Measured Boot makefile before any Crypto library makefile. |
| 175 | # Crypto library makefile may need default definitions of Measured Boot build |
| 176 | # flags present in Measured Boot makefile. |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 177 | $(info Including rss_comms.mk) |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 178 | ifeq (${MEASURED_BOOT},1) |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 179 | $(info Including rss_comms.mk) |
| 180 | include drivers/arm/rss/rss_comms.mk |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 181 | |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 182 | BL1_SOURCES += ${RSS_COMMS_SOURCES} |
| 183 | BL2_SOURCES += ${RSS_COMMS_SOURCES} |
| 184 | PLAT_INCLUDES += -Iinclude/lib/psa |
| 185 | |
| 186 | ifeq (${DICE_PROTECTION_ENVIRONMENT},1) |
| 187 | $(info Including qcbor.mk) |
| 188 | include drivers/measured_boot/rss/qcbor.mk |
| 189 | $(info Including dice_prot_env.mk) |
| 190 | include drivers/measured_boot/rss/dice_prot_env.mk |
| 191 | |
| 192 | BL1_SOURCES += ${QCBOR_SOURCES} \ |
| 193 | ${DPE_SOURCES} \ |
| 194 | plat/arm/board/tc/tc_common_dpe.c \ |
| 195 | plat/arm/board/tc/tc_bl1_dpe.c \ |
Tamas Ban | ae33fa9 | 2023-06-07 14:18:46 +0200 | [diff] [blame] | 196 | lib/psa/dice_protection_environment.c \ |
| 197 | drivers/arm/css/sds/sds.c \ |
| 198 | drivers/delay_timer/delay_timer.c \ |
| 199 | drivers/delay_timer/generic_delay_timer.c |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 200 | |
| 201 | BL2_SOURCES += ${QCBOR_SOURCES} \ |
| 202 | ${DPE_SOURCES} \ |
| 203 | plat/arm/board/tc/tc_common_dpe.c \ |
| 204 | plat/arm/board/tc/tc_bl2_dpe.c \ |
| 205 | lib/psa/dice_protection_environment.c |
| 206 | |
| 207 | PLAT_INCLUDES += -I${QCBOR_INCLUDES} \ |
| 208 | -Iinclude/lib/dice |
| 209 | else |
| 210 | $(info Including rss_measured_boot.mk) |
| 211 | include drivers/measured_boot/rss/rss_measured_boot.mk |
| 212 | |
| 213 | BL1_SOURCES += ${MEASURED_BOOT_SOURCES} \ |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 214 | plat/arm/board/tc/tc_common_measured_boot.c \ |
| 215 | plat/arm/board/tc/tc_bl1_measured_boot.c \ |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 216 | lib/psa/measured_boot.c |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 217 | |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 218 | BL2_SOURCES += ${MEASURED_BOOT_SOURCES} \ |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 219 | plat/arm/board/tc/tc_common_measured_boot.c \ |
| 220 | plat/arm/board/tc/tc_bl2_measured_boot.c \ |
Tamas Ban | a426089 | 2023-06-07 13:35:04 +0200 | [diff] [blame] | 221 | lib/psa/measured_boot.c |
| 222 | endif |
Tamas Ban | ede4f05 | 2022-09-16 16:26:15 +0200 | [diff] [blame] | 223 | endif |
| 224 | |
David Vincze | 2cbc56b | 2024-01-04 18:37:12 +0100 | [diff] [blame] | 225 | ifeq (${TRNG_SUPPORT},1) |
| 226 | BL31_SOURCES += plat/arm/board/tc/tc_trng.c |
| 227 | endif |
| 228 | |
laurenw-arm | 4c4181c | 2023-05-04 14:55:37 -0500 | [diff] [blame] | 229 | ifneq (${PLATFORM_TEST},) |
laurenw-arm | 15aac38 | 2023-07-17 12:32:46 -0500 | [diff] [blame] | 230 | # Add this include as first, before arm_common.mk. This is necessary |
| 231 | # because arm_common.mk builds Mbed TLS, and platform_test.mk can |
| 232 | # change the list of Mbed TLS files that are to be compiled |
| 233 | # (LIBMBEDTLS_SRCS). |
| 234 | include plat/arm/board/tc/platform_test.mk |
laurenw-arm | 2ce1e35 | 2023-02-07 13:40:05 -0600 | [diff] [blame] | 235 | endif |
| 236 | |
Mate Toth-Pal | 14ba4af | 2022-10-21 14:24:49 +0200 | [diff] [blame] | 237 | |
Usama Arif | f151362 | 2021-04-09 17:07:41 +0100 | [diff] [blame] | 238 | include plat/arm/common/arm_common.mk |
| 239 | include plat/arm/css/common/css_common.mk |
| 240 | include plat/arm/soc/common/soc_css.mk |
| 241 | include plat/arm/board/common/board_common.mk |