summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-08-18 14:20:50 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-08-18 20:53:06 -0700
commit60f8deccb1de072340c7b624f16149f84db2323b (patch)
treef1c7732044dd32602566864f297e0c057e11ed4b /util
parent3cbdff8b1bc3f8621a1c6801340c45b0951aee17 (diff)
downloadchrome-ec-60f8deccb1de072340c7b624f16149f84db2323b.tar.gz
cr50: prepare to release RW 0.0.23
New released images need higher version number. BRANCH=none BUG=none TEST=built and ran an image, verified version number to be right. Change-Id: I0b5b690d84b2f281752ad01b154efdebeba2e136 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/621296 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/signer/ec_RW-manifest-dev.json2
-rw-r--r--util/signer/ec_RW-manifest-prod.json2
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 bc8df48697..f527ed86e6 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": 0, // FW2_HIK_CHAIN counter.
- "minor": 22, // Mostly harmless version field.
+ "minor": 23, // 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 8bc9fdeb65..8bc8e4e67d 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": 0, // FW2_HIK_CHAIN counter.
- "minor": 22, // Mostly harmless version field.
+ "minor": 23, // 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.