summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-02-14 17:07:43 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-02-15 14:07:19 -0800
commit60e7a350f0c2052a9691442e0b44ec3363744207 (patch)
tree1cb48aee7801d93fdc5827b104f84cdfedaac626
parent8664d3093e613b7e84fdc1c3a4b715749045064e (diff)
downloadchrome-ec-60e7a350f0c2052a9691442e0b44ec3363744207.tar.gz
cr50: prepare to release 0.4.14
Since 0.4.13 testing discovered some issues, a new release is needed. BRANCH=cr50, cr50-mp BUG=b:124450448 TEST=none Change-Id: I9b2b4e754584087c78a39d71e8d4ac50906708d9 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1474579 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 f1b12e260e..cdd097edda 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": 13, // Mostly harmless version field.
+ "minor": 14, // 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 5982d49212..159e477451 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": 12, // Mostly harmless version field.
+ "minor": 14, // 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.