summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-03-13 18:22:18 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-03-14 01:59:15 +0000
commitd15b76c20e609dc6edb06e65c11ceab6bbe357d0 (patch)
treeb31761ff3c00692f0788abaed5835b3de9b36d81
parent390c5850006b2e47af2075dd0edac5b4d0028c7d (diff)
downloadchrome-ec-d15b76c20e609dc6edb06e65c11ceab6bbe357d0.tar.gz
cr50: move manifest to version 0.3.3
This will align the MP branch with recent updates to the reef branch numbering. BRANCH=none BUG=none TEST=none Change-Id: I2fdba1600a813e0d5c55df65d24710bcdac7298d Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/961738 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
-rw-r--r--util/signer/ec_RW-manifest-dev.json4
-rw-r--r--util/signer/ec_RW-manifest-prod.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/util/signer/ec_RW-manifest-dev.json b/util/signer/ec_RW-manifest-dev.json
index fa36c59a93..7e25c43f9f 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": 1, // FW2_HIK_CHAIN counter.
- "minor": 2, // Mostly harmless version field.
+ "major": 3, // FW2_HIK_CHAIN counter.
+ "minor": 3, // 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 f185c7caeb..8468a9a6ec 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -43,8 +43,8 @@
// epoch/major/minor would be preferred
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
- "major": 1, // FW2_HIK_CHAIN counter.
- "minor": 2, // Mostly harmless version field.
+ "major": 3, // FW2_HIK_CHAIN counter.
+ "minor": 3, // 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.