diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2018-02-05 11:41:57 -0800 |
---|---|---|
committer | Vadim Bendebury <vbendeb@chromium.org> | 2018-02-05 20:30:37 +0000 |
commit | 59fe7c7a5861f95da3d3539a55e3ad019a615517 (patch) | |
tree | 698d349c1b29bf62f8d05e59e534429364cce8ad | |
parent | 044cc724967fbb424dd4f686a67abce5a67cfdec (diff) | |
download | chrome-ec-59fe7c7a5861f95da3d3539a55e3ad019a615517.tar.gz |
cr50: prepare to release 0.1.1
The new release will include bug fixes and new features (line RMA
reset, CCD debug, management, etc.).
BRANCH=cr50
BUG=none
TEST=none
Change-Id: I25c22d00acd734ad0b7557cb9469d8b0f4db131e
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/902423
Reviewed-by: Mary Ruthven <mruthven@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 9990b4a9dd..bb61b6f852 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": 1, // FW2_HIK_CHAIN counter. - "minor": 0, // Mostly harmless version field. + "minor": 1, // 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 44ad2382ec..140c662710 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": 1, // FW2_HIK_CHAIN counter. - "minor": 0, // Mostly harmless version field. + "minor": 1, // 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. |