summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-05-20 17:23:01 -0700
committerVadim Bendebury <vbendeb@chromium.org>2019-09-21 19:11:18 -0700
commit6a0cb1e8427650f0fbb1a3c7e7fc8a5a73671432 (patch)
tree123d5f63d8727f0d65c02fc352e637d9481c8c1b
parent23ef122839ac742356042b409fb68721a5c75925 (diff)
downloadchrome-ec-6a0cb1e8427650f0fbb1a3c7e7fc8a5a73671432.tar.gz
cr50: prepare to release 0.3.18
BRANCH=none BUG=b:133187513 TEST=none Change-Id: Ifcddb73577e6510ddc33c97cdf83af1ddcf2a616 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1621073 Reviewed-by: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 35048bb784c24f8f4d88e6664cdd4453677f8cb9) Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1625548 (cherry picked from commit 724f23ff20a7105c759d0e07bc1bc66245d83684) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1644523 (cherry picked from commit 8052858d9e74aeef29f56b944449bc88197e2f1c)
-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 90f39ebcb9..da9a8ef2d8 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": 3, // FW2_HIK_CHAIN counter.
- "minor": 16, // Mostly harmless version field.
+ "minor": 18, // 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 62816972c5..63d5e0f2ef 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -47,7 +47,7 @@
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 3, // FW2_HIK_CHAIN counter.
- "minor": 16, // Mostly harmless version field.
+ "minor": 18, // 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.