diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2016-12-02 12:41:42 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-12-02 03:34:59 -0800 |
commit | 73860ca8c8566a3085149e5cd49362ef17fc28f1 (patch) | |
tree | 6385e99c64b00049c277a45f6482a4a033ba188c /util | |
parent | 3ffb766917c8c0a6cefb8f582ce06df518970c67 (diff) | |
download | chrome-ec-73860ca8c8566a3085149e5cd49362ef17fc28f1.tar.gz |
cr50: update both prod and dev minor RW versions to 11
The latest released images are 0.0.11, let's update the manifests such
that images built in dev environment can override released images.
BRANCH=none
BUG=none
TEST=verified that new images are built with RW version 0.0.11
Change-Id: I4db82abd3eb725849b656259f675b32a8314942c
Reviewed-on: https://chromium-review.googlesource.com/415601
Commit-Ready: Vadim Bendebury <vbendeb@chromium.org>
Tested-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/signer/ec_RW-manifest-kevin_evt_1.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-kevin_evt_1.json b/util/signer/ec_RW-manifest-kevin_evt_1.json index e5e5519739..d9bcac50e2 100644 --- a/util/signer/ec_RW-manifest-kevin_evt_1.json +++ b/util/signer/ec_RW-manifest-kevin_evt_1.json @@ -149,7 +149,7 @@ "timestamp": 0, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. - "minor": 9, // 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 26d4b0293c..8b5b4081a4 100644 --- a/util/signer/ec_RW-manifest-prod.json +++ b/util/signer/ec_RW-manifest-prod.json @@ -150,7 +150,7 @@ "timestamp": 0, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // 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. |