Searched refs:permanent (Results 1 – 8 of 8) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 190 int boot_set_pending_multi(int image_index, int permanent); 205 int boot_set_pending(int permanent);
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 656 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/ |
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 | 338 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/ |
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/boot/boot_serial/src/ |
D | boot_serial.c | 286 bool permanent = false; in bs_list() local 368 permanent = true; in bs_list() 398 if (permanent) { in bs_list()
|
/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() 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/ |
D | Kconfig | 351 attempt to boot the previous image. The images can also be made permanent
|