Searched full:entry_init (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/ |
D | tfm_internal_trusted_storage.yaml | 14 "entry_init": "tfm_its_entry",
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/platform/ |
D | tfm_platform.yaml | 14 "entry_init": "platform_sp_init",
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/ |
D | tfm_protected_storage.yaml | 14 "entry_init": "tfm_ps_entry",
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/ |
D | tfm_crypto.yaml | 14 "entry_init": "tfm_crypto_init",
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/ |
D | tfm_firmware_update.yaml | 14 "entry_init": "tfm_fwu_entry",
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/initial_attestation/ |
D | tfm_initial_attestation.yaml | 14 "entry_init": "attest_partition_init",
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/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-3.4.0/tools/templates/ |
D | partition_load_info.template | 55 {% elif manifest.entry_init %} 56 extern psa_status_t {{manifest.entry_init}}(void);
|
/trusted-firmware-m-3.4.0/docs/integration_guide/services/ |
D | tfm_secure_partition_addition.rst | 98 ``"entry_point"``, and optionally replace it with ``"entry_init"``. 396 function, which is declared as the ``entry_init`` symbol as mentioned in 397 section `Add manifest`_. After initialization, the entry_init function
|
/trusted-firmware-m-3.4.0/tools/ |
D | tfm_parse_manifest_list.py | 139 if 'entry_init' in manifest.keys(): 140 manifest['entry'] = manifest['entry_init']
|