summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-06-15 19:56:11 -0700
committerBernie Thompson <bhthompson@chromium.org>2017-08-19 00:04:04 +0000
commit07a9fe069837c9b0597977548813c0aa3c1eb86b (patch)
treef4e3ed8430868c70a88970ea52fc93a7288c3969
parentb73c6b2dab2eb24f9a15e636ec2345baa7752cf0 (diff)
downloadchrome-ec-07a9fe069837c9b0597977548813c0aa3c1eb86b.tar.gz
cr50: prepare to release version 0.0.21
BRANCH=cr50 BUG=None TEST=built an image, observed version number. Change-Id: I2717530abb92383e1d0260580bed81e00f4f21bb Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/538162 Reviewed-by: Nick Sanders <nsanders@chromium.org> (cherry picked from commit 023a1cb2b3fd4a02bda1ac18783f260323424b8f) Reviewed-on: https://chromium-review.googlesource.com/538570 (cherry picked from commit fd788bda494a52910246e2743c0a6f0e3edef7d0) Reviewed-on: https://chromium-review.googlesource.com/622219 Reviewed-by: Bernie Thompson <bhthompson@chromium.org> Commit-Queue: Bernie Thompson <bhthompson@chromium.org> Tested-by: Bernie Thompson <bhthompson@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 8da1ab284c..484e5e0f73 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": 20, // Mostly harmless version field.
+ "minor": 21, // 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 d2aed1b34e..a0fb876d70 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": 20, // Mostly harmless version field.
+ "minor": 21, // 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.