Home
last modified time | relevance | path

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

/mcuboot-latest/boot/mbed/
Dmcuboot_main.cpp76 rc = boot_go(&rsp); in main()
/mcuboot-latest/sim/src/
Dimage.rs598 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_bootstrap()
629 … let boot_result = c::boot_go(&mut flash, &self.areadesc, None, None, false).interrupted(); in run_oversized_bootstrap()
820 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert()
853 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert()
899 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_oversizefail_upgrade()
935 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_nodowngrade()
977 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_norevert_newimage()
1031 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_signfail_upgrade()
1071 if !c::boot_go(&mut flash, &self.areadesc, None, None, false).success() { in run_secondary_leftover_trailer()
1118 let result = c::boot_go(&mut flash, &self.areadesc, None, None, true); in run_with_status_fails_complete()
[all …]
/mcuboot-latest/boot/nuttx/
Dmain.c126 FIH_CALL(boot_go, fih_rc, &rsp); in main()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h86 fih_ret boot_go(struct boot_rsp *rsp);
/mcuboot-latest/boot/cypress/MCUBootApp/
Dmain.c140 FIH_CALL(boot_go, fih_rc, &rsp); in main()
/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/zephyr/
Dsingle_loader.c110 boot_go(struct boot_rsp *rsp) in boot_go() function
Dfirmware_loader.c154 boot_go(struct boot_rsp *rsp) in boot_go() function
Dmain.c531 FIH_CALL(boot_go, fih_rc, &rsp);
DKconfig870 bool "Enable hooks for overriding MCUBOOT's boot_go routine"
873 MCUboot's boot_go routine. It is up to the project customization to
/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.c3048 boot_go(struct boot_rsp *rsp) function