summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-03-23 10:40:57 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-03-23 18:20:09 +0000
commita9768e00862d4b8ed85cfa6fc488fef7494cbbef (patch)
tree7f7ed236fed72cc5f74ce11ada7b06dd25068c5b
parente094b5666897dacf99f40573af4fb08e3af7ecb7 (diff)
downloadchrome-ec-a9768e00862d4b8ed85cfa6fc488fef7494cbbef.tar.gz
cr50: update manifests for both dev and prod versionscr50_v3.4
BRANCH=cr50, cr50-mp BUG=none TEST=none Change-Id: I377aab1b5a729a0ca98e2340050300d938e51bd5 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/978541 Reviewed-by: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 4d959e92cab7d26733f5a0379f1afeed42a0c7a5) Reviewed-on: https://chromium-review.googlesource.com/978602
-rw-r--r--util/signer/ec_RW-manifest-dev.json4
-rw-r--r--util/signer/ec_RW-manifest-prod.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/util/signer/ec_RW-manifest-dev.json b/util/signer/ec_RW-manifest-dev.json
index 7e25c43f9f..d45d0d33c6 100644
--- a/util/signer/ec_RW-manifest-dev.json
+++ b/util/signer/ec_RW-manifest-dev.json
@@ -39,8 +39,8 @@
"timestamp": 0,
"epoch": 0, // FWR diversification contributor, 32 bits.
- "major": 3, // FW2_HIK_CHAIN counter.
- "minor": 3, // Mostly harmless version field.
+ "major": 4, // FW2_HIK_CHAIN counter.
+ "minor": 4, // 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 8468a9a6ec..f6dad877cf 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": 3, // Mostly harmless version field.
+ "minor": 4, // 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.