Home
last modified time | relevance | path

Searched refs:image_ok (Results 1 – 15 of 15) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h154 uint8_t image_ok; /* One of the BOOT_FLAG_[...] values. */ member
250 int boot_read_image_ok(const struct flash_area *fap, uint8_t *image_ok);
Dbootutil.h72 uint8_t image_ok; member
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c283 return boot_read_image_ok(fap, &state->image_ok); in boot_read_swap_state()
392 boot_read_image_ok(const struct flash_area *fap, uint8_t *image_ok) in boot_read_image_ok() argument
394 return boot_read_flag(fap, image_ok, boot_image_ok_off(fap)); in boot_read_image_ok()
447 secondary_slot.image_ok = BOOT_FLAG_UNSET; in boot_swap_type_multi()
461 table->image_ok_primary_slot == primary_slot.image_ok) && in boot_swap_type_multi()
463 table->image_ok_secondary_slot == secondary_slot.image_ok) && in boot_swap_type_multi()
541 if (active && slot_state.image_ok == BOOT_FLAG_UNSET) { in boot_set_next()
635 if (slot_state.image_ok == BOOT_FLAG_UNSET) { in boot_set_next()
Dswap_misc.c108 if (swap_state.image_ok == BOOT_FLAG_SET) { in swap_status_init()
224 if (state.image_ok == BOOT_FLAG_UNSET) { in swap_set_image_ok()
Dswap_scratch.c252 (state)->image_ok)
698 if (swap_state.image_ok == BOOT_FLAG_SET) { in boot_swap_sectors()
Dswap_move.c340 (state)->image_ok)
Dswap_offset.c417 (state)->image_ok)
Dloader.c2787 active_swap_state->image_ok != BOOT_FLAG_SET)) {
2947 if (state->slot_usage[BOOT_CURR_IMG(state)].swap_state.image_ok == BOOT_FLAG_SET) {
/mcuboot-latest/boot/zephyr/
Dhooks_sample.c72 state->image_ok = BOOT_FLAG_UNSET; in boot_read_swap_state_primary_slot_hook()
Dsingle_loader.c83 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
Dfirmware_loader.c79 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
/mcuboot-latest/scripts/imgtool/
Ddumpinfo.py128 image_ok = 0x99
218 image_ok = b[trailer_off]
219 trailer["image_ok"] = image_ok
323 print("image_ok: ", parse_status(hex(image_ok)))
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c75 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
/mcuboot-latest/docs/
Dtestplan-zephyr.md61 $ pyocd flash -a 0x7ffe8 image_ok.bin
/mcuboot-latest/sim/src/
Dimage.rs1631 magic: Option<u8>, image_ok: Option<u8>, in verify_trailers_loose()
1635 magic, image_ok, copy_done) in verify_trailers_loose()
1642 magic: Option<u8>, image_ok: Option<u8>, in verify_trailers()
1646 magic, image_ok, copy_done) in verify_trailers()
2111 magic: Option<u8>, image_ok: Option<u8>, in verify_trailer()
2147 failed |= match image_ok { in verify_trailer()