summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-05-10 06:48:23 -0700
committerCommit Bot <commit-bot@chromium.org>2021-05-10 22:49:05 +0000
commitd62db9a9bab7b46fc7cd22570137ea873530d092 (patch)
tree5d96983a221f31e84ccaa2e29c8c5a7c4a74b60a
parentc1e47ee9827f1340eb0bbacde858d903a92e0805 (diff)
downloadchrome-ec-d62db9a9bab7b46fc7cd22570137ea873530d092.tar.gz
cr50: uprev eraseflashinfo version to 0.5.12
BUG=b:187438971 TEST=none Change-Id: Iadd988fdb2a03dcb85cc726cbd91be857930d8d6 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2883086
-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 1afc5b460a..e82c8198a3 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": 5, // FW2_HIK_CHAIN counter.
- "minor": 11, // Mostly harmless version field.
+ "minor": 12, // 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 ee4e1b357e..9d347fe484 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -47,7 +47,7 @@
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 5, // FW2_HIK_CHAIN counter.
- "minor": 11, // Mostly harmless version field.
+ "minor": 12, // 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.