summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2023-04-27 15:41:34 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-28 21:31:10 +0000
commit9baeb6f6cd1b0bccfe9ed95be7bd6d45eaa15a9f (patch)
tree2b87ffae2f69054f41eb0c8988f9dfd45c08eed0
parentbddea83719c31a9551848ec5d501c07af9233f7c (diff)
downloadchrome-ec-firmware-cr50-stab-14294.B-cr50_stab.tar.gz
cr50: prepare to release 0.{5,6}.180firmware-cr50-stab-14294.B-cr50_stab
BUG=b:279784755 TEST=none Change-Id: I475c44b47637a262c41316b02ab7c1748b865031 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4484785 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit 9dd981cb5282a17c69507b073f193cef1c46546a) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4491109 Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--util/signer/ec_RW-manifest-dev.json2
-rw-r--r--util/signer/ec_RW-manifest-prod.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/signer/ec_RW-manifest-dev.json b/util/signer/ec_RW-manifest-dev.json
index ef3bc15783..61f9ae7efa 100644
--- a/util/signer/ec_RW-manifest-dev.json
+++ b/util/signer/ec_RW-manifest-dev.json
@@ -40,7 +40,7 @@
"timestamp": 0,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 6, // FW2_HIK_CHAIN counter.
- "minor": 171, // Mostly harmless version field.
+ "minor": 180, // Mostly harmless version field.
"applysec": -1, // Mask to and with fuse BROM_APPLYSEC.
"config1": 13, // Which BROM_CONFIG1 actions to take before launching.
"err_response": 0, // Mask to or with fuse BROM_ERR_RESPONSE.
diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json
index 21423d2de8..c4a157bb26 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -47,7 +47,7 @@
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 6, // FW2_HIK_CHAIN counter.
- "minor": 171, // Mostly harmless version field.
+ "minor": 180, // Mostly harmless version field.
"applysec": -1, // Mask to and with fuse BROM_APPLYSEC.
"config1": 13, // Which BROM_CONFIG1 actions to take before launching.
"err_response": 0, // Mask to or with fuse BROM_ERR_RESPONSE.