summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2016-12-07 12:11:00 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-12-08 12:32:45 -0800
commite4250052a7e740cce2c30d8cb93f4d97859c18a1 (patch)
treed6572d9129284fc7e4c1e0181a6761f15ea300fc
parent6f8f51012e924732a72780104f74431dc50950e3 (diff)
downloadchrome-ec-e4250052a7e740cce2c30d8cb93f4d97859c18a1.tar.gz
cr50: update minor versions to 12
In preparation to a new release let's bump up minor versions of both prod and dev images to 12. BRANCH=none BUG=none TEST=built images and verified version number Change-Id: I55979374f5e3e21fedde128410c4861e4c2ad9c4 Reviewed-on: https://chromium-review.googlesource.com/417883 Commit-Ready: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
-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 d9bcac50e2..e6db31a8a7 100644
--- a/util/signer/ec_RW-manifest-dev.json
+++ b/util/signer/ec_RW-manifest-dev.json
@@ -149,7 +149,7 @@
"timestamp": 0,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 0, // FW2_HIK_CHAIN counter.
- "minor": 11, // Mostly harmless version field.
+ "minor": 12, // 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 8b5b4081a4..2b632d5113 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": 11, // Mostly harmless version field.
+ "minor": 12, // 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.