Home
last modified time | relevance | path

Searched refs:image_block_spec (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/st/common/
H A Dbl2_io_storage.c116 io_block_spec_t image_block_spec = { variable
287 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 …]
H A Dstm32mp_fconf_io.c41 .image_spec = (uintptr_t)&image_block_spec,
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_io_storage.h67 extern io_block_spec_t image_block_spec;