Lines Matching +full:main +full:- +full:mode
3 # SPDX-License-Identifier: Apache-2.0
34 prompt "Mode of operation"
37 The operating mode of MCUboot (which will also be propagated to the application).
43 slots. In this mode application is not able to DFU its own update to secondary slot and
51 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
57 DT, and application will boot from slot0_partition. In this mode scratch_partition is
60 MCUBOOT_BOOTLOADER_NO_DOWNGRADE should also be selected in main application if MCUboot
67 with it. In this mode it is not possible to revert back to previous version as it is not
69 This mode supports MCUBOOT_BOOTLOADER_NO_DOWNGRADE which means that the overwrite will
76 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot
86 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot
91 This mode does not allow freely switching between application versions, as, once higher
93 This mode selects MCUBOOT_BOOTLOADER_NO_DOWNGRADE as it is not possible to downgrade
100 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot
103 to is specified using the load-addr argument when running imgtool.
106 mode so that the bootloader is able to function until the application has booted.
111 MCUboot will only boot slot0_partition for the main application but has an entrance
135 bool "Elliptic curve digital signatures with curve P-256"
144 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-ec-p256.pem" if BOOT_SIGNATURE_TYPE_ECDSA_P256
145 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-ed25519.pem" if BOOT_SIGNATURE_TYPE_ED25519
146 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-rsa-2048.pem" if BOOT_SIGNATURE_TYPE_RSA
165 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-ec256-priv.pem" if BOOT_SIGNATURE_TYPE_ECDSA_P256
166 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-x25519-priv.pem" if BOOT_SIGNATURE_TYPE_ED25519
167 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-rsa2048-priv.pem" if BOOT_SIGNATURE_TYPE_RSA