Home
last modified time | relevance | path

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

12

/trusted-firmware-m-3.5.0/tools/
Dtfm_manifest_list.yaml32 "pid": 0,
46 "pid": 256,
60 "pid": 257,
74 "pid": 259,
89 "pid": 260,
103 "pid": 261,
117 "pid": 271,
Dtfm_parse_manifest_list.py31 # PID[0, TFM_PID_BASE - 1] are reserved for TF-M SPM and test usages
92 def manifest_validation(manifest, pid): argument
96 The validation is skipped for TF-M specific Partitions (PID < TFM_PID_BASE).
118 if (pid == None or pid >= TFM_PID_BASE) \
312 if 'pid' not in manifest_item.keys():
314 pid = None
316 pid = manifest_item['pid']
319 if pid in pid_list:
320 raise Exception('PID No. {} has already been used!'.format(pid))
322 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"
Dtfm_psa_ff_test_manifest_list.yaml23 "pid": 5000,
40 "pid": 5001,
57 "pid": 5002,
/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/common/manifest/
Dtfm_manifest_list.yaml32 "pid": 0,
46 "pid": 259,
60 "pid": 260,
74 "pid": 261,
/trusted-firmware-m-3.5.0/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.rst144 ``<TF-M build folder>generated/interface/include/psa_manifest/pid.h``. Each
154 .. table:: PID table
158 **Secure Partitions** **PID Range**
170 PID allocations.
337 "pid": 290,
/trusted-firmware-m-3.5.0/secure_fw/spm/cmsis_psa/
Dspm_ipc.c37 #include "psa_manifest/pid.h"
246 if (p_part->p_ldinf->pid == partition_id) { in tfm_spm_get_partition_by_id()
351 if (partition_id != p_conn_handle->service->partition->p_ldinf->pid) { in spm_msg_handle_to_connection()
395 return partition->p_ldinf->pid; in tfm_spm_partition_get_running_partition_id()
Drom_loader.c95 if (p_ptldinf->pid < 0) { in load_a_partition_assuredly()
/trusted-firmware-m-3.5.0/secure_fw/spm/ffm/
Dinterrupt.c152 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()
Dtfm_boot_data.c14 #include "psa_manifest/pid.h"
/trusted-firmware-m-3.5.0/interface/include/psa_manifest/
Dpid.h.template19 #define {{"%-62s"|format(partition.manifest.name)}} ({{partition.attr.pid}})
/trusted-firmware-m-3.5.0/tools/templates/
Dpartition_load_info.template24 #include "psa_manifest/pid.h"
110 .pid = {{manifest.name}},
274 .pid = {{manifest.name}},
/trusted-firmware-m-3.5.0/secure_fw/spm/include/load/
Dinterrupt_defs.h26 int32_t pid; /* Owner Partition ID */ member
Dpartition_defs.h88 int32_t pid; /* Partition ID */ member
/trusted-firmware-m-3.5.0/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-3.5.0/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-3.5.0/secure_fw/partitions/idle_partition/
Dload_info_idle_sp.c53 .pid = TFM_SP_IDLE_ID,
/trusted-firmware-m-3.5.0/secure_fw/partitions/ns_agent_tz/
Dload_info_ns_agent_tz.c64 .pid = 0,
/trusted-firmware-m-3.5.0/platform/ext/common/template/
Dcrypto_keys.c21 #include "psa_manifest/pid.h"
/trusted-firmware-m-3.5.0/secure_fw/partitions/platform/
Dplatform_sp.c13 #include "psa_manifest/pid.h"
/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/common/
Dcrypto_keys.c14 #include "psa_manifest/pid.h"
/trusted-firmware-m-3.5.0/platform/ext/target/nuvoton/common/bsp/Include/
Dusbd_reg.h75 * | | |0 = DATA0 PID.
76 * | | |1 = DATA1 PID.
77 … * | | |For IN token, DSQSYNC specify DATA0 or DATA1 PID in transfer data packet.
78 … * | | |For OUT token, DSQSYNC specify DATA0 or DATA1 PID in received data packet.
/trusted-firmware-m-3.5.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.c22 #include "psa_manifest/pid.h"

12