diff options
author | Mary Ruthven <mruthven@chromium.org> | 2023-04-27 15:41:34 -0500 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-04-28 16:49:15 +0000 |
commit | 9dd981cb5282a17c69507b073f193cef1c46546a (patch) | |
tree | d971cd454ea22b83014182e4f22341947f9d3dda | |
parent | b44d8d1ee21e923e37a748ba767d8ae6bf95d873 (diff) | |
download | chrome-ec-9dd981cb5282a17c69507b073f193cef1c46546a.tar.gz |
cr50: prepare to release 0.{5,6}.180
BUG=b:279784755
TEST=none
Change-Id: I475c44b47637a262c41316b02ab7c1748b865031
Signed-off-by: Mary Ruthven <mruthven@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4484785
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-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 ef3bc15783..61f9ae7efa 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": 171, // Mostly harmless version field. + "minor": 180, // 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 1896838e5e..72bb0aacda 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": 171, // Mostly harmless version field. + "minor": 180, // 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. |