Home
last modified time | relevance | path

Searched full:path (Results 1 – 25 of 217) sorted by relevance

123456789

/trusted-firmware-m-latest/tools/
Dtfm_parse_manifest_list.py28 TFM_ROOT_DIR = os.path.join(sys.path[0], '..')
61 if not os.path.isfile(template):
290 if not os.path.isfile(item):
298 # Replace environment variables in the manifest path.
299 expanded_path = os.path.expandvars(dict['manifest']).replace('\\', '/')
302 # that. Else, either interpret it as an absolute path or one
304 … path_relative_to_manifest_list = os.path.join(os.path.dirname(item), # path of manifest list
306 if os.path.isfile(path_relative_to_manifest_list):
412 manifest_out_basename = os.path.splitext(os.path.basename(manifest_path))[0]
415 output_path = os.path.expandvars(manifest_item['output_path'])
[all …]
Dtfm_generated_file_list.yaml10 # The path of "template" can be relative path to TF-M root or absolute path
11 # The path of "output" must be relative path to the root for generated files
Dtfm_manifest_list.yaml10 # The "manifest" field must be a path relative to this file, a path relative to
12 # the TF-M root directory), or an absolute path.
15 # - "output_path", if it is a absolute path - not recommended
16 # - generated_file_root/"output_path", if "output_path" is relative path
18 # * generated_file_root is the path passed to tfm_parse_manifest_list.py
/trusted-firmware-m-latest/docs/getting_started/
Dtfm_getting_started.rst78 4. add CMake path into environment:
82 export PATH=<CMake path>/bin:$PATH
98 3. add CMake path into environment:
102 set PATH=<CMake_Path>\bin;%PATH%
165 export PATH=<ARM_CLANG_PATH>/bin:$PATH
177 set PATH=<ARM_CLANG_PATH>\bin;%PATH%
201 export PATH=<GNU_ARM_PATH>/bin:$PATH
210 set PATH=<GNU_ARM_PATH>\bin;%PATH%
229 export PATH=<IAR_COMPILER_PATH>/bin:$PATH
238 set PATH=<IAR_COMPILER_PATH>\bin;%PATH%
[all …]
/trusted-firmware-m-latest/docs/configuration/
Dkconfig_header_file_system.svg4path d="M 1002 385 C 1004.76 385 1007 387.24 1007 390 L 1007 567.08 Q 967 543.84 927 567.08 Q 887 …
Dheader_file_config_diagram.svg4path d="M 714 400 C 716.76 400 719 402.24 719 405 L 719 584 Q 661.5 555.2 604 584 Q 546.5 612.8 48…
/trusted-firmware-m-latest/docs/design_docs/media/
Dspmabitypes.svg3path d="M 91 30.58 Q 91 30.58 160.9 30.58" fill="none" stroke="#006666" stroke-width="3" stroke-mi…
Dspestate.svg4path d="M 193 196 Q 193 196 242.9 196" fill="none" stroke="#006666" stroke-width="3" stroke-miterl…
Dtwocalltypes.svg3path d="M 15 38 L 288.63 38" fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dasharray=…
Dtfmdev.svg3path d="M 278 78 Q 278 78 307.9 78" fill="none" stroke="#006666" stroke-width="3" stroke-miterlimi…
/trusted-firmware-m-latest/config/
Dconfig_base.cmake13 … ${CMAKE_SOURCE_DIR}/toolchain_GNUARM.cmake CACHE FILEPATH "Path to TFM compiler too…
14 …rm to build TF-M for. Must be either a relative path from [TF-M]/platform/ext/target, or an absolu…
17 set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/api_ns CACHE PATH "Install prefix")
38 set(MBEDCRYPTO_PATH "DOWNLOAD" CACHE PATH "Path to Mbed Crypto (or DOWNLO…
41 … "https://github.com/Mbed-TLS/mbedtls.git" CACHE STRING "The URL (or path) to retrieve MbedTL…
43 set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD t…
47 set(PLATFORM_PSA_ADAC_SOURCE_PATH "DOWNLOAD" CACHE PATH "Path to source dir of psa-adac…
61 set(NS_EVALUATION_APP_PATH "" CACHE PATH "Path to TFM NS Evaluation Appl…
73 set(TFM_EXTRA_CONFIG_PATH "" CACHE PATH "Path to extra cmake config fil…
77 set(TFM_CODE_SHARING OFF CACHE PATH "Enable code sharing between MC…
[all …]
Dtfm_platform.cmake25 # Get the absolute path of the platform
27 …set(TFM_PLATFORM ${PLATFORM_ABS_PATH} CACHE STRING "Target platform set as an absolute path." FORC…
35 # If TFM_PLATFORM is an absolute path which maybe inputed by developer or
37 # relative path here.
40 …FORM "${TFM_PLATFORM_RELATIVE_PATH}" CACHE STRING "Target platform set as an relative path." FORCE)
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cc3x_asset_prov_rt/
Dasset_util_rt_helper.py22 CURRENT_PATH = sys.path[0]
25 # The function returns the path of the DLL - fixed path (relative to script path)
28 path = str()
29 path = CURRENT_PATH
36 path_new = path + path_div + ".." + path_div
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cmpu_asset_pkg_util/
Dcmpu_util_helper.py22 CURRENT_PATH = sys.path[0]
25 # The function returns the path of the DLL - fixed path (relative to script path)
28 path = str()
29 path = CURRENT_PATH
36 path_new = path + path_div + ".." + path_div
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/common/
Ddmpu_util_helper.py17 CURRENT_PATH = sys.path[0]
24 # The function returns the path of the DLL - fixed path (relative to script path)
27 path = str()
28 path = CURRENT_PATH
35 path_new = path + path_div + ".." + path_div
/trusted-firmware-m-latest/tools/kconfig/
Dtfm_kconfig.py33 '-o', '--output-path',
56 If .config is found in output-path, this file list is ignored.'
99 output_dir = os.path.dirname(dot_config)
100 cmake_file = os.path.join(output_dir, 'project_config.cmake')
101 header_file = os.path.join(output_dir, 'project_config.h')
248 dot_config = os.path.abspath(os.path.join(args.output_path, '.config'))
253 # Load Kconfig file. kconfig_file is the root Kconfig file. The path is
260 if not os.path.exists(args.output_path):
263 if os.path.exists(dot_config):
277 # Change program execution path to the output folder path because menuconfigs do not support
[all …]
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/
Dtfm_manifest_list.yaml10 # The "manifest" field must be a path relative to this file, a path relative to
12 # the TF-M root directory), or an absolute path.
15 # - "output_path", if it is a absolute path - not recommended
16 # - generated_file_root/"output_path", if "output_path" is relative path
18 # * generated_file_root is the path passed to tfm_parse_manifest_list.py
/trusted-firmware-m-latest/platform/ext/target/arm/mps2/an521/
Dgenerated_file_list.yaml10 # The path of "template" can be relative path to TF-M root or absolute path
11 # The path of "output" must be relative path to the root for generated files
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/
Dgenerated_file_list.yaml10 # The path of "template" can be relative path to TF-M root or absolute path
11 # The path of "output" must be relative path to the root for generated files
/trusted-firmware-m-latest/platform/ext/target/stm/common/
Dgenerated_file_list.yaml10 # The path of "template" can be relative path to TF-M root or absolute path
11 # The path of "output" must be relative path to the root for generated files
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/
Dtfm_manifest_list.yaml10 # The "manifest" field must be a path relative to this file, a path relative to
12 # the TF-M root directory), or an absolute path.
15 # - "output_path", if it is a absolute path - not recommended
16 # - generated_file_root/"output_path", if "output_path" is relative path
18 # * generated_file_root is the path passed to tfm_parse_manifest_list.py
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/
Dtfm_manifest_list.yaml7 # The "manifest" field must be a path relative to this file, a path relative to
9 # the TF-M root directory), or an absolute path.
12 # - "output_path", if it is a absolute path - not recommended
13 # - generated_file_root/"output_path", if "output_path" is relative path
15 # * generated_file_root is the path passed to tfm_parse_manifest_list.py
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_dm/
Ddm_create_provisioning_data.py18 # Add the cwd to the path so that if there is a version of imgtool in there then
22 sys.path = [cwd] + sys.path
24 parser_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../'))
25 sys.path.append(parser_path)
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_data.py16 # Add the cwd to the path so that if there is a version of imgtool in there then
20 sys.path = [cwd] + sys.path
24 parser_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../'))
25 sys.path.append(parser_path)
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_data.py16 # Add the cwd to the path so that if there is a version of imgtool in there then
20 sys.path = [cwd] + sys.path
24 parser_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '../'))
25 sys.path.append(parser_path)

123456789