blob: e4327fc66ee30fc444d31dcbd8a7d35d8ef36da8 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# partition definition of auto2731-ivt project
2TZ_PART_NAME := tee
3RECOVERY_TZ_PART_NAME = tee
4DTBO_PART_NAME := dtbo
5BOOT_PART_NAME := boot
6RECOVERY_BOOT_PART_NAME = recovery
7SPM_PART_NAME := spm
8BL33_PART_NAME := bl33
9RECOVERY_BL33_PART_NAME := bl33
10ROOTFS_PART_NAME := system
11MD_PART_NAME := md1img
12HSM_OS_PART_NAME := hsm_os
13
14# image ab slot definition, override app/blxboot/images_ab_config_def.mk
15# When XX_HAS_SLOT == 1, blxboot will append suffix to the XX partition name.
16BOOT_HAS_SLOT := 1
17TZ_HAS_SLOT := 1
18MD_HAS_SLOT := 1
19
20GLOBAL_CFLAGS += -DTZ_PART_NAME=\"$(TZ_PART_NAME)\" \
21 -DRECOVERY_TZ_PART_NAME=\"$(RECOVERY_TZ_PART_NAME)\" \
22 -DDTBO_PART_NAME=\"$(DTBO_PART_NAME)\" \
23 -DBOOT_PART_NAME=\"$(BOOT_PART_NAME)\" \
24 -DRECOVERY_BOOT_PART_NAME=\"$(RECOVERY_BOOT_PART_NAME)\" \
25 -DSPM_PART_NAME=\"$(SPM_PART_NAME)\" \
26 -DBL33_PART_NAME=\"$(BL33_PART_NAME)\" \
27 -DRECOVERY_BL33_PART_NAME=\"$(RECOVERY_BL33_PART_NAME)\" \
28 -DROOTFS_PART_NAME=\"$(ROOTFS_PART_NAME)\" \
29 -DMD_PART_NAME=\"$(MD_PART_NAME)\" \
30 -DHSM_OS_PART_NAME=\"$(HSM_OS_PART_NAME)\"