Lines Matching full:build

21 Build configuration
22 Specifies which file or component to include into compilation and build.
23 These are options, usually used by a build system to enable/disable
26 to other build systems.
27 In the :ref:`Base_configuration` table these options have *Build* type.
40 better support build systems other than a CMake, TF-M introduced a
48 TF-M Project provides a base build, defined in ``/config/config_base.cmake``
73 In contrast, before TF-M v1.7.0, the default build includes all possible
74 features. With growing functionality, such rich default build became
95 on step 1 will generate warnings which are expected to break a build.
105 The base build includes SPM and platform code only.
115 |TFM_PARTITION_CRYPTO | Build | OFF |
117 |CRYPTO_TFM_BUILTIN_KEYS_DRIVER | Build | ON |
155 |TFM_PARTITION_INITIAL_ATTESTATION | Build | OFF |
157 |SYMMETRIC_INITIAL_ATTESTATION | Build | OFF |
159 |ATTEST_INCLUDE_TEST_CODE | Build | OFF |
161 |ATTEST_KEY_BITS | Build | 256 |
177 |TFM_PARTITION_INTERNAL_TRUSTED_STORAGE | Build | OFF |
199 |TFM_PARTITION_PROTECTED_STORAGE | Build | OFF |
201 |PS_ENCRYPTION | Build | ON |
203 |PS_CRYPTO_AEAD_ALG | Build | PSA_ALG_GCM |
225 |PLATFORM_HAS_FIRMWARE_UPDATE_SUPPORT | Build | OFF |
227 |TFM_PARTITION_FIRMWARE_UPDATE | Build | OFF |
229 |TFM_CONFIG_FWU_MAX_WRITE_SIZE | Build | 1024 |
231 |TFM_CONFIG_FWU_MAX_MANIFEST_SIZE | Build | 0 |
233 |FWU_DEVICE_CONFIG_FILE | Build | "" |
235 |FWU_SUPPORT_TRIAL_STATE | Build | Depends on MCUBOOT_UPGRADE_STRATEGY |
237 |TFM_FWU_BOOTLOADER_LIB | Build | "mcuboot" |
249 |TFM_PARTITION_PLATFORM | Build | OFF |
274 |TFM_ISOLATION_LEVEL | Build | 1 |
276 |PSA_FRAMEWORK_HAS_MM_IOVEC | Build | OFF |
278 |CONFIG_TFM_SPM_BACKEND | Build | "SFN" |
280 |TFM_SPM_LOG_LEVEL | Build | 1 |