summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-02-07 10:20:00 -0800
committerDaisuke Nojiri <dnojiri@chromium.org>2018-02-08 13:57:12 -0800
commit0f9b4d244003dbccf742b1caced2c07986e4285d (patch)
treeb6cf7b34120b1c6f47d0a94a251d14f5982dd29a
parente62d362cefce4f072da413c83de654981f675024 (diff)
downloadchrome-ec-0f9b4d244003dbccf742b1caced2c07986e4285d.tar.gz
cr50: prepare for pre-pvt images' revision bump
This will allow to make differences between pre-pvt and mp images better visible. 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>
-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 bb61b6f852..eabf0191a9 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": 1, // FW2_HIK_CHAIN counter.
+ "major": 2, // FW2_HIK_CHAIN counter.
"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.
diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json
index 140c662710..72b42310b2 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -43,7 +43,7 @@
// epoch/major/minor would be preferred
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
- "major": 1, // FW2_HIK_CHAIN counter.
+ "major": 2, // FW2_HIK_CHAIN counter.
"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.