Home
last modified time | relevance | path

Searched full:entry_init (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.yaml14 "entry_init": "tfm_its_entry",
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/
Dtfm_platform.yaml13 "entry_init": "platform_sp_init",
/trusted-firmware-m-latest/secure_fw/partitions/platform/
Dtfm_platform.yaml14 "entry_init": "platform_sp_init",
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/
Dtfm_crypto.yaml14 "entry_init": "tfm_crypto_init",
Dtfm_protected_storage.yaml14 "entry_init": "tfm_ps_entry",
/trusted-firmware-m-latest/secure_fw/partitions/firmware_update/
Dtfm_firmware_update.yaml14 "entry_init": "tfm_fwu_entry",
/trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/
Dtfm_initial_attestation.yaml14 "entry_init": "attest_partition_init",
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/
Dtfm_protected_storage.yaml14 "entry_init": "tfm_ps_entry",
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dtfm_crypto.yaml14 "entry_init": "tfm_crypto_init",
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/
Dtfm_crypto.yaml16 "entry_init": "tfm_crypto_init",
Dtfm_initial_attestation.yaml16 "entry_init": "attest_partition_init",
/trusted-firmware-m-latest/tools/templates/
Dpartition_load_info.template55 {% elif manifest.entry_init %}
56 extern psa_status_t {{manifest.entry_init}}(void);
/trusted-firmware-m-latest/tools/
Dtfm_parse_manifest_list.py39 '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/
Dtfm_secure_partition_addition.rst103 ``"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