diff options
author | Mary Ruthven <mruthven@chromium.org> | 2021-10-15 12:24:37 -0500 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-10-15 19:43:24 +0000 |
commit | 69492c43e78abfb8647bab969526cd3e2d300707 (patch) | |
tree | f25b14161d3d8dc3919b1e179ad7a9606c046f34 /util/signer | |
parent | 2b702d8cc86ac5763a5181854caf2139b61b4e7c (diff) | |
download | chrome-ec-69492c43e78abfb8647bab969526cd3e2d300707.tar.gz |
cr50: prepare to release 0.{5,6}.60
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>
Diffstat (limited to 'util/signer')
-rw-r--r-- | util/signer/ec_RW-manifest-dev.json | 2 | ||||
-rw-r--r-- | util/signer/ec_RW-manifest-prod.json | 2 |
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 82abfc51ab..3ce4df4ad1 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": 6, // 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 742959fa86..62deff6dfd 100644 --- a/util/signer/ec_RW-manifest-prod.json +++ b/util/signer/ec_RW-manifest-prod.json @@ -44,7 +44,7 @@ "timestamp": 1, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 6, // 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. |