summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-08-18 17:45:42 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2017-08-19 01:21:47 +0000
commitbbd24cd85b6f1876b8c37f01a54219a8f1cda36c (patch)
tree62cf4b592fc5f3093ec1e9545e8659eca7d8f4dd
parente94cdce6d04fc8e392ab63c151aa6de04799a52c (diff)
downloadchrome-ec-bbd24cd85b6f1876b8c37f01a54219a8f1cda36c.tar.gz
set board id fields to match MP eve
This is not strictly necessary, as signing happens as a separate step and not on the builder, and technically speaking signer invocation could override the manifest, but just for completeness let's check in the board id field values into the manifest. BRANCH=none BUG=none TEST=built a released image, verify that the image shows the following board ID fields values: > version ... RW_A: * 0.0.22/cr50_v1.1.6177-b01bf88 RW_B: 0.0.22/cr50_v1.1.6186-859d57a BID A: 00000000:00000000:00000000 Yes BID B: 5a5a4146:ffffffff:00007f80 No ... Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Change-Id: I8b50f3f5196a45924afff698ca1aa6c0b1032bf8 Reviewed-on: https://chromium-review.googlesource.com/621270 Tested-by: Vadim Bendebury <vbendeb@chromium.org> Trybot-Ready: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--util/signer/ec_RW-manifest-prod.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json
index 8bc9fdeb65..d234233b6e 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -5,6 +5,9 @@
"FW_DEFINED_DATA_BLK0": 2, // cros SKU
"FW_DEFINED_DATA_EXTRA_BLK6": 0 // escape hatch
},
+ "board_id": 0x5a5a4146,
+ "board_id_mask": 0xffffffff,
+ "board_id_flags": 0x7f80,
// Rollback state.
"info": {
"1": -1, "2": -1, "3": -1, "4": -1, "5": -1, "6": -1,