summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-03-19 12:18:42 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-03-19 17:05:03 -0700
commit1f4d4f8a4ec219e84e9d1554f765ec6a4feb6039 (patch)
tree5634f67ad62dd54c1a1ddb3856a2d57441506061
parent4db1ab4d6ff2de93bada8177968d70ad602c840d (diff)
downloadchrome-ec-1f4d4f8a4ec219e84e9d1554f765ec6a4feb6039.tar.gz
cr50: update version numbers to match Cr50 branches
This reflects version changes in Cr50 branches. BRANCH=none BUG=none TEST=none Change-Id: I121c65797a30595a58d0b55774e80147692bda38 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/969340 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.json4
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 f508ca1ada..9b60c7d123 100644
--- a/util/signer/ec_RW-manifest-dev.json
+++ b/util/signer/ec_RW-manifest-dev.json
@@ -39,7 +39,7 @@
"timestamp": 0,
"epoch": 0, // FWR diversification contributor, 32 bits.
- "major": 2, // FW2_HIK_CHAIN counter.
+ "major": 4, // 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.
diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json
index 972066d9ac..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": 2, // 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.