Searched refs:configs (Results 1 – 14 of 14) sorted by relevance
11 # Load regression configs overrided by platform15 # Therefore tf-m-tests configs can be set with TF-M configs since their configs
70 # Include FWU partition configs.73 # Include coprocessor configs76 # Set secure log configs
9 # The first loaded configs would be overridden by later ones. That's how the "merge" works.222 # Note the order of CONFIG_FILE_LIST, as the first loaded configs would be274 # Component configs generated by tfm_kconfig.py277 # Load project cmake configs generated by tfm_kconfig.py
31 # These configs in this menu are local to a component or externally referenced35 # Other configs above which are not in component menu are TF-M build options to41 menu "TF-M component configs"50 menu "Secure Partitions component configs"
41 notifier_user_config_t **configs, in NOTIFIER_CreateHandle() argument49 if ((configs == NULL) || (configsNumber == 0U) || (userFunction == NULL)) in NOTIFIER_CreateHandle()56 notifierHandle->configsTable = configs; in NOTIFIER_CreateHandle()
184 notifier_user_config_t **configs,
8 menu "FWU component configs"
8 menu "Platform partition component configs"
10 # Default configs of tf-m-tests repo
219 def process_partition_manifests(manifest_lists, configs): argument261 isolation_level = int(configs['TFM_ISOLATION_LEVEL'], base = 10)262 backend = configs['CONFIG_TFM_SPM_BACKEND']291 if manifest_item['conditional'] not in configs.keys():294 is_enabled = configs[manifest_item['conditional']].lower()
104 # Avoid duplications of configs
10 menu "TF-M SPM component configs"
32 Component options are gathered together in a seperate menu ``TF-M component configs`` in
114 CONFIGS_PATH = src/configs