summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-08-04 16:05:22 -0500
committerCommit Bot <commit-bot@chromium.org>2021-09-07 19:44:11 +0000
commit2a5049f2d817e2789138e5fb7d659d68b9a6c001 (patch)
treef805fd401ff06f2310e1ef66e4c6fe7eec66a967
parent4375d57e9119ce2bf874c9c276830164b2a39f33 (diff)
downloadchrome-ec-2a5049f2d817e2789138e5fb7d659d68b9a6c001.tar.gz
cr50: prepare to release 0.{5,6}.50
BUG=b:194901448 TEST=none Change-Id: I9d4d5133d26ac528b2ecf5e1b0f4be20a47badb8 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3072819 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit 04f5e125aa9bb9d8543828a1a285b52abd0929aa) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078208 Reviewed-by: Andrey Pronin <apronin@chromium.org> (cherry picked from commit ac8431927ce0c8bc38e8791880eb2354a17db1ee) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3142854
-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 3c4a12fdb3..ee4073ff7a 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": 40, // Mostly harmless version field.
+ "minor": 50, // 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 3ae718f170..0b90c6645e 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": 40, // Mostly harmless version field.
+ "minor": 50, // 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.