Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 31) sorted by relevance

12

/mcuboot-latest/boot/zephyr/
DKconfig14 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 …]
DKconfig.serial_recovery9 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 …]
DKconfig.firmware_loader17 default 0
DCMakeLists.txt346 # 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/
Dmain.py202 @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/
Darea.rs47 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
Dapi.rs83 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());
Dc.rs85 .. Default::default() in boot_go()
/mcuboot-latest/docs/release-notes.d/
Dserial-recovery-var.md2 correctly initialised to default values which could cause
/mcuboot-latest/sim/src/
Dtlv.rs149 ..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/
DReadme.md72 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/
DGemfile9 # This is the default theme for new Jekyll sites. You may change this to anything you like.
DGemfile.lock40 jekyll-default-layout (= 0.1.4)
116 jekyll-default-layout (0.1.4)
Decdsa.md37 accepted, but it is already the default.
56 This will require an update to any scripts that will rely on the default
Dreadme-riot.md38 default key type is RSA-2048.
Dimgtool.md68 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
Dreadme-mbed.md35 …n MCUboot, make sure `"mcuboot.bootloader-build"` is `true` (already the default) and you have pro…
Dcompression_format.md27 Compression parameters have the following default values:
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml11 # By default, build with simplistic signature verification.
12 default = []
/mcuboot-latest/scripts/
Dmcubin.bt92 default:
132 default:
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py115 default=False,
120 default=False,
/mcuboot-latest/samples/runtime-source/zephyr/
DREADME.md54 image on slot0 by default. By keeping the SW2 button pressed during reset, the
/mcuboot-latest/sim/
DCargo.toml8 default = []
/mcuboot-latest/boot/mbed/
Dmcuboot_imgtool.cmake128 # 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/
DREADME.md20 The default flash map for MCUBootApp implemented is next:

12