Mathew King has uploaded this change for review.

View Change

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>
---
M src/mainboard/google/drallion/Kconfig
1 file changed, 4 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/35104/1
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig
index cff56a4..076d3e2 100644
--- a/src/mainboard/google/drallion/Kconfig
+++ b/src/mainboard/google/drallion/Kconfig
@@ -64,7 +64,10 @@
config GBB_HWID
string
depends on CHROMEOS
- default "DRALLION TEST 3556"
+ default "ARCADA_CML TEST 4940" if BOARD_GOOGLE_ARCADA_CML
+ default "SARIEN_CML TEST 2073" if BOARD_GOOGLE_SARIEN_CML
+ default "DRALLION TEST 4932" if BOARD_GOOGLE_DRALLION
+

config MAINBOARD_DIR
string

To view, visit change 35104. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I410d37fc3f3372e9420d674b65f2c9a704b670f2
Gerrit-Change-Number: 35104
Gerrit-PatchSet: 1
Gerrit-Owner: Mathew King <mathewk@chromium.org>
Gerrit-MessageType: newchange