Lines Matching +full:built +full:- +full:in

3 # SPDX-License-Identifier: Apache-2.0
21 Do not Include a bootloader in the build
43 slots. In this mode application is not able to DFU its own update to secondary slot and
50 MCUboot expects slot0_partition and slot1_partition to be present in DT and application
52 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
57 MCUboot expects slot0_partition and slot1_partition to be present in DT and application
59 in main application if MCUboot has been built with MCUBOOT_DOWNGRADE_PREVENTION.
70 MCUboot expects slot0_partition, slot1_partition and scratch_partition to be present in
71 DT, and application will boot from slot0_partition. In this mode scratch_partition is
74 MCUBOOT_BOOTLOADER_NO_DOWNGRADE should also be selected in main application if MCUboot
75 has been built with MCUBOOT_DOWNGRADE_PREVENTION.
81 with it. In this mode it is not possible to revert back to previous version as it is not
82 stored in the secondary slot.
84 not happen unless the version of secondary slot is higher than the version in primary
90 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot
93 also selected in MCUboot that enables comparison of build number.
100 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot
102 been marked to be boot next time for test or permanently. In case when application is
114 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot
117 to is specified using the load-addr argument when running imgtool.
119 Note: RAM must be assigned to the bootloader that is not used by the application in this
149 bool "Elliptic curve digital signatures with curve P-256"
158 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-ec-p256.pem" if BOOT_SIGNATURE_TYPE_ECDSA_P256
159 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-ed25519.pem" if BOOT_SIGNATURE_TYPE_ED25519
160 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-rsa-2048.pem" if BOOT_SIGNATURE_TYPE_RSA
179 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-ec256-priv.pem" if BOOT_SIGNATURE_TYPE_ECDSA_P256
180 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-x25519-priv.pem" if BOOT_SIGNATURE_TYPE_ED25519
181 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/enc-rsa2048-priv.pem" if BOOT_SIGNATURE_TYPE_RSA