summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-04-20 04:59:54 +1000
committerCommit Bot <commit-bot@chromium.org>2021-04-26 16:47:04 +0000
commitfe57b99b4e8464f014e630d0a60b1bae34ccb1be (patch)
tree239e662aff9989aa7394f08467d2fa6b02ddb66f
parent5ae080dabe58606f9bd7bc36502a33feceeb7edd (diff)
downloadchrome-ec-fe57b99b4e8464f014e630d0a60b1bae34ccb1be.tar.gz
cr50: prepare to release 0.{5,6}.10
BUG=b:185835243 TEST=none Change-Id: I73cca2c2e9044f9dd8b7cb9a4d558ad9c6ec83b1 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2837405 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> (cherry picked from commit 47890947e7d51f4874e8f682ce812fb0faf4d41c) Change-Id: I5fa5343c3a86f341f20c840d32df6aba3402c104 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2837407 Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 551594aae63ba31e6875985daa27cd254c10334b) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2851345
-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 2de7ccc1b1..d925b0505c 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": 9, // Mostly harmless version field.
+ "minor": 10, // 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 5360b5cc26..ed52c7054d 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": 9, // Mostly harmless version field.
+ "minor": 10, // 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.