Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/st/common/
A Dbl2_io_storage.c618 static uint32_t boot_idx = INVALID_BOOT_IDX; in plat_fwu_get_boot_idx() local
623 if (boot_idx == INVALID_BOOT_IDX) { in plat_fwu_get_boot_idx()
624 boot_idx = data->active_index; in plat_fwu_get_boot_idx()
629 boot_idx = data->previous_active_index; in plat_fwu_get_boot_idx()
636 return boot_idx; in plat_fwu_get_boot_idx()
655 uint32_t boot_idx; in plat_fwu_set_images_source() local
660 boot_idx = plat_fwu_get_boot_idx(); in plat_fwu_set_images_source()
661 assert(boot_idx < NR_OF_FW_BANKS); in plat_fwu_set_images_source()
672 &metadata->img_entry[i].img_props[boot_idx].img_uuid; in plat_fwu_set_images_source()

Completed in 2 milliseconds