summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2020-04-08 11:41:45 -0700
committerCommit Bot <commit-bot@chromium.org>2020-04-08 22:28:26 +0000
commit8cc8235b9d6cdbed05f4f94b18fd959c7756754f (patch)
treef3fc5d8a8d6bb524223fa79413b0c6155b771c79
parent1628ef85c9403ff694b52170ca20dc3cade6e4ef (diff)
downloadchrome-ec-8cc8235b9d6cdbed05f4f94b18fd959c7756754f.tar.gz
cr50: prepare to release 0.{5,6}.1
BUG=none TEST=none Change-Id: Ib0a272579ea750ab439a1bbede4e3ac9cc1380e6 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2142450 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--util/signer/ec_RW-manifest-dev.json4
-rw-r--r--util/signer/ec_RW-manifest-prod.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/util/signer/ec_RW-manifest-dev.json b/util/signer/ec_RW-manifest-dev.json
index 24050374d3..4adca8ab76 100644
--- a/util/signer/ec_RW-manifest-dev.json
+++ b/util/signer/ec_RW-manifest-dev.json
@@ -39,8 +39,8 @@
"timestamp": 0,
"epoch": 0, // FWR diversification contributor, 32 bits.
- "major": 4, // FW2_HIK_CHAIN counter.
- "minor": 28, // Mostly harmless version field.
+ "major": 6, // FW2_HIK_CHAIN counter.
+ "minor": 1, // 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 12b37d9e83..a51b203f5d 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -43,8 +43,8 @@
// epoch/major/minor would be preferred
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
- "major": 3, // FW2_HIK_CHAIN counter.
- "minor": 28, // Mostly harmless version field.
+ "major": 5, // FW2_HIK_CHAIN counter.
+ "minor": 1, // 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.