summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-10-15 12:24:37 -0500
committerCommit Bot <commit-bot@chromium.org>2021-11-03 23:05:41 +0000
commitc21c7b2c28c19e42de6457688566e441994de63f (patch)
tree72d2bfb6a7671b53fd5c70d18c4c28110b7242ac
parentb9d4f4f91d453384e46c59767de67fe53d93fb3f (diff)
downloadchrome-ec-firmware-cr50-mp-9311.B.tar.gz
cr50: prepare to release 0.{5,6}.60firmware-cr50-mp-9311.B
BUG=b:203205487 TEST=none Change-Id: I90ef2a52a40ceef6de930df2acb635cdc0b3d014 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3227259 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit 69492c43e78abfb8647bab969526cd3e2d300707) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3232289 (cherry picked from commit 55e3ab1c7cf20e854b9d9b46cbfff85cd9d4b229) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3260181
-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 e9db004e6e..be3eab44ee 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": 51, // Mostly harmless version field.
+ "minor": 60, // 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 8b3538ccc4..276d1b05bf 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": 51, // Mostly harmless version field.
+ "minor": 60, // 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.