Home
last modified time | relevance | path

Searched full:dependencies (Results 1 – 25 of 84) sorted by relevance

1234

/trusted-firmware-m-latest/tools/
Dtfm_parse_manifest_list.py39 …ze', 'description', 'entry_init', 'heap_size', 'mmio_regions', 'services', 'irqs', 'dependencies',\
185 dependencies = manifest['dependencies'].copy() \
186 if 'dependencies' in manifest else []
187 dependencies += manifest['weak_dependencies'].copy() \
190 'dependencies': [service_partition_map[dependency]
191 for dependency in dependencies
203 Recursively validate if the given partition and its dependencies
209 - dependency_table: dict of partitions and their dependencies
210 - dependency_chain: list of dependencies in current chain
219 for dependency in dependency_table[partition]['dependencies']:
/trusted-firmware-m-latest/docs/configuration/
Dkconfig_system.rst11 It handles dependencies and validations automatically when you change configurations so that the
46 And dependencies between config options are taken care of.
68 a graphic interface for you to easily change the options without worrying about dependencies.
Dheader_file_system.rst53 dependencies. ``config_<comp_name>_check.h`` shall include ``config_tfm.h``
/trusted-firmware-m-latest/bl2/ext/mcuboot/scripts/wrapper/
Dwrapper.py72 @click.option('-d', '--dependencies', callback=imgtool.main.get_dependencies,
95 dependencies, hex_addr, erased_val, save_enctlv, public_key_format, argument
139 img.create(key, public_key_format, enckey, dependencies, record_sw_type,
/trusted-firmware-m-latest/docs/getting_started/
Dtfm_getting_started.rst61 2. install dependencies:
105 Install python dependencies
109 dependencies.
122 dependencies. Install them with ``pip3``:
139 dependencies. Install them with ``pip3``:
/trusted-firmware-m-latest/platform/
DKconfig.platform8 ################################# Platform dependencies ########################
22 ################################# Test dependencies ############################
DKconfig24 ################################# Crypto dependencies ##########################
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/
Dtfm_platform.yaml26 "dependencies": [
/trusted-firmware-m-latest/secure_fw/partitions/firmware_update/
Dtfm_firmware_update.yaml28 "dependencies": [
/trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/
Dtfm_initial_attestation.yaml28 "dependencies": [
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/
Dtfm_protected_storage.yaml27 "dependencies": [
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/
Dtfm_protected_storage.yaml27 "dependencies": [
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dtfm_crypto.yaml28 "dependencies": [
/trusted-firmware-m-latest/platform/ext/target/lairdconnectivity/common/core/
DCMakeLists.txt16 #========================= Platform dependencies ===============================#
22 # Specify the location of platform specific build dependencies.
/trusted-firmware-m-latest/interface/include/mbedtls/
Dconfig_adjust_x509.h7 * Automatically enable certain dependencies. Generally, MBEDTLS_xxx
Dconfig_adjust_ssl.h7 * Automatically enable certain dependencies. Generally, MBEDTLS_xxx
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/
Dtfm_initial_attestation.yaml30 "dependencies": [
/trusted-firmware-m-latest/docs/building/
Dtfm_build_instruction.rst222 The TF-M build system will fetch all dependencies by default with appropriate
229 This will disable the automatic downloading for that dependencies and speed up
248 The recommended versions of the dependencies are listed in ``config/config_base.cmake``.
263 This is only required to be done once. For dependencies without ``.patch``
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
DCMakeLists.txt65 # Adding two targets as link-time dependencies of each other seems bad, but
239 # Adding two targets as link-time dependencies of each other seems bad, but
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto_adjust_config_dependencies.h3 * \brief Adjust PSA configuration by resolving some dependencies.
/trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/
DCMakeLists.txt33 #========================= Platform dependencies ===============================#
39 # Specify the location of platform specific build dependencies.
/trusted-firmware-m-latest/platform/ext/target/stm/nucleo_l552ze_q/
Dconfig.cmake16 ################################## Dependencies ################################
DCMakeLists.txt17 # Specify the location of platform specific build dependencies.
/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/
Dconfig.cmake16 ################################## Dependencies ################################
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/
Dconfig.cmake9 ################################## Dependencies ################################

1234