Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 23 of 23) sorted by relevance

/mcuboot-3.7.0/boot/espressif/
Dmain.c56 …int slot = (rsp->br_image_off == CONFIG_ESP_IMAGE0_PRIMARY_START_ADDRESS) ? PRIMARY_SLOT : SECONDA… in do_boot() local
61 int read_image_header(uint32_t img_index, uint32_t slot, struct image_header *img_header) in read_image_header()
87 void do_boot_appcpu(uint32_t img_index, uint32_t slot) in do_boot_appcpu()
/mcuboot-3.7.0/boot/zephyr/
Dhooks_sample.c29 int boot_read_image_header_hook(int img_index, int slot, in boot_read_image_header_hook()
45 fih_ret boot_image_check_hook(int img_index, int slot) in boot_image_check_hook()
92 int boot_img_install_stat_hook(int image_index, int slot, int *img_install_stat) in boot_img_install_stat_hook()
Dflash_map_extended.c59 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
74 int flash_area_id_from_image_slot(int slot) in flash_area_id_from_image_slot()
Dfirmware_loader.c106 static fih_ret validate_image_slot(int slot, struct boot_rsp *rsp) in validate_image_slot()
Dmain.c248 static void copy_img_to_SRAM(int slot, unsigned int hdr_offset) in copy_img_to_SRAM()
286 int slot = (rsp->br_image_off == IMAGE0_PRIMARY_START_ADDRESS) ? in do_boot() local
/mcuboot-3.7.0/boot/espressif/port/
Desp_loader.c38 void esp_app_image_load(int image_index, int slot, unsigned int hdr_offset, unsigned int *entry_add… in esp_app_image_load()
90 void start_cpu0_image(int image_index, int slot, unsigned int hdr_offset) in start_cpu0_image()
99 void start_cpu1_image(int image_index, int slot, unsigned int hdr_offset) in start_cpu1_image()
Desp_mcuboot.c392 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
406 int flash_area_id_from_image_slot(int slot) in flash_area_id_from_image_slot()
/mcuboot-3.7.0/boot/bootutil/src/
Dbootutil_priv.h179 #define BOOT_LOG_IMAGE_INFO(slot, hdr) \ argument
367 #define BOOT_IMG(state, slot) ((state)->imgs[BOOT_CURR_IMG(state)][(slot)]) argument
368 #define BOOT_IMG_AREA(state, slot) (BOOT_IMG(state, slot).area) argument
379 boot_img_hdr(struct boot_loader_state *state, size_t slot) in boot_img_hdr()
385 boot_img_num_sectors(const struct boot_loader_state *state, size_t slot) in boot_img_num_sectors()
394 boot_img_slot_off(struct boot_loader_state *state, size_t slot) in boot_img_slot_off()
403 size_t slot, size_t sector) in boot_img_sector_size()
413 boot_img_sector_off(const struct boot_loader_state *state, size_t slot, in boot_img_sector_off()
424 size_t slot, size_t sector) in boot_img_sector_size()
430 boot_img_sector_off(const struct boot_loader_state *state, size_t slot, in boot_img_sector_off()
Dbootutil_misc.c191 boot_enc_key_off(const struct flash_area *fap, uint8_t slot) in boot_enc_key_off()
267 boot_read_enc_key(const struct flash_area *fap, uint8_t slot, struct boot_status *bs) in boot_read_enc_key()
311 boot_write_enc_key(const struct flash_area *fap, uint8_t slot, in boot_write_enc_key()
Dloader.c219 uint32_t slot; in close_all_flash_areas() local
369 uint8_t slot; in boot_verify_dependencies() local
456 boot_verify_slot_dependencies(struct boot_loader_state *state, uint32_t slot) in boot_verify_slot_dependencies()
527 boot_read_image_size(struct boot_loader_state *state, int slot, uint32_t *size) in boot_read_image_size()
892 boot_check_header_erased(struct boot_loader_state *state, int slot) in boot_check_header_erased()
963 boot_validate_slot(struct boot_loader_state *state, int slot, in boot_validate_slot()
1097 boot_update_security_counter(uint8_t image_index, int slot, in boot_update_security_counter()
1503 uint8_t slot; in boot_swap_image() local
2081 size_t slot; local
2450 uint32_t slot; local
[all …]
Dencrypted.c340 boot_enc_init(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_init()
347 boot_enc_drop(struct enc_key_data *enc_state, uint8_t slot) in boot_enc_drop()
354 boot_enc_set_key(struct enc_key_data *enc_state, uint8_t slot, in boot_enc_set_key()
622 uint8_t slot; in boot_enc_load() local
721 uint8_t slot; in boot_enc_zeroize() local
Dswap_misc.c38 uint8_t slot; in swap_erase_trailer_sectors() local
Dboot_record.c233 const uint8_t slot, const int max_app_size) in boot_save_shared_data()
Dswap_move.c72 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
Dswap_scratch.c51 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/
Drun.c297 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
373 struct area *slot; in flash_area_to_sectors() local
403 struct area *slot; in flash_area_get_sectors() local
446 int flash_area_id_from_image_slot(int slot) { in flash_area_id_from_image_slot()
454 struct area *slot; in flash_area_sector_from_off() local
488 struct area *slot; in flash_area_get_sector() local
/mcuboot-3.7.0/boot/mynewt/flash_map_backend/src/
Dflash_map_extended.c25 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
/mcuboot-3.7.0/boot/zephyr/include/sysflash/
Dsysflash.h41 static inline uint32_t __flash_area_ids_for_slot(int img, int slot) in __flash_area_ids_for_slot()
/mcuboot-3.7.0/boot/mbed/src/
Dflash_map_backend.cpp230 int flash_area_id_from_image_slot(int slot) { in flash_area_id_from_image_slot()
237 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
/mcuboot-3.7.0/sim/src/
Ddepends.rs41 let slot = if self.test.downgrade { in my_version() localVariable
139 let slot = if self.test.downgrade { in my_version() localVariable
/mcuboot-3.7.0/boot/cypress/cy_flash_pal/
Dcy_flash_map.c413 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
424 int flash_area_id_from_image_slot(int slot) in flash_area_id_from_image_slot()
/mcuboot-3.7.0/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c706 int flash_area_id_from_multi_image_slot(int image_index, int slot) in flash_area_id_from_multi_image_slot()
739 int flash_area_id_from_image_slot(int slot) in flash_area_id_from_image_slot()
/mcuboot-3.7.0/boot/boot_serial/src/
Dboot_serial.c246 uint32_t slot, area_id; local