Searched full:normal (Results 1 – 15 of 15) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | boot_hooks.h | 67 * BOOT_HOOK_REGULAR: follow the normal execution path, 83 * FIH_BOOT_HOOK_REGULAR: follow the normal execution path. 97 * BOOT_HOOK_REGULAR: follow the normal execution path, 113 * @retval 0: success, mcuboot will follow normal code execution flow after 132 * @retval 0: success, mcuboot will follow normal code execution flow after 152 * BOOT_HOOK_REGULAR: follow the normal execution path, status will be
|
D | fault_injection_hardening.h | 114 /* All ints are replaced with two int - the normal one and a backup which is
|
/mcuboot-latest/boot/zephyr/include/io/ |
D | io.h | 45 * @retval false for normal boot, true for serial recovery boot 53 * @retval false for normal boot, true for serial recovery boot 61 * @retval false for normal boot, true for serial recovery boot
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | c.rs | 25 Normal { enumerator 41 matches!(self, BootGoResult::Normal { result: 0, .. }) in success() 46 matches!(self, BootGoResult::Normal { in success_no_asserts() 56 BootGoResult::Normal { asserts, .. } => *asserts, in asserts() 64 BootGoResult::Normal { resp, .. } => Some(resp), in resp() 114 BootGoResult::Normal { result, asserts, resp: rsp } in boot_go()
|
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 46 received, the boot loader runs in the normal (non-serial) mode. 60 the boot loader runs in the normal (non-serial) mode. This setting
|
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_common.c | 389 /* Subnormal float16 (normal float32) */ in zcbor_float32_to_16() 401 /* Normal float16 (normal float32) */ in zcbor_float32_to_16() 413 /* Infinite, or finite normal float32 too large for float16. Round up to inf. */ in zcbor_float32_to_16()
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | main.c | 97 /* Disabling watchdog so it will not interrupt normal flow later */ in test_app_init_hardware()
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 78 …x) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Normal Access Restriction… 341 /* Supervisory Flash: Normal Access Restrictions (NAR) */
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 82 …x) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Normal Access Restriction… 348 /* Supervisory Flash: Normal Access Restrictions (NAR) */
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 79 …x) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Normal Access Restriction… 341 /* Supervisory Flash: Normal Access Restrictions (NAR) */
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 81 …x) : ORIGIN = 0x16001A00, LENGTH = 0x200 /* Supervisory flash: Normal Access Restriction… 359 /* Supervisory Flash: Normal Access Restrictions (NAR) */
|
/mcuboot-latest/sim/src/ |
D | image.rs | 806 // First do a normal upgrade... in run_norevert() 921 // First, do a normal upgrade. in run_nodowngrade()
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 319 * normal image validation on it. in bs_list()
|
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 2435 /* Check for all possible values is redundant in normal operation it 2540 * passes which is distinct from the normal check.
|
/mcuboot-latest/docs/ |
D | design.md | 356 When the device first boots under normal circumstances, there is an up-to-date
|