Skip to content

Commit 3e5a19b

Browse files
[perso,rom_ext] bump version numbers
This bumps the ROM_EXT and perso version numbers to prepare for the next signing operation. Signed-off-by: Tim Trippel <[email protected]>
1 parent 8e53992 commit 3e5a19b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sw/device/silicon_creator/manuf/base/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ manifest(d = {
292292
"manuf_state_creator": hex(CONST.MANUF_STATE.PERSO_INITIAL),
293293
"visibility": ["//visibility:private"],
294294
"version_major": "0",
295-
# Release: 2025-09-16-RC00
296-
"version_minor": "2025091600",
295+
# Release: 2025-10-29-RC00
296+
"version_minor": "2025102900",
297297
"security_version": "0xFFFFFFFF",
298298
})
299299

sw/device/silicon_creator/rom_ext/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def secver_write_selection():
1414
# because of how the bazel rule accepts attributes.
1515
ROM_EXT_VERSION = struct(
1616
MAJOR = "0",
17-
MINOR = "115",
17+
MINOR = "116",
1818
SECURITY = "0",
1919
)
2020

0 commit comments

Comments
 (0)