Searched full:entry_init (Results 1 – 14 of 14) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/ |
| D | tfm_internal_trusted_storage.yaml | 14 "entry_init": "tfm_its_entry",
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/ |
| D | tfm_platform.yaml | 13 "entry_init": "platform_sp_init",
|
| /trusted-firmware-m-latest/secure_fw/partitions/platform/ |
| D | tfm_platform.yaml | 14 "entry_init": "platform_sp_init",
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/ |
| D | tfm_crypto.yaml | 14 "entry_init": "tfm_crypto_init",
|
| D | tfm_protected_storage.yaml | 14 "entry_init": "tfm_ps_entry",
|
| /trusted-firmware-m-latest/secure_fw/partitions/firmware_update/ |
| D | tfm_firmware_update.yaml | 14 "entry_init": "tfm_fwu_entry",
|
| /trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/ |
| D | tfm_initial_attestation.yaml | 14 "entry_init": "attest_partition_init",
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/ |
| D | tfm_protected_storage.yaml | 14 "entry_init": "tfm_ps_entry",
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | tfm_crypto.yaml | 14 "entry_init": "tfm_crypto_init",
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/ |
| D | tfm_crypto.yaml | 16 "entry_init": "tfm_crypto_init",
|
| D | tfm_initial_attestation.yaml | 16 "entry_init": "attest_partition_init",
|
| /trusted-firmware-m-latest/tools/templates/ |
| D | partition_load_info.template | 55 {% elif manifest.entry_init %} 56 extern psa_status_t {{manifest.entry_init}}(void);
|
| /trusted-firmware-m-latest/tools/ |
| D | tfm_parse_manifest_list.py | 39 'stack_size', 'description', 'entry_init', 'heap_size', 'mmio_regions', 'services', 'irqs', 'depend… 145 if 'entry_init' in manifest.keys(): 146 manifest['entry'] = manifest['entry_init']
|
| /trusted-firmware-m-latest/docs/integration_guide/services/ |
| D | tfm_secure_partition_addition.rst | 103 ``"entry_point"``, and optionally replace it with ``"entry_init"``. 507 function, which is declared as the ``entry_init`` symbol as mentioned in 508 section `Add manifest`_. After initialization, the entry_init function
|