Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h152 uint8_t image_ok; /* One of the BOOT_FLAG_[...] values. */ member
248 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.c260 return boot_read_image_ok(fap, &state->image_ok); in boot_read_swap_state()
369 boot_read_image_ok(const struct flash_area *fap, uint8_t *image_ok) in boot_read_image_ok() argument
371 return boot_read_flag(fap, image_ok, boot_image_ok_off(fap)); in boot_read_image_ok()
424 secondary_slot.image_ok = BOOT_FLAG_UNSET; in boot_swap_type_multi()
438 table->image_ok_primary_slot == primary_slot.image_ok) && in boot_swap_type_multi()
440 table->image_ok_secondary_slot == secondary_slot.image_ok) && in boot_swap_type_multi()
513 if (active && slot_state.image_ok == BOOT_FLAG_UNSET) { in boot_set_next()
607 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)
Dloader.c2727 active_swap_state->image_ok != BOOT_FLAG_SET)) {
3287 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.c75 || 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.rs1618 magic: Option<u8>, image_ok: Option<u8>, in verify_trailers_loose()
1622 magic, image_ok, copy_done) in verify_trailers_loose()
1629 magic: Option<u8>, image_ok: Option<u8>, in verify_trailers()
1633 magic, image_ok, copy_done) in verify_trailers()
2064 magic: Option<u8>, image_ok: Option<u8>, in verify_trailer()
2100 failed |= match image_ok { in verify_trailer()