summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-02-07 10:20:00 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-02-08 02:53:52 +0000
commitcbf7d81d9aff64542a1d9431fe4c66117a345dd8 (patch)
tree90ccc49964c509903465ba2a727e9e1f72d95a5e
parent4481e7c6868e34dfccfb42fce5dc79811a137dc8 (diff)
downloadchrome-ec-cbf7d81d9aff64542a1d9431fe4c66117a345dd8.tar.gz
cr50: prepare for pre-pvt images' revision bump
This will allow to make differences between pre-pvt and mp images better visible. Conflict: Set major version field to 1. BRANCH=cr50 BUG=none TEST=none Change-Id: I3abf24443a208482167231d93983b8edcace5f55 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/907170 Reviewed-by: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 8d1422813ee10dcbd13f7a340dafa83728023e9c) Reviewed-on: https://chromium-review.googlesource.com/906987
-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 9990b4a9dd..bb61b6f852 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": 1, // FW2_HIK_CHAIN counter.
- "minor": 0, // Mostly harmless version field.
+ "minor": 1, // 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 44ad2382ec..140c662710 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": 1, // FW2_HIK_CHAIN counter.
- "minor": 0, // Mostly harmless version field.
+ "minor": 1, // 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.