Home
last modified time | relevance | path

Searched full:psa_framework_version (Results 1 – 25 of 33) sorted by relevance

12

/trusted-firmware-m-latest/tools/
Dtfm_parse_manifest_list.py38 ffm_manifest_attributes = ['psa_framework_version', 'name', 'type', 'priority', 'model', 'entry_poi…
108 # "psa_framework_version" validation
109 if manifest['psa_framework_version'] not in [1.0, 1.1]:
110 raise Exception('Invalid psa_framework_version of {}'.format(manifest['name']))
129 if manifest['psa_framework_version'] == 1.0:
154 if manifest['psa_framework_version'] == 1.0:
588 if partition['manifest']['psa_framework_version'] < 1.1:
/trusted-firmware-m-latest/tools/templates/
Dpartition_load_info.template105 {% if manifest.psa_framework_version == 1.0 %}
107 {% elif manifest.psa_framework_version == 1.1 %}
265 {% if manifest.psa_framework_version == 1.1 and irq.handling == "FLIH" %}
270 {% if manifest.psa_framework_version == 1.0 %}
Dmanifestfilename.template37 {% if manifest.psa_framework_version == 1.0 %}
/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dpsa_api_ipc.c15 uint32_t psa_framework_version(void) in psa_framework_version() function
17 return PART_METADATA()->psa_fns->psa_framework_version(); in psa_framework_version()
/trusted-firmware-m-latest/secure_fw/spm/core/
Dpsa_version_api.c17 return PSA_FRAMEWORK_VERSION; in tfm_spm_client_psa_framework_version()
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/
Dpsa_api_veneers_v80m.c39 #pragma required = psa_framework_version
98 " bl "M2S(psa_framework_version)" \n" in tfm_psa_framework_version_veneer()
Dpsa_api_veneers.c33 ret = psa_framework_version(); in tfm_psa_framework_version_veneer()
/trusted-firmware-m-latest/interface/include/psa/
Dclient.h31 #define PSA_FRAMEWORK_VERSION (0x0101u) macro
105 uint32_t psa_framework_version(void);
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/
Dtfm_platform.yaml8 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/secure_fw/partitions/platform/
Dtfm_platform.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/
Dtfm_crypto.yaml9 "psa_framework_version": 1.1,
Dtfm_protected_storage.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/interface/src/
Dtfm_tz_psa_ns_api.c14 uint32_t psa_framework_version(void) in psa_framework_version() function
/trusted-firmware-m-latest/secure_fw/partitions/firmware_update/
Dtfm_firmware_update.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/
Dtfm_initial_attestation.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/
Dtfm_protected_storage.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dtfm_crypto.yaml9 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/
Dns_agent_mailbox.yaml12 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/
Dtfm_crypto.yaml11 "psa_framework_version": 1.1,
Dtfm_initial_attestation.yaml11 "psa_framework_version": 1.1,
Dns_agent_mailbox.yaml14 "psa_framework_version": 1.1,
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst268 - For ``psa_framework_version()`` and ``psa_version()``, the PSA client call
293 - `Replying routine for psa_framework_version() and psa_version()`_ describes
294 the routine for ``psa_framework_version()`` and ``psa_version()``.
298 Replying routine for psa_framework_version() and psa_version()
301 For ``psa_framework_version()`` and ``psa_version()``, the return value can be
494 TF-M RPC handler for psa_framework_version().
509 ``tfm_rpc_psa_framework_version()`` invokes common ``psa_framework_version()``
/trusted-firmware-m-latest/interface/src/multi_core/
Dtfm_multi_core_psa_ns_api.c41 uint32_t psa_framework_version(void) in psa_framework_version() function
/trusted-firmware-m-latest/secure_fw/spm/include/interface/
Druntime_defs.h32 uint32_t (*psa_framework_version)(void); member

12