Searched refs:BL2_IMAGE_START (Results 1 – 4 of 4) sorted by relevance
164 #define BL2_IMAGE_START (BL1_2_CODE_START + BL1_2_CODE_SIZE) macro165 #define BL2_CODE_START (BL2_IMAGE_START + BL1_HEADER_SIZE)184 #define PROVISIONING_BUNDLE_CODE_START (BL2_IMAGE_START + BL2_CODE_SIZE)
179 (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()
205 #define BL2_IMAGE_START (S_DATA_START) macro206 #define BL2_CODE_START (BL2_IMAGE_START + BL1_HEADER_SIZE)224 #define BL2_XIP_TABLES_START (BL2_IMAGE_START + FLASH_BL2_PARTITION_SIZE)
86 #define BL2_IMAGE_START (SRAM_BASE + SRAM_SIZE - SE_BL2_PARTITION_SIZE) macro87 #define BL2_CODE_START (BL2_IMAGE_START + BL1_HEADER_SIZE)