Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 76) sorted by relevance

1234

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Dcreate_bl1_1_dma_bin.py49 def parse_store(command, key, reference_string): argument
52 def parse_exec(command, key, reference_string): argument
57 if command['execute_link']:
64 def parse_size(command, key, reference_string): argument
75 def parse_base_address(command, key, reference_string): argument
78 def parse(command, key, reference_string): argument
81 return parse(command, key, split[0].lstrip()) - parse(command, key, split[1])
85 return parse(command, key, split[0].lstrip()) + parse(command, key, split[1])
89 return parse(command, key, split[0].lstrip()) // parse(command, key, split[1])
93 return parse(command, key, split[0].lstrip()) * parse(command, key, split[1])
[all …]
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/Native_Driver/generated_source/
Dcycfg_qspi_memslot.c31 .command = 0xECU,
49 .command = 0x06U,
67 .command = 0x04U,
85 .command = 0xDCU,
103 .command = 0x60U,
121 .command = 0x34U,
139 .command = 0x35U,
157 .command = 0x05U,
175 .command = 0x01U,
/trusted-firmware-m-latest/config/
Dtfm_build_log_config.cmake11 … CACHE BOOL "Output installation message generated by the install() command[ALWAYS,LAZY,NEVER…
16 … CACHE BOOL "Output installation message generated by the install() command[ALWAYS,LAZY,NEVER…
Dextra_build_config.cmake9 # Secure Partitions. These configs can be set from build command line or CMake
12 # recommended to use list(APPEND) command in CMake files/configs because they
Dset_config.cmake31 # selected via build command line. Otherwise, load SFN backend config by default.
32 # If a pair of invalid settings are passed via command line, it will be captured later via config
Dkconfig.cmake94 # The function distinguishes command-line variables and other ones and it can only handle one of
104 if("${HELP_STRING}" MATCHES "variable specified on the command line")
207 # Parse command-line variables
247 # command line or CMake files. It should be set to the file generated the Kconfig system.
248 # As this file set it itself, if the user re-run the CMake config command, the
251 …if("${HELP_STRING}" MATCHES "variable specified on the command line" OR NOT EXISTS ${DOTCONFIG_FIL…
/trusted-firmware-m-latest/docs/configuration/
Dkconfig_system.rst14 To use the Kconfig system, enable ``USE_KCONFIG_TOOL`` in command line.
48 enabled in build command line.
87 The support of passing configurations via command line is kept for the Kconfig system.
98 config options in that file, pass it via command line option ``-DKCONFIG_CONFIG_FILE``
109 The command line set options override the ones in the config file.
Dbuild_configuration.rst36 This means that command-line settings are not applied when they conflict
/trusted-firmware-m-latest/docs/platform/arm/rse/rom_releases/2024-04/
Dreadme.rst37 command:
45 issue by running the following command:
105 Build command
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_cm/
Dcm_create_provisioning_data.py19 @click.command(help='''Creates a .c file with the given keys, using the\n
DCMakeLists.txt17 …"The CM_PROVISIONING_KEYS_CONFIG is not set. If the keys are not passed via the command line then \
/trusted-firmware-m-latest/platform/ext/target/stm/common/build_stm/
Dreadme.txt10 The build configuration for TF-M is provided to the build system using command
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/
Dtiac_arm.cmd4 /* Description: This file is a sample command file that can be used */
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/
Dtiac_arm.cmd4 /* Description: This file is a sample command file that can be used */
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/
Dtiac_arm.cmd4 /* Description: This file is a sample command file that can be used */
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/
Dtiac_arm.cmd4 /* Description: This file is a sample command file that can be used */
/trusted-firmware-m-latest/bl2/
DCMakeLists.txt125 …Hint: The command might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcry…
162 …Hint: The command might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcry…
/trusted-firmware-m-latest/docs/building/
Dtests_build_instruction.rst53 All the test suite config options should be passed to the SPE build command, including NS ones.
54 The SPE building command also accepts all the other config options used to build a single TF-M.
Ddocumentation_generation.rst32 2. Directly, using the command line tools
132 Direct build using a command line tools
/trusted-firmware-m-latest/bl2/ext/mcuboot/
DCMakeLists.txt124 # If MCUBOOT_GENERATE_SIGNING_KEYPAIR=ON then the command should depend on that
135 # If MCUBOOT_GENERATE_SIGNING_KEYPAIR=ON then the command should depend on that
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_data.py57 @click.command(help='''Creates a .c file with the given keys, using the\n
/trusted-firmware-m-latest/
DKconfig.misc51 the command line. E.g.
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_data.py67 @click.command(help='''Creates a .c file with the given keys, using the\n
/trusted-firmware-m-latest/docs/platform/arm/rse/
Dreadme.rst43 key distributed with TF-M, use the following command::
89 command should be run. ``fiptool`` documentation can be found `here
108 If XIP mode is enabled, the following ``fiptool`` command should be run to
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_dm/
Ddm_create_provisioning_data.py59 @click.command(help='''Creates a .c file with the given keys, using the\n

1234