Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 8 of 8) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h190 int boot_set_pending_multi(int image_index, int permanent);
205 int boot_set_pending(int permanent);
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c656 boot_set_pending_multi(int image_index, int permanent) in boot_set_pending_multi() argument
666 rc = boot_set_next(fap, false, !(permanent == 0)); in boot_set_pending_multi()
686 boot_set_pending(int permanent) in boot_set_pending() argument
688 return boot_set_pending_multi(0, permanent); in boot_set_pending()
/mcuboot-latest/docs/
Dtestplan-mynewt.md86 Build/load blinky2 both with bad and good key, followed by a permanent swap
143 Confirm that both images are installed, request a permanent request to the
149 If everything works, now proceed with requests for permanent swap to the image
Dreadme-espressif.md338 enabled and also to avoid any unrecoverable/permanent state change:*
475 the debugging enabled and also to avoid any unrecoverable/permanent state change:*
/mcuboot-latest/
DCODE_OF_CONDUCT.md94 permanent ban.
105 Violating these terms may lead to a permanent ban.
113 **Consequence**: A permanent ban from any sort of public interaction within
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c286 bool permanent = false; in bs_list() local
368 permanent = true; in bs_list()
398 if (permanent) { in bs_list()
/mcuboot-latest/sim/src/
Dimage.rs270 pub fn make_image(self, deps: &DepTest, permanent: bool) -> Images { in make_image()
282 let total_count = match images.run_basic_upgrade(permanent) { in make_image()
566 pub fn run_basic_upgrade(&self, permanent: bool) -> Option<i32> { in run_basic_upgrade()
567 let (flash, total_count) = self.try_upgrade(None, permanent); in run_basic_upgrade()
1415 fn try_upgrade(&self, stop: Option<i32>, permanent: bool) -> (SimMultiFlash, i32) { in try_upgrade()
1419 if permanent { in try_upgrade()
/mcuboot-latest/boot/zephyr/
DKconfig351 attempt to boot the previous image. The images can also be made permanent