Home
last modified time | relevance | path

Searched full:conf (Results 1 – 13 of 13) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/
Dbuild.rs42 let mut conf = CachedBuild::new(); in main() localVariable
43 conf.conf.define("__BOOTSIM__", None); in main()
44 conf.conf.define("MCUBOOT_HAVE_LOGGING", None); in main()
45 conf.conf.define("MCUBOOT_USE_FLASH_AREA_GET_SECTORS", None); in main()
46 conf.conf.define("MCUBOOT_HAVE_ASSERT_H", None); in main()
47 conf.conf.define("MCUBOOT_MAX_IMG_SECTORS", Some("128")); in main()
50 conf.conf.define("MCUBOOT_BOOT_MAX_ALIGN", Some("32")); in main()
52 conf.conf.define("MCUBOOT_BOOT_MAX_ALIGN", Some("8")); in main()
55 conf.conf.define("MCUBOOT_IMAGE_NUMBER", Some(if multiimage { "2" } else { "1" })); in main()
62 conf.conf.define("MCUBOOT_BOOTSTRAP", None); in main()
[all …]
/mcuboot-latest/boot/zephyr/
Dsample.yaml14 extra_args: EXTRA_CONF_FILE=serial_recovery.conf
26 extra_args: EXTRA_CONF_FILE=./usb_cdc_acm_log_recovery.conf
33 extra_args: EXTRA_CONF_FILE=./single_slot.conf
41 … EXTRA_CONF_FILE="./boards/nrf52840dk_qspi_nor.conf;./boards/nrf52840dk_qspi_secondary_boot.conf"
48 EXTRA_CONF_FILE=./boards/nrf52840dk_hooks_sample_overlay.conf
55 extra_args: EXTRA_CONF_FILE=./ram_load.conf
DCMakeLists.txt281 message(FATAL_ERROR "Signature key file defined in multiple conf files")
321 message(FATAL_ERROR "Encryption key file defined in multiple conf files")
/mcuboot-latest/samples/zephyr/
DMakefile51 # Extra .conf fragments to merge into the MCUboot .config, as a
68 # The header size should match that in hello1/prj.conf
196 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-rsa.conf \
206 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-ecdsa-p256.conf \
218 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-upgrade-only.conf \
229 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-rsa.conf \
232 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-rsa.conf \
244 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-ecdsa-p256.conf \
248 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-ecdsa-p256.conf \
260 BOOTLOADER_EXTRA_CONF_FILE=$(PWD)/overlay-skip-primary-slot-validate.conf \
[all …]
/mcuboot-latest/ext/nrf/
DREADME.md9 …E_TYPE_ECDSA_P256` is selected not `CONFIG_BOOT_SIGNATURE_TYPE_RSA` in `prj.conf` of `boot/zephyr`.
10 …nto `menuconfig` and change the implementation selection to `cc310` or also set this in `prj.conf`.
/mcuboot-latest/ci/
Despressif_run.sh28 local mcuboot_config="${ESPRESSIF_ROOT}/port/${target}/bootloader${img_num}.conf"
31 mcuboot_config="${mcuboot_config};${ESPRESSIF_ROOT}/ci_configs/${feature}.conf"
/mcuboot-latest/samples/zephyr/hello-world/boards/
D.gitignore1 *-local.conf
/mcuboot-latest/boot/espressif/tools/
Dutils.cmake5 # Parse config files (.conf, format: <CONFIG_NAME>=<VALUE>) and set each as
/mcuboot-latest/ext/tinycrypt/
DREADME61 1) In Makefile.conf set:
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h13 * You must choose exactly one signature type - check bootloader.conf
/mcuboot-latest/docs/
Dreadme-zephyr.md87 the application's `prj.conf` file.
Dreadme-espressif.md85 `port/<TARGET>/bootloader.conf` file or passing a custom config file using the
671 Configuration example (`bootloader.conf`):
/mcuboot-latest/boot/espressif/
DCMakeLists.txt105 set(MCUBOOT_CONFIG_FILE "${CMAKE_CURRENT_LIST_DIR}/port/${MCUBOOT_TARGET}/bootloader.conf")