Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport v2.8-branch] doc improvement: updates to the Using companion components page #18346

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/nrf/app_dev/companion_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ The following table lists the available companion components:
- :ref:`Sample requirements <suit_recovery_reqs>`
- :file:`samples/suit/recovery`
- :ref:`Sample's building and running section <suit_recovery_build_run>`
* - :ref:`Secure Domain Firmware <ug_nrf54h20_secure_domain>`
- Secure Domain Firmware exposes security services to the other cores through an IPC interface and is part of Platform Root of Trust (PRoT).
- :ref:`nRF54H20 DK <ug_nrf54h20_gs>`
- :file:`nrf54h20_soc_binaries_v0.6.5.zip` (This component is not yet fully integrated in the |NCS| and is currently distributed as a bundle.)
- :ref:`ug_nrf54h20_SoC_binaries`
* - :ref:`System Controller Firmware <ug_nrf54h20_sys_ctrl>`
- System Controller Firmware performs system clock and power management operations delegated by Secure Domain and is part of Platform Root of Trust (PRoT).
- :ref:`nRF54H20 DK <ug_nrf54h20_gs>`
- :file:`nrf54h20_soc_binaries_v0.6.5.zip` (This component is not yet fully integrated in the |NCS| and is currently distributed as a bundle.)
- :ref:`ug_nrf54h20_SoC_binaries`
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ This CPU is intended to implement software-defined peripherals.
.. note::
FLPR firmware support is not available during the customer sampling.

.. _ug_nrf54h20_secure_domain:

Secure Domain
*************

Expand All @@ -140,6 +142,8 @@ Since the nRF54H platform supports global resource sharing, where memory partiti

The Secure Domain Firmware (SDFW) exposes security-related services to the Cores in the system located in local domains (like Application and Radio).

.. _ug_nrf54h20_sys_ctrl:

System Controller
*****************

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ To prepare the nRF54H20 DK for first use, you must manually program the values o

.. rst-class:: numbered-step

.. _ug_nrf54h20_SoC_binaries:

Programming the nRF54H20 SoC binaries
=====================================

Expand Down
Loading