Lines Matching +full:operation +full:- +full:mode
3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
6 # SPDX-License-Identifier: Apache-2.0
20 or in other words that the image is to be chain-loaded by MCUboot.
27 * Activating SW_VECTOR_RELAY_CLIENT on Cortex-M0
28 (or Armv8-M baseline) targets with no built-in vector relocation
46 If set to a non-empty value, the build system tries to
47 sign the final binaries using a 'west sign -t imgtool' command.
76 If set to a non-empty value, the build system tries to
77 sign and encrypt the final binaries using a 'west sign -t imgtool'
88 Example: './bootloader/mcuboot/enc-rsa2048-pub.pem'
102 bool "Use overwrite-only instead of swap upgrades"
104 If enabled, --overwrite-only option passed to imgtool to avoid
111 When signing (CONFIG_MCUBOOT_SIGNATURE_KEY_FILE is a non-empty
113 imgtool. For example, you could set this to "--version 1.2".
133 menu "On board MCUboot operation mode"
136 prompt "Application assumed MCUboot mode of operation"
139 Informs application build on assumed MCUboot mode of operation.
148 not care about other slots. In this mode application is not able
153 bool "MCUboot has been configured for swap without scratch operation"
162 bool "MCUboot has been configured for swap using scratch operation"
167 In this mode scratch_partition is used as temporary storage when
180 In this mode it is not possible to revert back to previous version
182 This mode supports MCUBOOT_BOOTLOADER_NO_DOWNGRADE which means
187 bool "MCUboot has been configured for RAM LOAD operation"
191 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot
194 to is specified using the load-addr argument when running imgtool.
199 bool "MCUboot has been configured for DirectXIP operation"
204 In this mode MCUboot can boot from either partition and will
219 In this mode MCUboot will boot the application with the higher version
225 This mode does not allow freely switching between application
228 This mode selects MCUBOOT_BOOTLOADER_NO_DOWNGRADE as it is not possible
233 bool "MCUboot has been configured in firmware updater mode"
246 Selected mode supports downgrade prevention, where you cannot switch to
251 bool "MCUboot mode has downgrade prevention enabled"
253 Selected MCUboot mode has downgrade prevention enabled, where you are not
266 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
269 endmenu # On board MCUboot operation mode
277 required by the chain-loaded application and the MCUboot.
281 # hidden option for disabling module-own log configuration
289 module-str = MCUboot bootutil
307 when bootloader is in DirectXIP-revert mode.