Home
last modified time | relevance | path

Searched refs:check (Results 1 – 17 of 17) sorted by relevance

/mcuboot-latest/samples/zephyr/
DMakefile61 .PHONY: check boot hello1 clean_boot clean_hello1 \
109 boot: check
120 clean_boot: check
124 hello1: check
141 clean_hello1: check
149 hello2: check
167 clean_hello2: check
293 check: target
/mcuboot-latest/docs/release-notes.d/
Dzephyr-compression.md1 - Added protected TLV size to image size check in bootutil
/mcuboot-latest/docs/
Dreadme-riot.md10 compile time. This binary was compiled to do an integrity check, but
11 not a signature check. In order to configure the bootloader for
12 signature check it is necessary to re-compile it either with Mynewt
Dtestplan-mynewt.md7 For each supported signing algorithm, check that non-signed, and signed
37 test image and check that swap only happens for image signed with
61 test image and check that swap only happens for image signed with
144 image in slot 1 and check that it works.
DGemfile.lock35 github-pages-health-check (= 1.17.9)
79 github-pages-health-check (1.17.9)
Dreadme-mynewt.md31 To configure MCUboot check all the options available in
Dreadme-zephyr.md230 Alternatively, MCUboot can wait for a limited time to check if DFU is invoked by receiving an MCUmg…
256 For details on other available configuration options for the serial recovery protocol, check the Kc…
Drelease-notes.md45 - Zephyr: Add USB CDC serial recovery check that now causes a build
48 - Zephyr: Add USB CDC serial recovery check that now causes a build
435 + To allow imgtool to always perform the check that firmware does not
Dimgtool.md170 The `--slot-size` argument is required and used to check that the firmware
Dreadme-espressif.md740 MCUboot allows version dependency check between the images when updating them. As `imgtool.py`
/mcuboot-latest/sim/
DREADME.rst27 will clone and check out these trees in the appropriate place.
/mcuboot-latest/boot/espressif/
DCMakeLists.txt112 or check the installation pointed on ESP_HAL_PATH.")
172 # Flash frequency parameter for esptool.py, for more information, check `esptool.py -h`
187 # Flash mode parameter for esptool.py, for more information, check `esptool.py -h`
192 # Serial baud rate parameter for esptool.py flash use, for more information, check `esptool.py -h`
/mcuboot-latest/
D.travis.yml-disabled61 ./ci/check-signed-off-by.sh
/mcuboot-latest/boot/zephyr/
DKconfig159 bool "No signature; use only hash check"
213 To check signature over entire image directly, rather than hash,
308 primary slot every boot. This adds the signature check time to
489 Hidden option used to check if image encryption is supported.
667 control flow integrity check to discover discrepancy in expected code
674 control flow integrity check to discover discrepancy in expected code
682 control flow integrity check to discover discrepancy in expected code
826 Security counter is used for version eligibility check instead of pure
DCMakeLists.txt673 #todo: check how different slot sizes are...
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c423 fe_loose check; in x25519_ge_frombytes_vartime() local
445 fe_sub(&check, &vxx, &u); in x25519_ge_frombytes_vartime()
446 if (fe_isnonzero(&check)) { in x25519_ge_frombytes_vartime()
447 fe_add(&check, &vxx, &u); in x25519_ge_frombytes_vartime()
448 if (fe_isnonzero(&check)) { in x25519_ge_frombytes_vartime()
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md66 2. Navigate to `cy_flash_map.c` and check if secondary slot start address and size meet the applica…