blob: e41970a1bd400dafd97958a18de02d00cd746b46 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# partition definition of auto2735-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_a
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
18
19GLOBAL_CFLAGS += -DTZ_PART_NAME=\"$(TZ_PART_NAME)\" \
20 -DRECOVERY_TZ_PART_NAME=\"$(RECOVERY_TZ_PART_NAME)\" \
21 -DDTBO_PART_NAME=\"$(DTBO_PART_NAME)\" \
22 -DBOOT_PART_NAME=\"$(BOOT_PART_NAME)\" \
23 -DRECOVERY_BOOT_PART_NAME=\"$(RECOVERY_BOOT_PART_NAME)\" \
24 -DSPM_PART_NAME=\"$(SPM_PART_NAME)\" \
25 -DBL33_PART_NAME=\"$(BL33_PART_NAME)\" \
26 -DRECOVERY_BL33_PART_NAME=\"$(RECOVERY_BL33_PART_NAME)\" \
27 -DROOTFS_PART_NAME=\"$(ROOTFS_PART_NAME)\" \
28 -DMD_PART_NAME=\"$(MD_PART_NAME)\" \
29 -DHSM_OS_PART_NAME=\"$(HSM_OS_PART_NAME)\"