rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # partition definition of auto2735-ivt project
|
| 2 | TZ_PART_NAME := tee
|
| 3 | RECOVERY_TZ_PART_NAME = tee
|
| 4 | DTBO_PART_NAME := dtbo
|
| 5 | BOOT_PART_NAME := boot
|
| 6 | RECOVERY_BOOT_PART_NAME = recovery
|
| 7 | SPM_PART_NAME := spm
|
| 8 | BL33_PART_NAME := bl33
|
| 9 | RECOVERY_BL33_PART_NAME := bl33
|
| 10 | ROOTFS_PART_NAME := system
|
| 11 | MD_PART_NAME := md1img_a
|
| 12 | HSM_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.
|
| 16 | BOOT_HAS_SLOT := 1
|
| 17 | TZ_HAS_SLOT := 1
|
| 18 |
|
| 19 | GLOBAL_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)\"
|