Skip to content

Commit

Permalink
doc: tfm: Add partition information
Browse files Browse the repository at this point in the history
Add information from TF-M partitions:
- CONFIG_TFM_PARTITION_PLATFORM
- CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE
- CONFIG_TFM_PARTITION_CRYPTO
- CONFIG_TFM_PARTITION_PROTECTED_STORAGE
- CONFIG_TFM_PARTITION_INITIAL_ATTESTATION

Signed-off-by: Markus Lassila <[email protected]>
  • Loading branch information
MarkusLassila committed Jan 20, 2025
1 parent 68f644d commit de44e9e
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 14 deletions.
6 changes: 6 additions & 0 deletions doc/nrf/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@
.. _`PSA Certified Crypto API 1.2.1`: https://arm-software.github.io/psa-api/crypto/1.2/
.. _`PSA Certified Crypto API 1.2 PAKE Extension Final 1`: https://arm-software.github.io/psa-api/crypto/1.2/ext-pake/
.. _`PSA functions for key management`: https://arm-software.github.io/psa-api/crypto/1.1/api/keys/management.html
.. _`PSA Certified Secure Storage API 1.0`: https://arm-software.github.io/psa-api/storage/1.0/
.. _`PSA Certified Attestation API 1.0`: https://arm-software.github.io/psa-api/attestation/1.0/

.. _`Memfault WebBluetooth Client`: https://memfault.github.io/web-ble-example/

Expand Down Expand Up @@ -472,7 +474,11 @@

.. _`TF-M documentation`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/index.html
.. _`TF-M secure partition integration guide`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/integration_guide/services/tfm_secure_partition_addition.html
.. _`TF-M Platform`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/integration_guide/services/tfm_platform_integration_guide.html
.. _`TF-M ITS`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/integration_guide/services/tfm_its_integration_guide.html
.. _`TF-M Crypto`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/integration_guide/services/tfm_crypto_integration_guide.html
.. _`TF-M PS`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/integration_guide/services/tfm_ps_integration_guide.html
.. _`TF-M Attestation`: https://docs.nordicsemi.com/bundle/ncs-latest/page/tfm/integration_guide/services/tfm_attestation_integration_guide.html

.. _`HCI Events`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/api.html#hci_events

Expand Down
Loading

0 comments on commit de44e9e

Please sign in to comment.