Searched full:during (Results 1 – 25 of 27) sorted by relevance
12
/mcuboot-latest/docs/ |
D | design.md | 222 and during development, as well as any desired safety margin on the 275 slot during each swap. Assuming that receiving a new image by the DFU 284 slots during image upgrade and in contrast to the above, the bootloader can 308 work properly even when it is reset during the middle of an image swap. For this 310 images during an upgrade. 358 chain-load. In this case, no image swaps are necessary. During device upgrades, 364 the new image or it will be executed during operation. The new image can then 366 then still choose to run it during the next boot. When this happens, the swap is 368 during the next boot by swapping the image(s) back into its original location(s) 422 2. Was the image previously selected to run (during a previous boot)? [all …]
|
D | release.md | 40 During the time between the rc1 and the final release, the only changes
|
D | release-notes.md | 257 - imgtool: Print image digest during verify. 321 - Encrypted image TLVs can be saved in swap metadata during a swap 409 - Add an option to erase flash pages progressively during recovery to
|
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 44 string is detected during this period, the serial boot loader is 58 detected during the timeout period, the serial boot loader is
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 16 * defined in the linker files. In that case you may see warnings during the 265 /* Place variables in the section that should not be initialized during the 279 * A) put information to clear the section with all zeros during application 284 * this section to RAM during application loading.
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 16 * defined in the linker files. In that case you may see warnings during the 264 /* Place variables in the section that should not be initialized during the 278 * A) put information to clear the section with all zeros during application 283 * this section to RAM during application loading.
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 16 * defined in the linker files. In that case you may see warnings during the 285 /* Place variables in the section that should not be initialized during the 299 * A) put information to clear the section with all zeros during application 304 * this section to RAM during application loading.
|
D | README.md | 57 **How to override the flash map values during build process:**
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 16 * defined in the linker files. In that case you may see warnings during the 275 /* Place variables in the section that should not be initialized during the 289 * A) put information to clear the section with all zeros during application 294 * this section to RAM during application loading.
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | config-add-psa-crypto.h | 14 * for permanent keys is not enabled, as it is not usually required during boot
|
/mcuboot-latest/scripts/imgtool/keys/ |
D | ecdsa.py | 176 # strip possible paddings added during sign 249 # strip possible paddings added during sign
|
/mcuboot-latest/ |
D | CODE_OF_CONDUCT.md | 104 with those enforcing the Code of Conduct, is allowed during this period.
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | hmac_prng.h | 105 * @warning NIST SP 800-90A specifies 3 items as seed material during
|
/mcuboot-latest/boot/bootutil/src/ |
D | boot_record.c | 209 * filled with zeros during the image signing process. in boot_save_boot_status()
|
D | bootutil_misc.c | 142 * status during the swap of the last sector from primary/secondary (which
|
D | image_validate.c | 279 * - During public key validation (comparing against key-hash read from in bootutil_find_key()
|
D | swap_move.c | 472 * area in the primary slot must be re-initialized; if during the small
|
D | loader.c | 693 * and copy during an image swap. The information collected during this 1068 * If during the erase operation, a reset occurs, parts of the slot 1881 * 1. The reboot has happened during swapping an image: 3232 * prevent TOCTOU attack during image copy. This could be applied
|
D | bootutil_priv.h | 222 /** Private state maintained during boot. */
|
/mcuboot-latest/boot/nuttx/ |
D | main.c | 41 * board_late_initialize() during bootupif CONFIG_BOARD_LATE_INITIALIZE
|
/mcuboot-latest/boot/espressif/hal/src/ |
D | secure_boot.c | 241 ESP_LOGE(TAG, "Error during reading %d eFuse block (err=0x%x)", blocks[i], ret); in check_and_generate_secure_boot_keys()
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | platform.h | 140 * functions used by the library, during runtime.
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 501 * by computing their values on the fly during operations 505 * by ~6kb but at the cost of more arithmetic operations during 1362 * If you need all error reporting you should enable this during debugging, 1417 * still ensure that certificates do not change during renegotiation, 3173 * certificate data which is sent during the handshake.
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/ |
D | mcuboot_crypto_config.h | 575 * by computing their values on the fly during operations 579 * by ~6kb but at the cost of more arithmetic operations during 1440 * If you need all error reporting you should enable this during debugging, 1516 * still ensure that certificates do not change during renegotiation, 3463 * certificate data which is sent during the handshake.
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 870 * TODO: This is single occurrence issue, it should get detected during tests in bs_upload() 997 /* Check whether it was erased during previous upload. */ in bs_upload()
|
12