Searched refs:bootloader_state_t (Results 1 – 4 of 4) sorted by relevance
16 static int select_partition_number(bootloader_state_t *bs);17 static int selected_boot_partition(const bootloader_state_t *bs);50 bootloader_state_t bs = {0}; in call_start_cpu0()61 static int select_partition_number(bootloader_state_t *bs) in select_partition_number()77 static int selected_boot_partition(const bootloader_state_t *bs) in selected_boot_partition()
21 bool bootloader_utility_load_partition_table(bootloader_state_t* bs);34 int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs);48 __attribute__((__noreturn__)) void bootloader_utility_load_boot_image(const bootloader_state_t *bs,…
32 } bootloader_state_t; typedef34 bool flash_encrypt(bootloader_state_t *bs);
156 bool bootloader_utility_load_partition_table(bootloader_state_t *bs) in bootloader_utility_load_partition_table()252 static esp_partition_pos_t index_to_partition(const bootloader_state_t *bs, int index) in index_to_partition()328 static int get_active_otadata_with_check_anti_rollback(const bootloader_state_t *bs, esp_ota_select… in get_active_otadata_with_check_anti_rollback()355 int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs)468 static void set_actual_ota_seq(const bootloader_state_t *bs, int index)515 void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index)