Searched refs:image_ok (Results 1 – 14 of 14) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 152 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);
|
D | bootutil.h | 72 uint8_t image_ok; member
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 260 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()
|
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 | loader.c | 2727 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/ |
D | hooks_sample.c | 72 state->image_ok = BOOT_FLAG_UNSET; in boot_read_swap_state_primary_slot_hook()
|
D | single_loader.c | 75 || 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 | 1618 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()
|