Home
last modified time | relevance | path

Searched refs:BL2_IMAGE_START (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/partition/
Dregion_defs.h164 #define BL2_IMAGE_START (BL1_2_CODE_START + BL1_2_CODE_SIZE) macro
165 #define BL2_CODE_START (BL2_IMAGE_START + BL1_HEADER_SIZE)
184 #define PROVISIONING_BUNDLE_CODE_START (BL2_IMAGE_START + BL2_CODE_SIZE)
/trusted-firmware-m-latest/bl1/bl1_2/
Dmain.c179 (struct bl1_2_image_t *)BL2_IMAGE_START; in copy_and_decrypt_image()
202 bl1_image_copy_to_sram(image_id, (uint8_t *)BL2_IMAGE_START); in copy_and_decrypt_image()
203 image_to_decrypt = (struct bl1_2_image_t *)BL2_IMAGE_START; in copy_and_decrypt_image()
250 image = (struct bl1_2_image_t *)BL2_IMAGE_START; in validate_image()
317 collect_boot_measurement((const struct bl1_2_image_t *)BL2_IMAGE_START); in main()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/partition/
Dregion_defs.h205 #define BL2_IMAGE_START (S_DATA_START) macro
206 #define BL2_CODE_START (BL2_IMAGE_START + BL1_HEADER_SIZE)
224 #define BL2_XIP_TABLES_START (BL2_IMAGE_START + FLASH_BL2_PARTITION_SIZE)
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dregion_defs.h86 #define BL2_IMAGE_START (SRAM_BASE + SRAM_SIZE - SE_BL2_PARTITION_SIZE) macro
87 #define BL2_CODE_START (BL2_IMAGE_START + BL1_HEADER_SIZE)