summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-02-03 06:42:00 +1100
committerCommit Bot <commit-bot@chromium.org>2021-02-23 21:31:51 +0000
commit58e14223a41b63e8a85fa54e2a5808e91672cc2a (patch)
tree481d87aed11cac8997cf8e3491bf935c809c750f
parent2ec3f05cb79ee3ec00ec2a3e3a70cbecd5f1382b (diff)
downloadchrome-ec-58e14223a41b63e8a85fa54e2a5808e91672cc2a.tar.gz
cr50: prepare to release 0.{5,6}.9
BUG=b:179153941 TEST=none Change-Id: I6b35f52d94ffeb49d947abbb71eb1445e4a96e7b Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2669267 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit caeff1d07bdf71dce9e4ed6018f142c4e6ba721d) Change-Id: Ieedd9bf4f6d53f480531bd5976d6ece7b5e24734 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2669353 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 ef244e4606df75d123538962391d2697b96cbdae) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2713840
-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 5ce9837ddf..2de7ccc1b1 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": 7, // Mostly harmless version field.
+ "minor": 9, // 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 4e60a7e23e..5360b5cc26 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": 7, // Mostly harmless version field.
+ "minor": 9, // 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.