Lines Matching +full:key +full:- +full:string

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
39 string "Path to the mcuboot signing key file"
43 The file contains a key pair whose public half is verified
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.
66 string "Path to the mcuboot encryption key file"
70 The file contains the public key that is used to encrypt the
71 ephemeral key that encrypts the image. The corresponding
72 private key is hard coded in the MCUboot source code and is
73 used to decrypt the ephemeral key that is embedded in the
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'
93 string "Version to pass to imgtool when signing"
102 bool "Use overwrite-only instead of swap upgrades"
104 If enabled, --overwrite-only option passed to imgtool to avoid
108 string "Extra arguments to pass to imgtool when signing"
111 When signing (CONFIG_MCUBOOT_SIGNATURE_KEY_FILE is a non-empty
112 string) you can use this option to pass extra options to
113 imgtool. For example, you could set this to "--version 1.2".
119 generation when MCUboot signing key is not provided,
194 to is specified using the load-addr argument when running imgtool.
266 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
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.