| /trusted-firmware-m-latest/tools/ |
| D | tfm_parse_manifest_list.py | 38 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/ |
| D | partition_load_info.template | 105 {% 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 %}
|
| D | manifestfilename.template | 37 {% if manifest.psa_framework_version == 1.0 %}
|
| /trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/ |
| D | psa_api_ipc.c | 15 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/ |
| D | psa_version_api.c | 17 return PSA_FRAMEWORK_VERSION; in tfm_spm_client_psa_framework_version()
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/ |
| D | psa_api_veneers_v80m.c | 39 #pragma required = psa_framework_version 98 " bl "M2S(psa_framework_version)" \n" in tfm_psa_framework_version_veneer()
|
| D | psa_api_veneers.c | 33 ret = psa_framework_version(); in tfm_psa_framework_version_veneer()
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | client.h | 31 #define PSA_FRAMEWORK_VERSION (0x0101u) macro 105 uint32_t psa_framework_version(void);
|
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/ |
| D | tfm_internal_trusted_storage.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/ |
| D | tfm_platform.yaml | 8 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/secure_fw/partitions/platform/ |
| D | tfm_platform.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/ |
| D | tfm_crypto.yaml | 9 "psa_framework_version": 1.1,
|
| D | tfm_protected_storage.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/interface/src/ |
| D | tfm_tz_psa_ns_api.c | 14 uint32_t psa_framework_version(void) in psa_framework_version() function
|
| /trusted-firmware-m-latest/secure_fw/partitions/firmware_update/ |
| D | tfm_firmware_update.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/ |
| D | tfm_initial_attestation.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/ |
| D | tfm_protected_storage.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | tfm_crypto.yaml | 9 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/ |
| D | ns_agent_mailbox.yaml | 12 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/ |
| D | tfm_crypto.yaml | 11 "psa_framework_version": 1.1,
|
| D | tfm_initial_attestation.yaml | 11 "psa_framework_version": 1.1,
|
| D | ns_agent_mailbox.yaml | 14 "psa_framework_version": 1.1,
|
| /trusted-firmware-m-latest/docs/design_docs/dual-cpu/ |
| D | communication_prototype_between_nspe_and_spe_in_dual_core_systems.rst | 268 - 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/ |
| D | tfm_multi_core_psa_ns_api.c | 41 uint32_t psa_framework_version(void) in psa_framework_version() function
|
| /trusted-firmware-m-latest/secure_fw/spm/include/interface/ |
| D | runtime_defs.h | 32 uint32_t (*psa_framework_version)(void); member
|