Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/common/
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()
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 …]
Dstm32mp_fconf_io.c41 .image_spec = (uintptr_t)&image_block_spec,
/trusted-firmware-a-latest/plat/st/common/include/
Dstm32mp_io_storage.h67 extern io_block_spec_t image_block_spec;