summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2020-07-22 03:43:39 +1000
committerCommit Bot <commit-bot@chromium.org>2020-08-11 23:39:15 +0000
commitd2da43730ea961abe8a9f2bbc834523026be318c (patch)
treee1ca6a0f318fbf25f0fe1fbc9bbd3bf65cb42fc9
parent0755dcf34c2b8d611a9f3653ca2588b9f76ff161 (diff)
downloadchrome-ec-d2da43730ea961abe8a9f2bbc834523026be318c.tar.gz
cr50: prepare to release 0.{5,6}.6
BUG=b:161755898 TEST=none Change-Id: Ic1e719addea733a3b8d198a771e0f038f9adf854 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2310592 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit a414783d0c97878809bcbe4dad4881fb52d7b57b) Change-Id: I73dc2eefbb6f2a218a5611b80ae917db39ff9472 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2314581 Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 3eb43ffd5dfb3acdb90e2b98916da4704e9e64db) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2350298
-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 fcf44263d1..b7df9a249a 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": 5, // Mostly harmless version field.
+ "minor": 6, // 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 c883ae6752..b7e4626b78 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": 5, // Mostly harmless version field.
+ "minor": 6, // 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.