/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 14 default y 23 default n 36 default n 47 default n 56 default n 60 default n 64 default n 79 default n 118 default BOOT_IMG_HASH_ALG_SHA256 if BOOT_IMG_HASH_ALG_SHA256_ALLOW 119 default BOOT_IMG_HASH_ALG_SHA384 if BOOT_IMG_HASH_ALG_SHA384_ALLOW [all …]
|
D | Kconfig.serial_recovery | 9 default n 20 If unsure, leave at the default value. 26 default BOOT_SERIAL_UART if !BOARD_NRF52840DONGLE_NRF52840 27 default BOOT_SERIAL_CDC_ACM if BOARD_NRF52840DONGLE_NRF52840 58 0 -> default behaviour, same as 1; 63 Note that 0 is default upload target when no explicit 68 default 512 if SOC_SERIES_LPC55XXX 69 default 128 if SOC_SERIES_MCXN 70 default 64 79 default 128 [all …]
|
D | Kconfig.firmware_loader | 17 default 0
|
D | CMakeLists.txt | 346 # Emit a warning if using one of the default MCUboot key files 348 …message(WARNING "WARNING: Using default MCUboot signing key file, this file is for debug use only … 391 # Emit a warning if using one of the default MCUboot key files 402 …message(WARNING "WARNING: Using default MCUboot encryption key file, this file is for debug use on… 510 … to calculate minimum number of sector sizes, falling back to 128 sector default. Please disable C… 640 … "CONFIG_BOOT_MAX_IMG_SECTORS is not defined, falling back to 128 sector default. Please set CONFI… 651 … "CONFIG_BOOT_MAX_IMG_SECTORS is not defined, falling back to 128 sector default. Please set CONFI…
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 202 @click.option('--minimal', default=False, is_flag=True, 256 @click.option('-s', '--silent', default=False, is_flag=True, 340 @click.option('--non-bootable', default=False, is_flag=True, 342 @click.option('--custom-tlv', required=False, nargs=2, default=[], 357 @click.option('--save-enctlv', default=False, is_flag=True, 364 @click.option('--encrypt-keylen', default='128', 368 @click.option('--compression', default='disabled', 373 @click.option('-c', '--clear', required=False, is_flag=True, default=False, 378 default='little', help="Select little or big endian") 379 @click.option('--overwrite-only', default=False, is_flag=True, [all …]
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | area.rs | 47 self.whole.push(Default::default()); in add_image() 129 let mut areas_box: Box<CAreaDesc> = Box::new(Default::default()); in get_c() 173 fn default() -> CArea { in default() method 176 whole: Default::default(), in default() 197 fn default() -> FlashId { in default() method
|
D | api.rs | 83 fn default() -> FlashContext { in default() method 106 fn default() -> Self { in default() method 130 fn default() -> CSimContextPtr { in default() method 171 pub static RAM_CTX: RefCell<BootsimRamInfo> = RefCell::new(BootsimRamInfo::default());
|
D | c.rs | 85 .. Default::default() in boot_go()
|
/mcuboot-latest/docs/release-notes.d/ |
D | serial-recovery-var.md | 2 correctly initialised to default values which could cause
|
/mcuboot-latest/sim/src/ |
D | tlv.rs | 149 ..Default::default() in new_hash_only() 157 ..Default::default() in new_rsa_pss() 165 ..Default::default() in new_rsa3072_pss() 178 ..Default::default() in new_ecdsa() 186 ..Default::default() in new_ed25519() 200 ..Default::default() in new_enc_rsa() 214 ..Default::default() in new_sig_enc_rsa() 228 ..Default::default() in new_enc_kw() 242 ..Default::default() in new_rsa_kw() 256 ..Default::default() in new_ecdsa_kw() [all …]
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 72 Considering default config: 137 - `MAKEINFO` - 0 (default) - less build info, 1 - verbose output of compilation. 138 - `HEADER_OFFSET` - 0 (default) - no offset of output hex file, 0x%VALUE% - offset for output hex f… 139 - `IMG_TYPE` - `BOOT` (default) - build image for BOOT slot of MCUboot Bootloader, `UPGRADE` - buil… 140 - `ENC_IMG` - 0 (default) - build regular upgrade image, `1` - build encrypted upgrade image (MCUBo…
|
/mcuboot-latest/docs/ |
D | Gemfile | 9 # This is the default theme for new Jekyll sites. You may change this to anything you like.
|
D | Gemfile.lock | 40 jekyll-default-layout (= 0.1.4) 116 jekyll-default-layout (0.1.4)
|
D | ecdsa.md | 37 accepted, but it is already the default. 56 This will require an update to any scripts that will rely on the default
|
D | readme-riot.md | 38 default key type is RSA-2048.
|
D | imgtool.md | 68 signature is used, or default for signature 155 and will be a small power of two. By default, the Zephyr build system will 186 key is stored for image authentication. The `hash` option is used by default, in
|
D | readme-mbed.md | 35 …n MCUboot, make sure `"mcuboot.bootloader-build"` is `true` (already the default) and you have pro…
|
D | compression_format.md | 27 Compression parameters have the following default values:
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 11 # By default, build with simplistic signature verification. 12 default = []
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 92 default: 132 default:
|
/mcuboot-latest/ci/fih_test_docker/ |
D | damage_image.py | 115 default=False, 120 default=False,
|
/mcuboot-latest/samples/runtime-source/zephyr/ |
D | README.md | 54 image on slot0 by default. By keeping the SW2 button pressed during reset, the
|
/mcuboot-latest/sim/ |
D | Cargo.toml | 8 default = []
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_imgtool.cmake | 128 # this function. Otherwise, it will default to $<target name>-initial-image 168 # this function. Otherwise, it will default to $<target name>-update-image
|
/mcuboot-latest/boot/cypress/ |
D | README.md | 20 The default flash map for MCUBootApp implemented is next:
|