Lines Matching +full:default +full:- +full:not +full:- +full:used
3 # SPDX-License-Identifier: Apache-2.0
7 default y
11 default y
15 default BOOTLOADER_NONE
21 Do not Include a bootloader in the build
35 default MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH
42 MCUboot will only boot slot0_partition placed application and does not care about other
43 slots. In this mode application is not able to DFU its own update to secondary slot and
58 used as temporary storage when MCUboot swaps application from the secondary slot to the
67 with it. In this mode it is not possible to revert back to previous version as it is not
70 not happen unless the version of secondary slot is higher than the version in primary
80 This option automatically selectes MCUBOOT_BOOTLOADER_NO_DOWNGRADE as it is not possible
91 This mode does not allow freely switching between application versions, as, once higher
92 version application is approved, it is not possible to select lower version for boot.
93 This mode selects MCUBOOT_BOOTLOADER_NO_DOWNGRADE as it is not possible to downgrade
95 version will not get confirmed.
103 to is specified using the load-addr argument when running imgtool.
105 Note: RAM must be assigned to the bootloader that is not used by the application in this
113 application used to update the slot0_partition application.
119 default NONE if BOOT_SIGNATURE_TYPE_NONE
120 default RSA if BOOT_SIGNATURE_TYPE_RSA
121 default ECDSA_P256 if BOOT_SIGNATURE_TYPE_ECDSA_P256
122 default ED25519 if BOOT_SIGNATURE_TYPE_ED25519
126 default BOOT_SIGNATURE_TYPE_RSA
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
147 default ""
154 default y
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
168 default ""