Searched refs:confirm (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 495 boot_set_next(const struct flash_area *fa, bool active, bool confirm) in boot_set_next() argument 501 confirm = true; in boot_set_next() 527 if (rc == 0 && confirm) { in boot_set_next() 534 if (confirm) { in boot_set_next() 566 boot_set_next(const struct flash_area *fa, bool active, bool confirm) in boot_set_next() argument 576 confirm = true; in boot_set_next() 594 if (confirm) { in boot_set_next()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 298 boot_set_next(const struct flash_area *fa, bool active, bool confirm);
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 440 pad_header, slot_size, pad, confirm, max_sectors, overwrite_only, argument 447 if confirm: 452 pad_header=pad_header, pad=pad, confirm=confirm, 519 pad=pad, confirm=confirm, align=int(align),
|
D | image.py | 246 pad_header=False, pad=False, confirm=False, align=1, argument 263 self.confirm = confirm 384 if self.confirm and not self.overwrite_only: 766 if self.confirm and not self.overwrite_only:
|
/mcuboot-latest/docs/ |
D | testplan-mynewt.md | 92 * `newtmgr image confirm <hash of slot 1>` 147 * `newtmgr image confirm <hash of slot 1>` 151 confirm that the swap was finished with the previous slot 1 image now in
|
D | readme-mbed.md | 39 …bootloader application. This is useful if your user application needs to confirm the current image…
|
D | readme-nuttx.md | 25 …s application firmware image is assured to be valid, the application may confirm it as a stable im…
|
D | imgtool.md | 79 --confirm When padding the image, mark it as confirmed
|
D | release-notes.md | 256 - imgtool: added possibility to set confirm flag for hex files as well.
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 444 bool confirm; in bs_set() local 457 ZCBOR_MAP_DECODE_KEY_DECODER("confirm", zcbor_bool_decode, &confirm), in bs_set() 546 rc = boot_set_pending_multi(image_index, confirm); in bs_set()
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 885 since the image will not confirm itself. If, however, swapping is not
|