Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl2/
Dboot_hal_bl2.c50 static bool fill_flash_map_with_tfm_data(uint8_t boot_index) { in fill_flash_map_with_tfm_data() argument
52 if (boot_index >= ARRAY_SIZE(tfm_part_names)) { in fill_flash_map_with_tfm_data()
54 boot_index, ARRAY_SIZE(tfm_part_names)); in fill_flash_map_with_tfm_data()
58 get_partition_entry(tfm_part_names[boot_index]); in fill_flash_map_with_tfm_data()
60 BOOT_LOG_ERR("Could not find partition %s", tfm_part_names[boot_index]); in fill_flash_map_with_tfm_data()
68 static bool fill_flash_map_with_fip_data(uint8_t boot_index) { in fill_flash_map_with_fip_data() argument
75 if (boot_index >= ARRAY_SIZE(fip_part_names)) { in fill_flash_map_with_fip_data()
77 boot_index, ARRAY_SIZE(fip_part_names)); in fill_flash_map_with_fip_data()
81 get_partition_entry(fip_part_names[boot_index]); in fill_flash_map_with_fip_data()
83 BOOT_LOG_ERR("Could not find partition %s", fip_part_names[boot_index]); in fill_flash_map_with_fip_data()
[all …]
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/fw_update_agent/
Dfwu_agent.c86 uint32_t boot_index; member
169 p_metadata->boot_index); in private_metadata_read()
200 p_metadata->boot_index); in private_metadata_read()
213 p_metadata->boot_index); in private_metadata_write()
242 p_metadata->boot_index); in private_metadata_write()
651 priv_metadata.boot_index = BANK_0; in fwu_metadata_provision()
669 priv_metadata.boot_index); in fwu_metadata_provision()
679 uint32_t boot_index; in get_fwu_agent_state() local
683 boot_index = priv_metadata_ptr->boot_index; in get_fwu_agent_state()
685 if (boot_index != metadata_ptr->active_index) { in get_fwu_agent_state()
[all …]