Searched full:output_path (Results 1 – 8 of 8) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/ |
| D | tfm_manifest_list.yaml | 12 # - "output_path", if it is a absolute path - not recommended 13 # - generated_file_root/"output_path", if "output_path" is relative path 14 # - generated_file_root/, if "output_path" is not specified 27 "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",
|
| /trusted-firmware-m-latest/tools/ |
| D | tfm_manifest_list.yaml | 15 # - "output_path", if it is a absolute path - not recommended 16 # - generated_file_root/"output_path", if "output_path" is relative path 17 # - generated_file_root/, if "output_path" is not specified 30 "output_path": "secure_fw/partitions/ns_agent_mailbox", 45 "output_path": "secure_fw/partitions/protected_storage", 59 "output_path": "secure_fw/partitions/internal_trusted_storage", 73 "output_path": "secure_fw/partitions/crypto", 88 "output_path": "secure_fw/partitions/platform", 102 "output_path": "secure_fw/partitions/initial_attestation", 116 "output_path": "secure_fw/partitions/firmware_update",
|
| D | tfm_parse_manifest_list.py | 414 if 'output_path' in manifest_item: 415 output_path = os.path.expandvars(manifest_item['output_path']) 417 output_path = '' 419 manifest_head_file = os.path.join(OUT_DIR, output_path, 'psa_manifest', 422 intermedia_file = os.path.join(OUT_DIR, output_path, 'auto_generated', 425 load_info_file = os.path.join(OUT_DIR, output_path, 'auto_generated', 428 output_dir = os.path.join(OUT_DIR, output_path).replace('\\', '/')
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/ |
| D | tfm_manifest_list.yaml | 15 # - "output_path", if it is a absolute path - not recommended 16 # - generated_file_root/"output_path", if "output_path" is relative path 17 # - generated_file_root/, if "output_path" is not specified 30 "output_path": "secure_fw/partitions/ns_agent_mailbox", 45 "output_path": "secure_fw/partitions/protected_storage", 59 "output_path": "secure_fw/partitions/crypto", 73 "output_path": "secure_fw/partitions/platform", 87 "output_path": "secure_fw/partitions/initial_attestation",
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/ |
| D | tfm_manifest_list.yaml | 15 # - "output_path", if it is a absolute path - not recommended 16 # - generated_file_root/"output_path", if "output_path" is relative path 17 # - generated_file_root/, if "output_path" is not specified 30 "output_path": "secure_fw/partitions/ns_agent_mailbox", 45 "output_path": "secure_fw/partitions/crypto", 59 "output_path": "secure_fw/partitions/platform", 73 "output_path": "secure_fw/partitions/initial_attestation",
|
| /trusted-firmware-m-latest/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-latest/docs/integration_guide/services/ |
| D | tfm_manifest_tool_user_guide.rst | 102 - ``output_path`` 221 These files are generated to ``output_path`` specified by each Secure Partition
|
| D | tfm_secure_partition_addition.rst | 162 "output_path": "partitions/example",
|