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()338 if (((image_block_spec.offset < STM32MP_NAND_FIP_B_OFFSET) && in try_nand_backup_partitions()339 ((image_block_spec.offset + nand_block_sz) >= STM32MP_NAND_FIP_B_OFFSET)) || in try_nand_backup_partitions()340 (image_block_spec.offset + nand_block_sz >= STM32MP_NAND_FIP_B_MAX_OFFSET)) { in try_nand_backup_partitions()345 image_block_spec.offset += nand_block_sz; in try_nand_backup_partitions()532 if (image_block_spec.offset == STM32MP_EMMC_BOOT_FIP_OFFSET) { in bl2_plat_handle_pre_image_load()560 image_block_spec.offset = entry->start; in bl2_plat_handle_pre_image_load()561 image_block_spec.length = entry->length; 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;