summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-05-04 12:54:47 -0500
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-04 22:05:23 +0000
commit2ca4c934ce4c6b783eaea9af7c59b5cfa58578d1 (patch)
tree93d5bb519875ab6ea535144f019007b9f6496669
parent4986283df5e1c595f308a9d4a7704af9de2ba38f (diff)
downloadchrome-ec-2ca4c934ce4c6b783eaea9af7c59b5cfa58578d1.tar.gz
prepare to release 0.{5,6}.111
BUG=b:229877169 TEST=none Change-Id: I9b1e04f5487662816401129adb593b7f1c0e259b Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3628135 Reviewed-by: Vadim Bendebury <vbendeb@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 60a178b8de..22d533a006 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": 110, // Mostly harmless version field.
+ "minor": 111, // 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 90d04b878c..5142644bca 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -44,7 +44,7 @@
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 6, // FW2_HIK_CHAIN counter.
- "minor": 110, // Mostly harmless version field.
+ "minor": 111, // 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.