summaryrefslogtreecommitdiff
path: root/util/signer
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-01-08 15:45:48 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-09 11:55:42 -0800
commitd95b1ab9e50b298d938d6bbcfe7e9ef6f68ce64a (patch)
tree40a0862a109e67078187cf766aec210c2afaf3c7 /util/signer
parent373ee0442e7778377465ed324c2e8251e55e2370 (diff)
downloadchrome-ec-d95b1ab9e50b298d938d6bbcfe7e9ef6f68ce64a.tar.gz
cr50: prepare to release versions 0.3.12 and 0.4.12
BRANCH=cr50, cr50-mp BUG=none TEST=verified that new locally built image has version 0.4.12 Change-Id: Ie3f8992e1c5b21a52346e79b2b2efd9a0a028908 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1401213 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
Diffstat (limited to 'util/signer')
-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 bb65994563..68e748dfea 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": 4, // 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 d228e285be..5982d49212 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": 3, // 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.