summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-02-06 17:06:06 -0800
committerVadim Bendebury <vbendeb@chromium.org>2017-02-07 02:44:57 +0000
commit97ef3f6a4f1420cbdc1485365ff81fabe4d4c38f (patch)
treebba7ef5936dcb401602a45c0c5275194473282ea
parenta3e8ea92ffd5a3e3b5882efb1a4c39d5216bf09c (diff)
downloadchrome-ec-97ef3f6a4f1420cbdc1485365ff81fabe4d4c38f.tar.gz
cr50: prepare to release rw 0.0.15
Update both prod and dev manifests. BRANCH=none BUG=none TEST=none Change-Id: Ie07bb00005461a22e263ee448fac7c77b25060ee Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/438687 Reviewed-by: Mary Ruthven <mruthven@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 7781ed922b..e3ac05bf07 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": 14, // Mostly harmless version field.
+ "minor": 15, // 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 6caa5074c8..0e6bea16e4 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": 14, // Mostly harmless version field.
+ "minor": 15, // 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.