summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-02-24 16:06:44 +0000
committerCommit Bot <commit-bot@chromium.org>2021-02-24 16:19:10 +0000
commite9d1ab4ddc50de6ac25df51179ce389aa653bc5e (patch)
tree5b74df4f46d78ecc676dfdd08b842a6f83b11740
parentcce690f95c770e562b6d083cefd3e0b11547c174 (diff)
downloadchrome-ec-e9d1ab4ddc50de6ac25df51179ce389aa653bc5e.tar.gz
Revert "cr50: prepare to release 0.{5,6}.9"
This reverts commit 58e14223a41b63e8a85fa54e2a5808e91672cc2a. Reason for revert: Revert to reland in correct order. Original change's description: > 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 Bug: b:179153941 Change-Id: Ide676f872bc393db88207b6b67f93ef9e5f2e168 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2718403 Auto-Submit: Mary Ruthven <mruthven@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Mary Ruthven <mruthven@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 2de7ccc1b1..5ce9837ddf 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": 9, // Mostly harmless version field.
+ "minor": 7, // 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 5360b5cc26..4e60a7e23e 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": 9, // Mostly harmless version field.
+ "minor": 7, // 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.