From 745d88fbab24c6a26b2cdcbe393aab4acce627dc Mon Sep 17 00:00:00 2001 From: divya pillai Date: Wed, 23 Oct 2024 18:38:21 +0200 Subject: [PATCH] doc: updates to the Using companion components page updates to the Using companion components page Signed-off-by: divya pillai (cherry picked from commit 5f04936a9fa9650fca91e9761191bfc9e5f73f70) --- doc/nrf/app_dev/companion_components.rst | 10 ++++++++++ .../nrf54h/ug_nrf54h20_architecture_cpu.rst | 4 ++++ .../working_with_nrf/nrf54h/ug_nrf54h20_gs.rst | 2 ++ 3 files changed, 16 insertions(+) diff --git a/doc/nrf/app_dev/companion_components.rst b/doc/nrf/app_dev/companion_components.rst index a848fd89c7c4..3c42be11b209 100644 --- a/doc/nrf/app_dev/companion_components.rst +++ b/doc/nrf/app_dev/companion_components.rst @@ -59,3 +59,13 @@ The following table lists the available companion components: - :ref:`Sample requirements ` - :file:`samples/suit/recovery` - :ref:`Sample's building and running section ` + * - :ref:`Secure Domain Firmware ` + - 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 ` + - :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 ` + - 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 ` + - :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` diff --git a/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_architecture_cpu.rst b/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_architecture_cpu.rst index 1c82309fa242..7b8b7de81587 100644 --- a/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_architecture_cpu.rst +++ b/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_architecture_cpu.rst @@ -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 ************* @@ -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 ***************** diff --git a/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs.rst b/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs.rst index d29da9935141..c6b8c1d1450a 100644 --- a/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs.rst +++ b/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs.rst @@ -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 =====================================