Searched refs:permanent (Results 1 – 8 of 8) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 192 int boot_set_pending_multi(int image_index, int permanent); 207 int boot_set_pending(int permanent);
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 684 boot_set_pending_multi(int image_index, int permanent) in boot_set_pending_multi() argument 694 rc = boot_set_next(fap, false, !(permanent == 0)); in boot_set_pending_multi() 714 boot_set_pending(int permanent) in boot_set_pending() argument 716 return boot_set_pending_multi(0, permanent); in boot_set_pending()
|
/mcuboot-latest/docs/ |
D | testplan-mynewt.md | 86 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
|
D | readme-espressif.md | 342 enabled and also to avoid any unrecoverable/permanent state change:* 479 the debugging enabled and also to avoid any unrecoverable/permanent state change:*
|
/mcuboot-latest/ |
D | CODE_OF_CONDUCT.md | 94 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/sim/src/ |
D | image.rs | 270 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() 579 pub fn run_basic_upgrade(&self, permanent: bool) -> Option<i32> { in run_basic_upgrade() 580 let (flash, total_count) = self.try_upgrade(None, permanent); in run_basic_upgrade() 1428 fn try_upgrade(&self, stop: Option<i32>, permanent: bool) -> (SimMultiFlash, i32) { in try_upgrade() 1432 if permanent { in try_upgrade()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 306 bool permanent = false; in bs_list() local 427 permanent = true; in bs_list() 457 if (permanent) { in bs_list()
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 427 attempt to boot the previous image. The images can also be made permanent
|