Searched full:dependencies (Results 1 – 25 of 84) sorted by relevance
1234
| /trusted-firmware-m-latest/tools/ |
| D | tfm_parse_manifest_list.py | 39 …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/ |
| D | kconfig_system.rst | 11 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.
|
| D | header_file_system.rst | 53 dependencies. ``config_<comp_name>_check.h`` shall include ``config_tfm.h``
|
| /trusted-firmware-m-latest/bl2/ext/mcuboot/scripts/wrapper/ |
| D | wrapper.py | 72 @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/ |
| D | tfm_getting_started.rst | 61 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/ |
| D | Kconfig.platform | 8 ################################# Platform dependencies ######################## 22 ################################# Test dependencies ############################
|
| D | Kconfig | 24 ################################# Crypto dependencies ##########################
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/ |
| D | tfm_platform.yaml | 26 "dependencies": [
|
| /trusted-firmware-m-latest/secure_fw/partitions/firmware_update/ |
| D | tfm_firmware_update.yaml | 28 "dependencies": [
|
| /trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/ |
| D | tfm_initial_attestation.yaml | 28 "dependencies": [
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/ |
| D | tfm_protected_storage.yaml | 27 "dependencies": [
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/ |
| D | tfm_protected_storage.yaml | 27 "dependencies": [
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | tfm_crypto.yaml | 28 "dependencies": [
|
| /trusted-firmware-m-latest/platform/ext/target/lairdconnectivity/common/core/ |
| D | CMakeLists.txt | 16 #========================= Platform dependencies ===============================# 22 # Specify the location of platform specific build dependencies.
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | config_adjust_x509.h | 7 * Automatically enable certain dependencies. Generally, MBEDTLS_xxx
|
| D | config_adjust_ssl.h | 7 * Automatically enable certain dependencies. Generally, MBEDTLS_xxx
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/ |
| D | tfm_initial_attestation.yaml | 30 "dependencies": [
|
| /trusted-firmware-m-latest/docs/building/ |
| D | tfm_build_instruction.rst | 222 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/ |
| D | CMakeLists.txt | 65 # 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/ |
| D | crypto_adjust_config_dependencies.h | 3 * \brief Adjust PSA configuration by resolving some dependencies.
|
| /trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/ |
| D | CMakeLists.txt | 33 #========================= Platform dependencies ===============================# 39 # Specify the location of platform specific build dependencies.
|
| /trusted-firmware-m-latest/platform/ext/target/stm/nucleo_l552ze_q/ |
| D | config.cmake | 16 ################################## Dependencies ################################
|
| D | CMakeLists.txt | 17 # Specify the location of platform specific build dependencies.
|
| /trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/ |
| D | config.cmake | 16 ################################## Dependencies ################################
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/ |
| D | config.cmake | 9 ################################## Dependencies ################################
|
1234