aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/drallion/Kconfig
diff options
context:
space:
mode:
authorMathew King <mathewk@chromium.org>2019-08-26 14:31:36 -0600
committerMartin Roth <martinroth@google.com>2019-08-29 19:46:37 +0000
commit1cfba67b2c5c84c4bbb131b2f4990a0ee9646cde (patch)
tree83efa6a530600e8beb5df1503cda96d576eb41a5 /src/mainboard/google/drallion/Kconfig
parent66e356c662e9cbee1533681f5a0ffcc5525ec20b (diff)
mb/google/drallion: Correct drallion HWID and add HWID for variants
The current HWID for drallion is reported as invalid by chrome, generate new valid HWID with the following command and taking last 4 digits. `printf "%d\n" 0x$(crc32 <(echo -n '$1'))` BUG=b:140013681 Change-Id: I410d37fc3f3372e9420d674b65f2c9a704b670f2 Signed-off-by: Mathew King <mathewk@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35104 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/drallion/Kconfig')
-rw-r--r--src/mainboard/google/drallion/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig
index ffadd0c37a..a2ed3d86f9 100644
--- a/src/mainboard/google/drallion/Kconfig
+++ b/src/mainboard/google/drallion/Kconfig
@@ -61,7 +61,9 @@ config POWER_OFF_ON_CR50_UPDATE
config GBB_HWID
string
depends on CHROMEOS
- default "DRALLION TEST 3556"
+ default "ARCADACML TEST 2699" if BOARD_GOOGLE_ARCADA_CML
+ default "SARIENCML TEST 3111" if BOARD_GOOGLE_SARIEN_CML
+ default "DRALLION TEST 4932" if BOARD_GOOGLE_DRALLION
config MAINBOARD_DIR
string