Searched refs:check (Results 1 – 17 of 17) sorted by relevance
/mcuboot-latest/samples/zephyr/ |
D | Makefile | 61 .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/ |
D | zephyr-compression.md | 1 - Added protected TLV size to image size check in bootutil
|
/mcuboot-latest/docs/ |
D | readme-riot.md | 10 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
|
D | testplan-mynewt.md | 7 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.
|
D | Gemfile.lock | 35 github-pages-health-check (= 1.17.9) 79 github-pages-health-check (1.17.9)
|
D | readme-mynewt.md | 31 To configure MCUboot check all the options available in
|
D | readme-zephyr.md | 230 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…
|
D | release-notes.md | 45 - 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
|
D | imgtool.md | 170 The `--slot-size` argument is required and used to check that the firmware
|
D | readme-espressif.md | 740 MCUboot allows version dependency check between the images when updating them. As `imgtool.py`
|
/mcuboot-latest/sim/ |
D | README.rst | 27 will clone and check out these trees in the appropriate place.
|
/mcuboot-latest/boot/espressif/ |
D | CMakeLists.txt | 112 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-disabled | 61 ./ci/check-signed-off-by.sh
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 159 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
|
D | CMakeLists.txt | 673 #todo: check how different slot sizes are...
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 423 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/ |
D | ExternalMemory.md | 66 2. Navigate to `cy_flash_map.c` and check if secondary slot start address and size meet the applica…
|