/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 70 default n 93 default BOOT_IMG_HASH_ALG_SHA256 if BOOT_IMG_HASH_ALG_SHA256_ALLOW 94 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 …]
|
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | area.rs | 15 #[derive(Debug, Default, Clone)] 47 self.whole.push(Default::default()); in add_image() 129 let mut areas_box: Box<CAreaDesc> = Box::new(Default::default()); in get_c() 156 #[derive(Debug, Default)] 172 impl Default for CArea { 173 fn default() -> CArea { in default() method 176 whole: Default::default(), in default() 196 impl Default for FlashId { 197 fn default() -> FlashId { in default() method 203 #[derive(Debug, Clone, Default)]
|
D | api.rs | 82 impl Default for FlashContext { 83 fn default() -> FlashContext { in default() method 105 impl Default for CSimContext { 106 fn default() -> Self { in default() method 129 impl Default for CSimContextPtr { 130 fn default() -> CSimContextPtr { in default() method 140 #[derive(Debug, Default)] 150 #[derive(Debug, Default)] 171 pub static RAM_CTX: RefCell<BootsimRamInfo> = RefCell::new(BootsimRamInfo::default());
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | platform.h | 68 #define MBEDTLS_PLATFORM_STD_SNPRINTF mbedtls_platform_win32_snprintf /**< The default \c snprint… 70 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< The default \c snprintf function to use. */ 75 #define MBEDTLS_PLATFORM_STD_VSNPRINTF mbedtls_platform_win32_vsnprintf /**< The default \c vsnpr… 77 #define MBEDTLS_PLATFORM_STD_VSNPRINTF vsnprintf /**< The default \c vsnprintf function to use. … 81 #define MBEDTLS_PLATFORM_STD_PRINTF printf /**< The default \c printf function to use. */ 84 #define MBEDTLS_PLATFORM_STD_FPRINTF fprintf /**< The default \c fprintf function to use. */ 87 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< The default \c calloc function to use. */ 90 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */ 93 #define MBEDTLS_PLATFORM_STD_EXIT exit /**< The default \c exit function to use. */ 96 #define MBEDTLS_PLATFORM_STD_TIME time /**< The default \c time function to use. */ [all …]
|
/mcuboot-latest/sim/src/ |
D | tlv.rs | 123 #[derive(Debug, Default)] 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() [all …]
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/ |
D | mcuboot_crypto_config.h | 79 * By default division is assumed to be usable if the type is present. 163 * By default mbed TLS uses the system-provided calloc() and free(). 196 * Uncomment to prevent default assignment of standard functions in the 292 * - By default, the library defines MBEDTLS_PARAM_FAILED() to call a 315 * Allow MBEDTLS_PARAM_FAILED() to call `assert`, and make it default to 704 * Remove RC4 ciphersuites by default in SSL / TLS. 705 * This flag removes the ciphersuites based on RC4 from the default list as 710 * Uncomment this macro to remove RC4 ciphersuites by default. 717 * Remove 3DES ciphersuites by default in SSL / TLS. 718 * This flag removes the ciphersuites based on 3DES from the default list as [all …]
|
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 154 # `default=valid_encodings[0]` should be added to `-e` param. 177 'Default value is {}.' 202 @click.option('--minimal', default=False, is_flag=True, 253 @click.option('-s', '--silent', default=False, is_flag=True, 337 @click.option('--non-bootable', default=False, is_flag=True, 339 @click.option('--custom-tlv', required=False, nargs=2, default=[], 354 @click.option('--save-enctlv', default=False, is_flag=True, 361 @click.option('--encrypt-keylen', default='128', 365 @click.option('--compression', default='disabled', 370 @click.option('-c', '--clear', required=False, is_flag=True, default=False, [all …]
|
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/ |
D | mcuboot_config.h | 39 * The default is to support A/B image swapping with rollback. Other modes 45 * the default upgrade mode. 76 * using Tinycrypt as default */ 107 /* Default maximum number of flash sectors per image slot; change 111 /* Default number of separately updateable images; change in case of 161 * default behavior that is erasing whole image size of flash area after
|
/mcuboot-latest/boot/espressif/include/crypto_config/ |
D | mbedtls_custom_config.h | 80 * By default division is assumed to be usable if the type is present. 164 * By default mbed TLS uses the system-provided calloc() and free(). 197 * Uncomment to prevent default assignment of standard functions in the 611 * By default, CTR_DRBG uses a 256-bit key. 619 * module. By default all supported curves are enabled. 668 * \note This option only works with the default software implementation of 931 * might still happen. For this reason, this is disabled by default. 991 * Do not add default entropy sources in mbedtls_entropy_init(). 996 * Uncomment this macro to prevent loading of default entropy functions. 1015 * default SHA-512 based one (if both are available). [all …]
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 35 Default values set for currently supported targets: 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/.github/workflows/ |
D | zephyr_build.yaml | 8 # By default, pull_request includes: opened, synchronize, or reopened 23 default: 'main' 27 default: 'main'
|
/mcuboot-latest/samples/mcuboot_config/ |
D | mcuboot_config.template.h | 52 * The default is to support A/B image swapping with rollback. Other modes 58 * the default upgrade mode. 133 /* Default maximum number of flash sectors per image slot; change 137 /* Default number of separately updateable images; change in case of
|
/mcuboot-latest/boot/cypress/ |
D | platforms.mk | 28 # Target platform is built for. PSOC_062_2M is set by default 34 # default PLATFORM 49 # Default chips are used for supported platforms
|
/mcuboot-latest/boot/nuttx/include/mcuboot_config/ |
D | mcuboot_config.h | 52 * The default is to support A/B image swapping with rollback. Other modes 58 * the default upgrade mode. 135 /* Default maximum number of flash sectors per image slot; change 141 /* Default number of separately updateable images; change in case of
|
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/ |
D | mcuboot_config.h | 22 /* Default maximum number of flash sectors per image slot; change 43 * The default is to support A/B image swapping with rollback. A 86 /* Default number of separately updateable images; change in case of
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 15 The default flash map implemented is the following: 42 Hardware acceleration of cryptography is enabled for PSOC6 devices by default. 87 Default value of `MCUBOOT_IMAGE_NUMBER` is 1, which corresponds to single image configuratios. 99 **Default Flash map for Multi-Image operation:**
|
/mcuboot-latest/sim/mcuboot-sys/ |
D | Cargo.toml | 11 # By default, build with simplistic signature verification. 12 default = []
|
/mcuboot-latest/boot/cypress/libs/retarget_io_pdl/ |
D | cy_retarget_io_pdl.h | 10 * to the default configuration are desired. 11 * NOTE: If the application is built using newlib-nano, by default, floating
|
/mcuboot-latest/boot/cypress/platforms/retarget_io_pdl/ |
D | cy_retarget_io_pdl.h | 10 * to the default configuration are desired. 11 * NOTE: If the application is built using newlib-nano, by default, floating
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 92 default: 132 default:
|
/mcuboot-latest/docs/ |
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
|
/mcuboot-latest/boot/zephyr/boards/ |
D | nrf52840dk_nrf52840.conf | 1 # Ensure that the qspi driver is disabled by default
|
D | nrf54l15dk_nrf54l15_cpuapp.conf | 7 # Ensure that the SPI NOR driver is disabled by default
|
D | nrf54l15pdk_nrf54l15_cpuapp.conf | 7 # Ensure that the SPI NOR driver is disabled by default
|