Searched refs:confirm (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 523 boot_set_next(const struct flash_area *fa, bool active, bool confirm) in boot_set_next() argument 529 confirm = true; in boot_set_next() 555 if (rc == 0 && confirm) { in boot_set_next() 562 if (confirm) { in boot_set_next() 594 boot_set_next(const struct flash_area *fa, bool active, bool confirm) in boot_set_next() argument 604 confirm = true; in boot_set_next() 622 if (confirm) { in boot_set_next()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 300 boot_set_next(const struct flash_area *fa, bool active, bool confirm);
|
/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 | 105 --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/scripts/imgtool/ |
D | main.py | 447 pad_header, slot_size, pad, confirm, max_sectors, overwrite_only, argument 454 if confirm: 459 pad_header=pad_header, pad=pad, confirm=confirm, 531 pad=pad, confirm=confirm, align=int(align),
|
D | image.py | 259 pad_header=False, pad=False, confirm=False, align=1, argument 276 self.confirm = confirm 397 if self.confirm and not self.overwrite_only: 792 if self.confirm and not self.overwrite_only:
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 503 bool confirm = false; in bs_set() local 516 ZCBOR_MAP_DECODE_KEY_DECODER("confirm", zcbor_bool_decode, &confirm), in bs_set() 643 rc = boot_set_pending_multi(image_index, confirm); in bs_set()
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 1007 since the image will not confirm itself. If, however, swapping is not
|