diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2018-10-26 17:09:10 -0700 |
---|---|---|
committer | Vadim Bendebury <vbendeb@chromium.org> | 2018-10-27 00:57:14 +0000 |
commit | d69c0d54fac6736053b07c713029113cb6ac02df (patch) | |
tree | 024199655094b3bc3a51fac00aa57829b0a9e961 | |
parent | b83e555952336d583c19b26bfe026908ca70e196 (diff) | |
download | chrome-ec-d69c0d54fac6736053b07c713029113cb6ac02df.tar.gz |
cr50: prepare for releasing 4.11 and 3.11
BRANCH=cr50, cr50-mp
BUG=none
TEST=none
Change-Id: I6f984f84bbefa64780c9f32631c5ab6933129875
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/1303474
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 f00a190813..bb65994563 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": 4, // FW2_HIK_CHAIN counter. - "minor": 10, // Mostly harmless version field. + "minor": 11, // 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 f6dad877cf..d228e285be 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": 3, // FW2_HIK_CHAIN counter. - "minor": 4, // Mostly harmless version field. + "minor": 11, // 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. |