/mcuboot-latest/boot/mbed/ |
D | mcuboot_main.cpp | 76 rc = boot_go(&rsp); in main()
|
/mcuboot-latest/sim/src/ |
D | image.rs | 598 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/ |
D | main.c | 126 FIH_CALL(boot_go, fih_rc, &rsp); in main()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil.h | 86 fih_ret boot_go(struct boot_rsp *rsp);
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | main.c | 140 FIH_CALL(boot_go, fih_rc, &rsp); in main()
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 102 boot_go(struct boot_rsp *rsp) in boot_go() function
|
D | main.c | 249 FIH_CALL(boot_go, fih_rc, &rsp); in mynewt_main()
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 110 boot_go(struct boot_rsp *rsp) in boot_go() function
|
D | firmware_loader.c | 154 boot_go(struct boot_rsp *rsp) in boot_go() function
|
D | main.c | 531 FIH_CALL(boot_go, fih_rc, &rsp);
|
D | Kconfig | 870 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/ |
D | main.c | 180 FIH_CALL(boot_go, fih_rc, &rsp); in main()
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | c.rs | 71 pub fn boot_go(multiflash: &mut SimMultiFlash, areadesc: &AreaDesc, in boot_go() function
|
/mcuboot-latest/docs/ |
D | PORTING.md | 29 int boot_go(struct boot_rsp *rsp); 49 After running the management functions of the bootloader, `boot_go` returns
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 3048 boot_go(struct boot_rsp *rsp) function
|