Home
last modified time | relevance | path

Searched full:config (Results 1 – 25 of 46) sorted by relevance

12

/mcuboot-3.6.0/boot/zephyr/
DKconfig13 config MCUBOOT
20 config BOOT_USE_MBEDTLS
27 config BOOT_USE_TINYCRYPT
38 config BOOT_USE_CC310
48 config BOOT_USE_NRF_CC310_BL
52 config NRFXLIB_CRYPTO
56 config NRF_CC310_BL
62 config SINGLE_APPLICATION_SLOT
74 config BOOT_SIGNATURE_TYPE_NONE
78 config BOOT_SIGNATURE_TYPE_RSA
[all …]
DKconfig.serial_recovery29 config BOOT_SERIAL_UART
39 config BOOT_SERIAL_CDC_ACM
50 config MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD
66 config BOOT_SERIAL_UNALIGNED_BUFFER_SIZE
75 config BOOT_MAX_LINE_INPUT_LEN
83 config BOOT_LINE_BUFS
90 config BOOT_SERIAL_MAX_RECEIVE_SIZE
99 config BOOT_ERASE_PROGRESSIVELY
108 config BOOT_MGMT_ECHO
124 config BOOT_MGMT_CUSTOM_STORAGE_ERASE
[all …]
DKconfig.firmware_loader15 config BOOT_FIRMWARE_LOADER_DETECT_DELAY
24 config BOOT_FIRMWARE_LOADER_BOOT_MODE
32 config BOOT_FIRMWARE_LOADER_NO_APPLICATION
38 config BOOT_FIRMWARE_LOADER_PIN_RESET
/mcuboot-3.6.0/boot/espressif/tools/
Dutils.cmake5 # Parse config files (.conf, format: <CONFIG_NAME>=<VALUE>) and set each as
9 foreach(config ${BOOTLOADER_CONF})
10 if (NOT (${config} MATCHES "#"))
11 string(REGEX REPLACE "^[ ]+" "" config ${config})
12 string(REGEX MATCH "^[^=]+" CONFIG_NAME ${config})
13 string(REPLACE "${CONFIG_NAME}=" "" CONFIG_VALUE ${config})
/mcuboot-3.6.0/boot/zephyr/include/
Dmcuboot-mbedtls-cfg.h25 #include "config-rsa.h"
29 #include "config-asn1.h"
31 #include "config-ed25519.h"
/mcuboot-3.6.0/ci/
Dget_features.py38 config = tomllib.loads(cargo_toml) variable
39 if 'features' not in config:
43 print(" ".join([k for k in config['features'] if k != 'default']))
/mcuboot-3.6.0/boot/zephyr/sysbuild/
DCMakeLists.txt17 ${CMAKE_BINARY_DIR}/mcuboot/zephyr/.config
38 …set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "CONFIG_ROM_END_OFFSET=${mcuboot_image_…
39 …set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "CONFIG_MCUBOOT_UPDATE_FOOTER_SIZE=${mc…
/mcuboot-3.6.0/sim/mcuboot-sys/
Dbuild.rs156 // they are used internally by "config-rsa.h" in main()
431 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-rsa-kw.h>")); in main()
433 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-rsa.h>")); in main()
435 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ec.h>")); in main()
437 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-asn1.h>")); in main()
439 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-asn1.h>")); in main()
441 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-kw.h>")); in main()
443 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ed25519.h>")); in main()
445 conf.conf.define("MBEDTLS_CONFIG_FILE", Some("<config-ec-psa.h>")); in main()
/mcuboot-3.6.0/sim/mcuboot-sys/csupport/
Dconfig-ec-psa.h11 #include "config-add-psa-crypto.h"
Dconfig-rsa.h33 #include "config-add-psa-crypto.h"
Dconfig-rsa-kw.h33 #include "config-add-psa-crypto.h"
/mcuboot-3.6.0/boot/cypress/MCUBootApp/
Dcy_serial_flash_prog.c66 /* if used zero-pointer to config, DAP link will use hardcoded config for CY8CPROTO-062-4343W */
DExternalMemory.md57 …figurations, SMIF IP block configurations, SFDP protocol read and memory-config structure initiali…
/mcuboot-3.6.0/ext/tinycrypt/
DMakefile9 include config.mk
/mcuboot-3.6.0/.github/workflows/
Dfih_tests.yaml14 config:
/mcuboot-3.6.0/docs/
Dimgtool.md46 into the key file. However, when the `MCUBOOT_HW_KEY` config option is
91 BOOT_SWAP_SAVE_ENCTLV config option was set.
/mcuboot-3.6.0/ext/tinycrypt/lib/
DMakefile9 include ../config.mk
/mcuboot-3.6.0/testplan/mynewt/apps/slinky/
Dpkg.yml35 - "@apache-mynewt-core/sys/config"
/mcuboot-3.6.0/boot/cypress/MCUBootApp/sysflash/
Dsysflash.h18 /* use PDL-defined offset or one from SMFI config */
/mcuboot-3.6.0/ext/mbedtls-asn1/include/mbedtls/
Dbuild_info.h65 #error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
/mcuboot-3.6.0/testplan/mynewt/apps/slinky/src/
Dmain.c31 #include <config/config.h>
/mcuboot-3.6.0/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_logging.h46 #error "Invalid MCUBOOT_LOG_LEVEL config."
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h56 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_aes_ctr_drop()
Daes_kw.h48 /* XXX: config defines MBEDTLS_PLATFORM_NO_STD_FUNCTIONS so no need to free */ in bootutil_aes_kw_drop()
/mcuboot-3.6.0/ext/tinycrypt/tests/
DMakefile9 include ../config.mk

12