summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-08-23 17:00:00 -0500
committerCommit Bot <commit-bot@chromium.org>2021-09-07 19:44:24 +0000
commitccda2b78098a0cd0b2b3474b07b5d0d7ee16d1b5 (patch)
tree6f3292ee5a3509d428b908f1bd7453aa4113bed0
parent57a1be2fa17bfb325688c86072d7dac39830df51 (diff)
downloadchrome-ec-ccda2b78098a0cd0b2b3474b07b5d0d7ee16d1b5.tar.gz
cr50: prepare to release 0.{5,6}.51
BUG=b:194901448 TEST=none Change-Id: Ia16d194f042ab44a36e00668f699dfab4df8a536 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114224 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit ea35354507745b5763bb85479a26409920ed37b0) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3124572 (cherry picked from commit 0e610b99f99e28b9ecd3667b37c2bb8936aa0ecf) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3142858
-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 ee4073ff7a..e9db004e6e 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": 5, // FW2_HIK_CHAIN counter.
- "minor": 50, // Mostly harmless version field.
+ "minor": 51, // 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 0b90c6645e..8b3538ccc4 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": 5, // FW2_HIK_CHAIN counter.
- "minor": 50, // Mostly harmless version field.
+ "minor": 51, // 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.