Searched full:output_path (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.5.0/tools/ |
D | tfm_manifest_list.yaml | 13 # - "output_path", if it is a absolute path - not recommended 14 # - generated_file_root/"output_path", if "output_path" is relative path 15 # - generated_file_root/, if "output_path" is not specified 28 "output_path": "secure_fw/partitions/ns_agent_mailbox", 42 "output_path": "secure_fw/partitions/protected_storage", 56 "output_path": "secure_fw/partitions/internal_trusted_storage", 70 "output_path": "secure_fw/partitions/crypto", 85 "output_path": "secure_fw/partitions/platform", 99 "output_path": "secure_fw/partitions/initial_attestation", 113 "output_path": "secure_fw/partitions/firmware_update",
|
D | tfm_psa_ff_test_manifest_list.yaml | 19 "output_path": "api-tests/platform/manifests", 36 "output_path": "api-tests/platform/manifests", 53 "output_path": "api-tests/platform/manifests",
|
D | tfm_parse_manifest_list.py | 376 if 'output_path' in manifest_item: 377 output_path = os.path.expandvars(manifest_item['output_path']) 379 output_path = '' 381 manifest_head_file = os.path.join(OUT_DIR, output_path, 'psa_manifest', 384 intermedia_file = os.path.join(OUT_DIR, output_path, 'auto_generated', 387 load_info_file = os.path.join(OUT_DIR, output_path, 'auto_generated', 390 output_dir = os.path.join(OUT_DIR, output_path).replace('\\', '/')
|
/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/common/manifest/ |
D | tfm_manifest_list.yaml | 13 # - "output_path", if it is a absolute path - not recommended 14 # - generated_file_root/"output_path", if "output_path" is relative path 15 # - generated_file_root/, if "output_path" is not specified 28 "output_path": "secure_fw/partitions/ns_agent_mailbox", 42 "output_path": "secure_fw/partitions/crypto", 56 "output_path": "secure_fw/partitions/platform", 70 "output_path": "secure_fw/partitions/initial_attestation",
|
/trusted-firmware-m-3.5.0/tools/kconfig/ |
D | tfm_kconfig.py | 34 dest = 'output_path', 248 dot_config = os.path.abspath(os.path.join(args.output_path, '.config')) 260 if not os.path.exists(args.output_path): 261 os.mkdir(args.output_path) 279 os.chdir(args.output_path)
|
/trusted-firmware-m-3.5.0/docs/integration_guide/services/ |
D | tfm_manifest_tool_user_guide.rst | 102 - ``output_path`` 208 These files are generated to ``output_path`` specified by each Secure Partition
|
D | tfm_secure_partition_addition.rst | 334 "output_path": "partitions/example",
|