Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 1 | # |
Arvind Ram Prakash | 11b9b49 | 2022-11-22 14:41:00 -0600 | [diff] [blame] | 2 | # Copyright (c) 2019-2023, ARM Limited and Contributors. All rights reserved. |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
Ji Luo | e329b3d | 2020-02-20 23:47:21 +0800 | [diff] [blame] | 6 | # |
| 7 | # Translation tables library |
| 8 | include lib/xlat_tables_v2/xlat_tables.mk |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 9 | |
| 10 | PLAT_INCLUDES := -Iplat/imx/common/include \ |
| 11 | -Iplat/imx/imx8m/include \ |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 12 | -Iplat/imx/imx8m/imx8mm/include \ |
| 13 | -Idrivers/imx/usdhc \ |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 14 | -Iinclude/common/tbbr \ |
| 15 | -Iinclude/lib/libfdt |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 16 | |
Alexei Fedorov | 84f1b5d | 2020-03-23 18:45:17 +0000 | [diff] [blame] | 17 | # Include GICv3 driver files |
| 18 | include drivers/arm/gic/v3/gicv3.mk |
| 19 | |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 20 | include lib/libfdt/libfdt.mk |
| 21 | |
Jacky Bai | ec03180 | 2019-11-25 14:45:32 +0800 | [diff] [blame] | 22 | IMX_DRAM_SOURCES := plat/imx/imx8m/ddr/dram.c \ |
Jacky Bai | d746daa1 | 2019-11-25 13:19:37 +0800 | [diff] [blame] | 23 | plat/imx/imx8m/ddr/clock.c \ |
| 24 | plat/imx/imx8m/ddr/dram_retention.c \ |
| 25 | plat/imx/imx8m/ddr/ddr4_dvfs.c \ |
| 26 | plat/imx/imx8m/ddr/lpddr4_dvfs.c |
Jacky Bai | ec03180 | 2019-11-25 14:45:32 +0800 | [diff] [blame] | 27 | |
Alexei Fedorov | 84f1b5d | 2020-03-23 18:45:17 +0000 | [diff] [blame] | 28 | IMX_GIC_SOURCES := ${GICV3_SOURCES} \ |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 29 | plat/common/plat_gicv3.c \ |
| 30 | plat/common/plat_psci_common.c \ |
| 31 | plat/imx/common/plat_imx8_gic.c |
| 32 | |
| 33 | BL31_SOURCES += plat/imx/common/imx8_helpers.S \ |
| 34 | plat/imx/imx8m/gpc_common.c \ |
Andrey Zhizhikin | 10a4d86 | 2022-09-26 22:25:33 +0200 | [diff] [blame] | 35 | plat/imx/imx8m/imx_hab.c \ |
Jacky Bai | 91c6d32 | 2019-05-21 20:24:52 +0800 | [diff] [blame] | 36 | plat/imx/imx8m/imx_aipstz.c \ |
Jacky Bai | 64130a3 | 2019-07-18 13:43:17 +0800 | [diff] [blame] | 37 | plat/imx/imx8m/imx_rdc.c \ |
Jacky Bai | 3c3c268 | 2020-01-07 14:53:54 +0800 | [diff] [blame] | 38 | plat/imx/imx8m/imx8m_csu.c \ |
Jacky Bai | 3bf04a5 | 2019-06-12 17:41:47 +0800 | [diff] [blame] | 39 | plat/imx/imx8m/imx8m_caam.c \ |
Marco Felsch | 7640134 | 2023-07-24 15:05:58 +0200 | [diff] [blame] | 40 | plat/imx/imx8m/imx8m_ccm.c \ |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 41 | plat/imx/imx8m/imx8m_psci_common.c \ |
| 42 | plat/imx/imx8m/imx8mm/imx8mm_bl31_setup.c \ |
| 43 | plat/imx/imx8m/imx8mm/imx8mm_psci.c \ |
| 44 | plat/imx/imx8m/imx8mm/gpc.c \ |
| 45 | plat/imx/common/imx8_topology.c \ |
Leonard Crestez | 402bd52 | 2019-05-08 22:29:21 +0300 | [diff] [blame] | 46 | plat/imx/common/imx_sip_handler.c \ |
| 47 | plat/imx/common/imx_sip_svc.c \ |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 48 | plat/imx/common/imx_uart_console.S \ |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 49 | lib/cpus/aarch64/cortex_a53.S \ |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 50 | drivers/arm/tzc/tzc380.c \ |
| 51 | drivers/delay_timer/delay_timer.c \ |
| 52 | drivers/delay_timer/generic_delay_timer.c \ |
Ji Luo | e329b3d | 2020-02-20 23:47:21 +0800 | [diff] [blame] | 53 | ${XLAT_TABLES_LIB_SRCS} \ |
Jacky Bai | ec03180 | 2019-11-25 14:45:32 +0800 | [diff] [blame] | 54 | ${IMX_DRAM_SOURCES} \ |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 55 | ${IMX_GIC_SOURCES} |
| 56 | |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 57 | ifeq (${NEED_BL2},yes) |
| 58 | BL2_SOURCES += common/desc_image_load.c \ |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 59 | common/fdt_wrappers.c \ |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 60 | plat/imx/common/imx8_helpers.S \ |
| 61 | plat/imx/common/imx_uart_console.S \ |
| 62 | plat/imx/imx8m/imx8mm/imx8mm_bl2_el3_setup.c \ |
| 63 | plat/imx/imx8m/imx8mm/gpc.c \ |
| 64 | plat/imx/imx8m/imx_aipstz.c \ |
| 65 | plat/common/plat_psci_common.c \ |
| 66 | lib/xlat_tables/aarch64/xlat_tables.c \ |
| 67 | lib/xlat_tables/xlat_tables_common.c \ |
| 68 | lib/cpus/aarch64/cortex_a53.S \ |
| 69 | drivers/delay_timer/delay_timer.c \ |
| 70 | drivers/delay_timer/generic_delay_timer.c \ |
| 71 | ${PLAT_GIC_SOURCES} \ |
| 72 | ${PLAT_DRAM_SOURCES} \ |
| 73 | drivers/mmc/mmc.c \ |
| 74 | drivers/io/io_block.c \ |
| 75 | drivers/io/io_fip.c \ |
| 76 | drivers/io/io_memmap.c \ |
| 77 | drivers/io/io_storage.c \ |
| 78 | drivers/imx/usdhc/imx_usdhc.c \ |
| 79 | plat/imx/imx8m/imx8mm/imx8mm_bl2_mem_params_desc.c \ |
Ying-Chun Liu (PaulLiu) | 54cabc4 | 2021-04-07 06:10:32 +0800 | [diff] [blame] | 80 | plat/imx/common/imx_io_storage.c \ |
Ying-Chun Liu (PaulLiu) | e6a7f88 | 2021-04-07 06:12:37 +0800 | [diff] [blame] | 81 | plat/imx/imx8m/imx8m_image_load.c \ |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 82 | lib/optee/optee_utils.c |
| 83 | endif |
| 84 | |
| 85 | # Add the build options to pack BLx images and kernel device tree |
| 86 | # in the FIP if the platform requires. |
| 87 | ifneq ($(BL2),) |
| 88 | RESET_TO_BL31 := 0 |
| 89 | $(eval $(call TOOL_ADD_PAYLOAD,${BUILD_PLAT}/tb_fw.crt,--tb-fw-cert)) |
| 90 | endif |
| 91 | ifneq ($(BL32_EXTRA1),) |
| 92 | $(eval $(call TOOL_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1)) |
| 93 | endif |
| 94 | ifneq ($(BL32_EXTRA2),) |
| 95 | $(eval $(call TOOL_ADD_IMG,BL32_EXTRA2,--tos-fw-extra2)) |
| 96 | endif |
| 97 | ifneq ($(HW_CONFIG),) |
| 98 | $(eval $(call TOOL_ADD_IMG,HW_CONFIG,--hw-config)) |
| 99 | endif |
| 100 | |
| 101 | ifeq (${NEED_BL2},yes) |
| 102 | $(eval $(call add_define,NEED_BL2)) |
| 103 | LOAD_IMAGE_V2 := 1 |
| 104 | # Non-TF Boot ROM |
Arvind Ram Prakash | 11b9b49 | 2022-11-22 14:41:00 -0600 | [diff] [blame] | 105 | RESET_TO_BL2 := 1 |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 106 | endif |
| 107 | |
| 108 | ifneq (${TRUSTED_BOARD_BOOT},0) |
| 109 | |
| 110 | include drivers/auth/mbedtls/mbedtls_crypto.mk |
| 111 | include drivers/auth/mbedtls/mbedtls_x509.mk |
| 112 | |
| 113 | AUTH_SOURCES := drivers/auth/auth_mod.c \ |
| 114 | drivers/auth/crypto_mod.c \ |
| 115 | drivers/auth/img_parser_mod.c \ |
| 116 | drivers/auth/tbbr/tbbr_cot_common.c \ |
| 117 | drivers/auth/tbbr/tbbr_cot_bl2.c |
| 118 | |
| 119 | BL2_SOURCES += ${AUTH_SOURCES} \ |
| 120 | plat/common/tbbr/plat_tbbr.c \ |
| 121 | plat/imx/imx8m/imx8mm/imx8mm_trusted_boot.c \ |
| 122 | plat/imx/imx8m/imx8mm/imx8mm_rotpk.S |
| 123 | |
| 124 | ROT_KEY = $(BUILD_PLAT)/rot_key.pem |
| 125 | ROTPK_HASH = $(BUILD_PLAT)/rotpk_sha256.bin |
| 126 | |
| 127 | $(eval $(call add_define_val,ROTPK_HASH,'"$(ROTPK_HASH)"')) |
| 128 | $(eval $(call MAKE_LIB_DIRS)) |
| 129 | |
| 130 | $(BUILD_PLAT)/bl2/imx8mm_rotpk.o: $(ROTPK_HASH) |
| 131 | |
| 132 | certificates: $(ROT_KEY) |
| 133 | |
| 134 | $(ROT_KEY): | $(BUILD_PLAT) |
| 135 | @echo " OPENSSL $@" |
| 136 | @if [ ! -f $(ROT_KEY) ]; then \ |
Salome Thirot | 0b35da3 | 2022-07-14 16:14:15 +0100 | [diff] [blame] | 137 | ${OPENSSL_BIN_PATH}/openssl genrsa 2048 > $@ 2>/dev/null; \ |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 138 | fi |
| 139 | |
| 140 | $(ROTPK_HASH): $(ROT_KEY) |
| 141 | @echo " OPENSSL $@" |
Salome Thirot | 0b35da3 | 2022-07-14 16:14:15 +0100 | [diff] [blame] | 142 | $(Q)${OPENSSL_BIN_PATH}/openssl rsa -in $< -pubout -outform DER 2>/dev/null |\ |
| 143 | ${OPENSSL_BIN_PATH}/openssl dgst -sha256 -binary > $@ 2>/dev/null |
Ying-Chun Liu (PaulLiu) | 234c271 | 2020-12-22 02:56:00 +0800 | [diff] [blame] | 144 | endif |
| 145 | |
Marco Felsch | ff2b872 | 2022-08-22 12:39:01 +0200 | [diff] [blame] | 146 | ENABLE_PIE := 1 |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 147 | USE_COHERENT_MEM := 1 |
| 148 | RESET_TO_BL31 := 1 |
| 149 | A53_DISABLE_NON_TEMPORAL_HINT := 0 |
Jacky Bai | a617700 | 2019-03-06 17:15:06 +0800 | [diff] [blame] | 150 | |
| 151 | ERRATA_A53_835769 := 1 |
| 152 | ERRATA_A53_843419 := 1 |
| 153 | ERRATA_A53_855873 := 1 |
Jacky Bai | 2a763ba | 2019-07-18 13:34:09 +0800 | [diff] [blame] | 154 | |
| 155 | BL32_BASE ?= 0xbe000000 |
| 156 | $(eval $(call add_define,BL32_BASE)) |
| 157 | |
| 158 | BL32_SIZE ?= 0x2000000 |
| 159 | $(eval $(call add_define,BL32_SIZE)) |
Igor Opaniuk | 9fc5cb6 | 2020-03-05 22:10:41 +0200 | [diff] [blame] | 160 | |
| 161 | IMX_BOOT_UART_BASE ?= 0x30890000 |
Marco Felsch | 409eb8b | 2023-08-02 08:11:35 +0200 | [diff] [blame] | 162 | ifeq (${IMX_BOOT_UART_BASE},auto) |
| 163 | override IMX_BOOT_UART_BASE := 0 |
| 164 | endif |
Igor Opaniuk | 9fc5cb6 | 2020-03-05 22:10:41 +0200 | [diff] [blame] | 165 | $(eval $(call add_define,IMX_BOOT_UART_BASE)) |
Peng Fan | 57e982c | 2020-07-27 21:22:14 +0800 | [diff] [blame] | 166 | |
Jacky Bai | 210ec7d | 2022-03-28 16:11:23 +0800 | [diff] [blame] | 167 | EL3_EXCEPTION_HANDLING := $(SDEI_SUPPORT) |
| 168 | ifeq (${SDEI_SUPPORT}, 1) |
| 169 | BL31_SOURCES += plat/imx/common/imx_ehf.c \ |
| 170 | plat/imx/common/imx_sdei.c |
| 171 | endif |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 172 | |
| 173 | ifeq (${MEASURED_BOOT},1) |
| 174 | MEASURED_BOOT_MK := drivers/measured_boot/event_log/event_log.mk |
| 175 | $(info Including ${MEASURED_BOOT_MK}) |
| 176 | include ${MEASURED_BOOT_MK} |
| 177 | |
laurenw-arm | 307592f | 2022-06-16 13:40:48 -0500 | [diff] [blame] | 178 | ifneq (${MBOOT_EL_HASH_ALG}, sha256) |
| 179 | $(eval $(call add_define,TF_MBEDTLS_MBOOT_USE_SHA512)) |
| 180 | endif |
| 181 | |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 182 | BL2_SOURCES += plat/imx/imx8m/imx8m_measured_boot.c \ |
| 183 | plat/imx/imx8m/imx8m_dyn_cfg_helpers.c \ |
| 184 | ${EVENT_LOG_SOURCES} |
Ji Luo | e329b3d | 2020-02-20 23:47:21 +0800 | [diff] [blame] | 185 | endif |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 186 | |
Ji Luo | e329b3d | 2020-02-20 23:47:21 +0800 | [diff] [blame] | 187 | ifeq (${SPD},trusty) |
| 188 | BL31_CFLAGS += -DPLAT_XLAT_TABLES_DYNAMIC=1 |
Ying-Chun Liu (PaulLiu) | ac6d862 | 2021-10-06 09:27:00 +0800 | [diff] [blame] | 189 | endif |