Skip to content

Commit

Permalink
[rom_ext] Advance version to ROM_EXT 0.7
Browse files Browse the repository at this point in the history
Features:
- Ownership Transfer.
- Valid DICE chain from CA->UDS->CDI_0->CDI_1.

Bug fixes:
- `protect_when_primary` is renamed to `protect_when_active` and
  protects whichever slot is the active slot.
- Report the `primary_bl0_slot` correctly after a `SetNextBl0` command.

Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Oct 28, 2024
1 parent 906ba3a commit 8cabf28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/device/silicon_creator/rom_ext/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def secver_write_selection():
# because of how the bazel rule accepts attributes.
ROM_EXT_VERSION = struct(
MAJOR = "0",
MINOR = "6",
SECURITY = "6",
MINOR = "7",
SECURITY = "7",
)

SLOTS = [
Expand Down

0 comments on commit 8cabf28

Please sign in to comment.