Home
last modified time | relevance | path

Searched full:pid (Results 1 – 25 of 48) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/
Dtfm_manifest_list.yaml31 "pid": 262,
46 "pid": 256,
60 "pid": 257,
74 "pid": 259,
89 "pid": 260,
103 "pid": 261,
117 "pid": 271,
/trusted-firmware-m-latest/tools/
Dtfm_manifest_list.yaml34 "pid": 262,
49 "pid": 256,
63 "pid": 257,
77 "pid": 259,
92 "pid": 260,
106 "pid": 261,
120 "pid": 271,
Dtfm_parse_manifest_list.py31 # PID[0, TFM_PID_BASE - 1] are reserved for TF-M SPM and test usages
98 def manifest_validation(manifest, pid): argument
102 The validation is skipped for TF-M specific Partitions (PID < TFM_PID_BASE).
124 if (pid == None or pid >= TFM_PID_BASE) \
343 if 'pid' not in manifest_item.keys():
345 pid = None
347 pid = manifest_item['pid']
350 if pid in pid_list:
351 raise Exception('PID No. {} has already been used!'.format(pid))
353 pid_list.append(pid)
[all …]
Dtfm_generated_file_list.yaml26 "description": "PID H file",
27 "template": "interface/include/psa_manifest/pid.h.template",
28 "output": "interface/include/psa_manifest/pid.h"
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/
Dtfm_manifest_list.yaml34 "pid": 3,
49 "pid": 256,
63 "pid": 259,
77 "pid": 260,
91 "pid": 261,
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/
Dtfm_manifest_list.yaml34 "pid": 262,
49 "pid": 259,
63 "pid": 260,
77 "pid": 261,
/trusted-firmware-m-latest/secure_fw/spm/core/
Dspm_ipc.c35 #include "psa_manifest/pid.h"
115 if (p_part->p_ldinf->pid == partition_id) { in tfm_spm_get_partition_by_id()
289 if (partition_id != p_conn_handle->service->partition->p_ldinf->pid) { in spm_msg_handle_to_connection()
328 return partition->p_ldinf->pid; in tfm_spm_partition_get_running_partition_id()
Dinterrupt.c166 if (p_ildi->pid != p_part->p_ldinf->pid) { in spm_handle_interrupt()
Dstack_watermark.c57 SPMLOG_VAL(" Partition id: ", p_pt->p_ldinf->pid); in dump_used_stacks()
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_manifest_tool_user_guide.rst17 as ``psa_manifest/pid.h`` and ``psa_manifest/sid.h``.
123 - ``pid``
127 The Secure Partition ID (PID).
131 for the PID allocations.
Dtfm_secure_partition_addition.rst165 "pid": 290,
181 ``<TF-M build folder>generated/interface/include/psa_manifest/pid.h``. Each
191 .. table:: PID table
195 **Secure Partitions** **PID Range**
207 PID allocations.
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/Include/
DDriver_USB.h29 * Added PID Types
56 /* USB PID Types */
/trusted-firmware-m-latest/interface/include/psa_manifest/
Dpid.h.template19 #define {{"%-62s"|format(partition.manifest.name)}} ({{partition.attr.pid}})
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/
Dps_filesystem_interface.c11 #include "psa_manifest/pid.h"
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/
Dits_crypto_interface.h12 #include "psa_manifest/pid.h"
Dits_crypto_interface.c13 #include "psa_manifest/pid.h"
/trusted-firmware-m-latest/secure_fw/spm/include/load/
Dinterrupt_defs.h26 int32_t pid; /* Owner Partition ID */ member
Dpartition_defs.h94 int32_t pid; /* Partition ID */ member
/trusted-firmware-m-latest/tools/templates/
Dpartition_load_info.template24 #include "psa_manifest/pid.h"
110 .pid = {{manifest.name}},
282 .pid = {{manifest.name}},
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dusbd.h414 * @brief Set USB DATA1 PID for the specified endpoint ID
420 …* @details Set DSQ_SYNC bit of USB_CFGx register to specify the DATA1 PID for the following IN …
421 …* Base on this setting, hardware will toggle PID between DATA0 and DATA1 automatically…
427 * @brief Set USB DATA0 PID for the specified endpoint ID
433 …* @details Clear DSQ_SYNC bit of USB_CFGx register to specify the DATA0 PID for the following I…
434 …* Base on this setting, hardware will toggle PID between DATA0 and DATA1 automatically…
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dusbd.h414 * @brief Set USB DATA1 PID for the specified endpoint ID
420 …* @details Set DSQ_SYNC bit of USB_CFGx register to specify the DATA1 PID for the following IN …
421 …* Base on this setting, hardware will toggle PID between DATA0 and DATA1 automatically…
427 * @brief Set USB DATA0 PID for the specified endpoint ID
433 …* @details Clear DSQ_SYNC bit of USB_CFGx register to specify the DATA0 PID for the following I…
434 …* Base on this setting, hardware will toggle PID between DATA0 and DATA1 automatically…
/trusted-firmware-m-latest/secure_fw/partitions/idle_partition/
Dload_info_idle_sp.c54 .pid = TFM_SP_IDLE,
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/
Dload_info_ns_agent_tz.c65 .pid = TFM_SP_TZ_AGENT,
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Dcrypto_keys.c11 #include "psa_manifest/pid.h"
/trusted-firmware-m-latest/platform/ext/common/template/
Dcrypto_keys.c21 #include "psa_manifest/pid.h"

12