summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-12-11 10:18:07 -0800
committerVadim Bendebury <vbendeb@chromium.org>2017-12-11 23:57:46 +0000
commit1b53782145964ec226afbf910e23b1e68c0ac8dd (patch)
treed19a5306b79f85f7d8861b364d58af4f45c63315
parent0037fb8dfcd7136d40e608ad9973331bd82d9a80 (diff)
downloadchrome-ec-1b53782145964ec226afbf910e23b1e68c0ac8dd.tar.gz
cr50: move major version number component to 1
It is beneficial to have the 'major' version number component advanced with every major Cr50 code release: this will allow to use the 'minor' version number component when it is necessary to release a bug fix or a small addition to the current release. BRANCH=cr50 BUG=none TEST=verified proper version number reported by 'version' command Change-Id: Ie87a2b676b59b46be243fa6367571a1d0877f13d Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/820270 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 3f940909d0..9990b4a9dd 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": 0, // FW2_HIK_CHAIN counter.
- "minor": 26, // Mostly harmless version field.
+ "major": 1, // FW2_HIK_CHAIN counter.
+ "minor": 0, // 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 34bd32b041..44ad2382ec 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": 0, // FW2_HIK_CHAIN counter.
- "minor": 26, // Mostly harmless version field.
+ "major": 1, // FW2_HIK_CHAIN counter.
+ "minor": 0, // 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.