[coreboot-gerrit] New patch to review for coreboot: chromebooks: Define GBB hardware IDs

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Feb 8 21:46:12 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13634

-gerrit

commit 441533e64b0f0299c79b8e3a6805dd50f8176b4a
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Fri Feb 5 11:30:19 2016 +0100

    chromebooks: Define GBB hardware IDs
    
    This makes the test IDs the default.
    
    [pg: need to add them all]
    
    Change-Id: I25793962ac16f451f204dbba6ede6a64c847cfd5
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/google/veyron/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig
index e873473..b58e470 100644
--- a/src/mainboard/google/veyron/Kconfig
+++ b/src/mainboard/google/veyron/Kconfig
@@ -91,4 +91,9 @@ config EC_GOOGLE_CHROMEEC_BOARDNAME
 	depends on CHROMEOS
 	default "jerry" if BOARD_GOOGLE_VEYRON_JERRY
 
+config GBB_HWID
+	string
+	depends on CHROMEOS
+	default "MINNIE TEST A-A 5151" if BOARD_GOOGLE_VEYRON_MINNIE
+
 endif #  BOARD_GOOGLE_VEYRON



More information about the coreboot-gerrit mailing list