Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader/subproject/main/
Dbootloader_start.c16 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()
/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_utility.h21 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,…
Dbootloader_config.h32 } bootloader_state_t; typedef
34 bool flash_encrypt(bootloader_state_t *bs);
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c156 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)