Home
last modified time | relevance | path

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

/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dsynquacer_main.c65 void fw_fip_load_bl2(uint32_t boot_index);
375 uint32_t boot_index; member
429 platdata.boot_index = 0; in fwu_plat_get_boot_index()
431 } else if (metadata.active_index != platdata.boot_index) { in fwu_plat_get_boot_index()
433 platdata.boot_index = metadata.active_index; in fwu_plat_get_boot_index()
436 (int)platdata.boot_index); in fwu_plat_get_boot_index()
442 platdata.boot_index = metadata.previous_active_index; in fwu_plat_get_boot_index()
445 (int)platdata.boot_index); in fwu_plat_get_boot_index()
451 return platdata.boot_index; in fwu_plat_get_boot_index()
A Dload_secure_fw.c90 void fw_fip_load_bl2(uint32_t boot_index) in fw_fip_load_bl2() argument
99 offset = CONFIG_SCB_ARM_BL2_OFFSET + boot_index * CONFIG_SCB_FWU_BANK_SIZE; in fw_fip_load_bl2()

Completed in 3 milliseconds