Searched refs:image_ok (Results 1 – 15 of 15) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 154 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);
|
D | bootutil.h | 72 uint8_t image_ok; member
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 283 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()
|
D | swap_misc.c | 108 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()
|
D | swap_scratch.c | 252 (state)->image_ok) 698 if (swap_state.image_ok == BOOT_FLAG_SET) { in boot_swap_sectors()
|
D | swap_move.c | 340 (state)->image_ok)
|
D | swap_offset.c | 417 (state)->image_ok)
|
D | loader.c | 2787 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/ |
D | hooks_sample.c | 72 state->image_ok = BOOT_FLAG_UNSET; in boot_read_swap_state_primary_slot_hook()
|
D | single_loader.c | 83 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
|
D | firmware_loader.c | 79 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
|
/mcuboot-latest/scripts/imgtool/ |
D | dumpinfo.py | 128 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/ |
D | single_loader.c | 75 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
|
/mcuboot-latest/docs/ |
D | testplan-zephyr.md | 61 $ pyocd flash -a 0x7ffe8 image_ok.bin
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1631 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()
|