Searched refs:image_block_spec (Results 1 – 3 of 3) sorted by relevance
116 io_block_spec_t image_block_spec = { variable287 image_block_spec.offset = STM32MP_EMMC_BOOT_FIP_OFFSET; in boot_mmc()288 image_block_spec.length = mmc_boot_part_size() - STM32MP_EMMC_BOOT_FIP_OFFSET; in boot_mmc()482 if (image_block_spec.offset == STM32MP_EMMC_BOOT_FIP_OFFSET) { in bl2_plat_handle_pre_image_load()512 image_block_spec.offset = entry->start; in bl2_plat_handle_pre_image_load()513 image_block_spec.length = entry->length; in bl2_plat_handle_pre_image_load()535 image_block_spec.offset = STM32MP_NAND_FIP_OFFSET; in bl2_plat_handle_pre_image_load()547 image_block_spec.offset = STM32MP_NOR_FIP_OFFSET; in bl2_plat_handle_pre_image_load()557 image_block_spec.offset = DWL_BUFFER_BASE; in bl2_plat_handle_pre_image_load()558 image_block_spec.length = DWL_BUFFER_SIZE; in bl2_plat_handle_pre_image_load()[all …]
41 .image_spec = (uintptr_t)&image_block_spec,
67 extern io_block_spec_t image_block_spec;