Home
last modified time | relevance | path

Searched refs:boot_go (Results 1 – 14 of 14) sorted by relevance

/mcuboot-latest/sim/src/
Dimage.rs585 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_bootstrap()
616 … let boot_result = c::boot_go(&mut flash, &self.areadesc, None, None, false).interrupted(); in run_oversized_bootstrap()
807 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert()
840 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert()
886 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_oversizefail_upgrade()
922 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_nodowngrade()
964 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert_newimage()
1018 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_signfail_upgrade()
1058 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_secondary_leftover_trailer()
1105 let result = c::boot_go(&mut flash, &self.areadesc, None, None, true); in run_with_status_fails_complete()
[all …]
/mcuboot-latest/boot/mbed/
Dmcuboot_main.cpp75 rc = boot_go(&rsp); in main()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h86 fih_ret boot_go(struct boot_rsp *rsp);
/mcuboot-latest/boot/nuttx/
Dmain.c126 FIH_CALL(boot_go, fih_rc, &rsp); in main()
/mcuboot-latest/boot/cypress/MCUBootApp/
Dmain.c140 FIH_CALL(boot_go, fih_rc, &rsp); in main()
/mcuboot-latest/boot/zephyr/
Dsingle_loader.c102 boot_go(struct boot_rsp *rsp) in boot_go() function
Dfirmware_loader.c154 boot_go(struct boot_rsp *rsp) in boot_go() function
Dmain.c501 FIH_CALL(boot_go, fih_rc, &rsp);
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c102 boot_go(struct boot_rsp *rsp) in boot_go() function
Dmain.c249 FIH_CALL(boot_go, fih_rc, &rsp); in mynewt_main()
/mcuboot-latest/boot/espressif/
Dmain.c180 FIH_CALL(boot_go, fih_rc, &rsp); in main()
/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs71 pub fn boot_go(multiflash: &mut SimMultiFlash, areadesc: &AreaDesc, in boot_go() function
/mcuboot-latest/docs/
DPORTING.md29 int boot_go(struct boot_rsp *rsp);
49 After running the management functions of the bootloader, `boot_go` returns
/mcuboot-latest/boot/bootutil/src/
Dloader.c3388 boot_go(struct boot_rsp *rsp) function