Lines Matching refs:to
10 set(TEST_BL2 OFF CACHE BOOL "Whether to build bl2 tests")
12 set(DEFAULT_MCUBOOT_SECURITY_COUNTERS ON CACHE BOOL "Whether to use the default sec…
13 set(DEFAULT_MCUBOOT_FLASH_MAP ON CACHE BOOL "Whether to use the default fla…
18 set(MCUBOOT_IMAGE_NUMBER 2 CACHE STRING "Whether to combine S and NS in…
19 set(MCUBOOT_EXECUTION_SLOT 1 CACHE STRING "Slot from which to execute the…
20 set(MCUBOOT_LOG_LEVEL "INFO" CACHE STRING "Level of logging to use for MC…
21 set(MCUBOOT_HW_KEY ON CACHE BOOL "Whether to embed the entire pu…
26 set(MCUBOOT_CONFIRM_IMAGE OFF CACHE BOOL "Whether to confirm the image i…
29 # platforms to choose a specific upgrade strategy for images. These certain
30 # configurations will be used to facilitate the later validation.
45 # and KEY_NS will either have to be updated manually or removed from the cache.
47 # will be set to default again.
48 set(MCUBOOT_SIGNATURE_TYPE "RSA" CACHE STRING "Algorithm to use for signature…
49 set(MCUBOOT_SIGNATURE_KEY_LEN 3072 CACHE STRING "Key length to use for signatur…
50 …TURE_TYPE}-${MCUBOOT_SIGNATURE_KEY_LEN}.pem" CACHE FILEPATH "Path to key with which to sign secure…
51 …RE_TYPE}-${MCUBOOT_SIGNATURE_KEY_LEN}_1.pem" CACHE FILEPATH "Path to key with which to sign non-se…
55 … 1 CACHE STRING "Security counter for S image. auto sets it to IMAGE_VERSION_S")
56 … 1 CACHE STRING "Security counter for NS image. auto sets it to IMAGE_VERSION_NS")
57 …nimum version of secure image required by the non-secure image for upgrade to this non-secure imag…
58 …nimum version of non-secure image required by the secure image for upgrade to this secure image. I…
60 …ext/mcuboot/config/mcuboot-mbedtls-cfg.h" CACHE FILEPATH "Mbedtls config file to use with MCUboot")