Skip to content

Commit 781ccab

Browse files
degjorvarlubos
authored andcommitted
nrf_security: CRACEN: Update KMU provisioning slot
Change KMU provisioning slot from 250 to 186 Slot 250 is supposed to be reserved for other usage Slot 186 is directly after an already reserved slot Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent 0fd6718 commit 781ccab

File tree

2 files changed

+6
-2
lines changed
  • doc/nrf/app_dev/device_guides/nrf54l
  • subsys/nrf_security/src/drivers/cracen/cracenpsa/src

2 files changed

+6
-2
lines changed

doc/nrf/app_dev/device_guides/nrf54l/cryptography.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ The following table gives an overview of the KMU slots and their usage:
7878
* - 183-185
7979
- IKG seed
8080
- 384-bit random seed to generate keys using the CRACEN IKG.
81-
* - 186-225
81+
* - 186
82+
- Provisioning slot
83+
- | Reserved slot for internal KMU usage.
84+
| This slot is used to validate that provisioning of the KMU slots is completed.
85+
* - 187-225
8286
- Reserved
8387
- --
8488
* - 226-227

subsys/nrf_security/src/drivers/cracen/cracenpsa/src/kmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Bits 15-8: slot-id
2626
* Bits 7-0: number of slots
2727
*/
28-
#define PROVISIONING_SLOT 250
28+
#define PROVISIONING_SLOT 186
2929

3030
#define SECONDARY_SLOT_METADATA_VALUE UINT32_MAX
3131

0 commit comments

Comments
 (0)