Skip to content

Commit a1b4efc

Browse files
hakonfamrlubos
authored andcommitted
doc: add release docs for bundle v0.9.1
Add release documentation for nRF54H20 SoC binaries v0.9.1. Combine changelog entries from the previous version with some new ones. Ref: NCSDK-31339 Signed-off-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]> (cherry picked from commit 71ae1a4)
1 parent 4bab497 commit a1b4efc

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

doc/nrf/links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,7 @@
17551755
.. _`nRF54H20 SoC Binaries v0.7.0 for EngC DKs`: https://files.nordicsemi.com/artifactory/SDSC/external/nrf54h20_soc_binaries_v0.7.0_engc.zip
17561756
.. _`nRF54H20 SoC Binaries v0.7.0 for EngB DKs`: https://files.nordicsemi.com/artifactory/SDSC/external/nrf54h20_soc_binaries_v0.7.0_engb.zip
17571757
.. _`nRF54H20 SoC binaries v0.8.0`: https://files.nordicsemi.com/ui/native/SDSC/external/nrf54h20_soc_binaries_v0.8.0.zip
1758+
.. _`nRF54H20 SoC binaries v0.9.1`: https://files.nordicsemi.com/ui/native/SDSC/external/nrf54h20_soc_binaries_v0.9.1.zip
17581759

17591760
.. _`BICR binary file`: https://files.nordicsemi.com/artifactory/SDSC/external/bicr_ext_loadcap.hex
17601761
.. _`BICR new binary file`: https://files.nordicsemi.com/artifactory/SDSC/external/bicr/bicr.hex

doc/nrf/releases_and_maturity/abi_compatibility.rst

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The following table illustrates ABI compatibility between different versions of
2828

2929
* - |NCS| versions
3030
- Compatible nRF54H20 SoC binaries version
31-
* - |NCS| v2.9.0-nRF54H20
32-
- `nRF54H20 SoC Binaries v0.8.0`_, compatible with the nRF54H20 DK v0.9.0 and later revisions.
31+
* - |NCS| v2.9.0-nRF54H20-1-rc2
32+
- `nRF54H20 SoC Binaries v0.9.1`_, compatible with the nRF54H20 DK v0.9.0 and later revisions.
3333
* - |NCS| v2.9.0
3434
- `nRF54H20 SoC Binaries v0.7.0 for EngC DKs`_, compatible with the nRF54H20 DK v0.8.3 and later revisions.
3535
* - |NCS| v2.8.0
@@ -47,17 +47,22 @@ The following table illustrates ABI compatibility between different versions of
4747
ABI compatibility ensures that the Secure Domain and System Controller firmware binaries do not need to be recompiled each time the application, radio binaries, or both are recompiled, as long as they are based on a compatible |NCS| version.
4848
Additionally, maintaining ABI compatibility allows the nRF54H20 SoC binary components to work together without recompilation when updating to newer |NCS| versions.
4949

50-
nRF54H20 SoC Binaries v0.8.0 changelog
50+
nRF54H20 SoC Binaries v0.9.1 changelog
5151
**************************************
5252

5353
The following sections provide detailed lists of changes by component.
5454

55-
Secure Domain Firmware (SDFW) v9.0.0
55+
Secure Domain Firmware (SDFW) v10.1.0
5656
=====================================
5757

5858
Added
5959
-----
6060

61+
* GPIO DRIVECTRL for P6 and P7 on nRF54H20 is now corrected by SDFW on boot.
62+
This addresses an issue where some devices has this incorrectly configured.
63+
* Added support for TLS-1.3 in the PSA crypto service.
64+
* Added support for ED25519 pre-hashed in the PSA crypto service.
65+
* The SDFW now uses a watchdog timer with a timeout of 4 seconds.
6166
* Purge protection can be enabled over ADAC.
6267
* Clock control is enabled in SDFW.
6368
* Global domain power request service is integrated in SDFW.
@@ -66,10 +71,15 @@ Added
6671
Updated
6772
-------
6873

69-
* Local domain reset will trigger a global reset.
70-
``RESETINFO`` will contain both the global and local reset reason.
71-
* All processors are booted regardless of whether they have firmware.
72-
They are booted in halted mode if no firmware is present.
74+
* A local domain reset now triggers a global reset.
75+
``RESETINFO`` contains both the global and local reset reasons.
76+
* All processors now boot regardless of whether they have firmware.
77+
If no firmware is present, they boot in halted mode.
78+
* Reduced power consumption from the Secure Domain when tracing is enabled.
79+
* Increased the number of possible concurrent PSA operations to 8.
80+
* The ETR buffer location is now read from the UICR.
81+
Enabling ETR tracing now requires configuring the location.
82+
* The SDFW no longer immediately resets on a fatal error.
7383

7484
Removed
7585
-------
@@ -80,9 +90,12 @@ Removed
8090
Fixed
8191
-----
8292

93+
* An issue where SDFW exited the sleep state for a short duration after boot completion.
94+
* An issue where replies to ADAC SSF commands contained a large amount of additional zero values at the end of the message.
95+
* An issue where permission checks for pointer members in the SSF PSA crypto service requests were incorrect.
8396
* An issue with invoking crypto service from multiple threads or clients.
8497

85-
System Controller Firmware (SCFW) v4.0.0
98+
System Controller Firmware (SCFW) v4.0.2
8699
=========================================
87100

88101
Added
@@ -94,6 +107,7 @@ Added
94107
Updated
95108
-------
96109

110+
* Improved stability.
97111
* GDPWR service: Renamed power domains.
98112
* GPIO power configuration:
99113

0 commit comments

Comments
 (0)