| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/ |
| D | tfm_manifest_list.yaml | 31 "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/ |
| D | tfm_manifest_list.yaml | 34 "pid": 262, 49 "pid": 256, 63 "pid": 257, 77 "pid": 259, 92 "pid": 260, 106 "pid": 261, 120 "pid": 271,
|
| D | tfm_parse_manifest_list.py | 31 # 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 …]
|
| D | tfm_generated_file_list.yaml | 26 "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/ |
| D | tfm_manifest_list.yaml | 34 "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/ |
| D | tfm_manifest_list.yaml | 34 "pid": 262, 49 "pid": 259, 63 "pid": 260, 77 "pid": 261,
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | spm_ipc.c | 35 #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()
|
| D | interrupt.c | 166 if (p_ildi->pid != p_part->p_ldinf->pid) { in spm_handle_interrupt()
|
| D | stack_watermark.c | 57 SPMLOG_VAL(" Partition id: ", p_pt->p_ldinf->pid); in dump_used_stacks()
|
| /trusted-firmware-m-latest/docs/integration_guide/services/ |
| D | tfm_manifest_tool_user_guide.rst | 17 as ``psa_manifest/pid.h`` and ``psa_manifest/sid.h``. 123 - ``pid`` 127 The Secure Partition ID (PID). 131 for the PID allocations.
|
| D | tfm_secure_partition_addition.rst | 165 "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/ |
| D | Driver_USB.h | 29 * Added PID Types 56 /* USB PID Types */
|
| /trusted-firmware-m-latest/interface/include/psa_manifest/ |
| D | pid.h.template | 19 #define {{"%-62s"|format(partition.manifest.name)}} ({{partition.attr.pid}})
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/ |
| D | ps_filesystem_interface.c | 11 #include "psa_manifest/pid.h"
|
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/ |
| D | its_crypto_interface.h | 12 #include "psa_manifest/pid.h"
|
| D | its_crypto_interface.c | 13 #include "psa_manifest/pid.h"
|
| /trusted-firmware-m-latest/secure_fw/spm/include/load/ |
| D | interrupt_defs.h | 26 int32_t pid; /* Owner Partition ID */ member
|
| D | partition_defs.h | 94 int32_t pid; /* Partition ID */ member
|
| /trusted-firmware-m-latest/tools/templates/ |
| D | partition_load_info.template | 24 #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/ |
| D | usbd.h | 414 * @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/ |
| D | usbd.h | 414 * @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/ |
| D | load_info_idle_sp.c | 54 .pid = TFM_SP_IDLE,
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/ |
| D | load_info_ns_agent_tz.c | 65 .pid = TFM_SP_TZ_AGENT,
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ |
| D | crypto_keys.c | 11 #include "psa_manifest/pid.h"
|
| /trusted-firmware-m-latest/platform/ext/common/template/ |
| D | crypto_keys.c | 21 #include "psa_manifest/pid.h"
|