[coreboot-gerrit] Patch set updated for coreboot: google/veyron: Add commercial board names in Kconfig.name

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Dec 17 21:32:05 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12652

-gerrit

commit 5fa1157f6a4313c74feb0722396d5e482ac13cbb
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Dec 6 11:54:39 2015 +0100

    google/veyron: Add commercial board names in Kconfig.name
    
    The correspondence between engineering code names and
    commercial names can be found on chromium.org website at:
    https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices
    
    This it to make the names more relevant:
    towiki (in util/board_status/to-wiki/towiki.sh) will pick such
    names, which end up in the supported board list at:
    http://www.coreboot.org/Supported_Motherboards
    
    Change-Id: I2d705672d7202964fea3f62a5bd61a231d3f14c0
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/mainboard/google/veyron/Kconfig.name | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name
index 1ccffe5..c586293 100644
--- a/src/mainboard/google/veyron/Kconfig.name
+++ b/src/mainboard/google/veyron/Kconfig.name
@@ -3,22 +3,22 @@ config BOARD_GOOGLE_VEYRON_GUS
 	select BOARD_GOOGLE_VEYRON
 
 config BOARD_GOOGLE_VEYRON_JAQ
-	bool "Veyron_Jaq"
+	bool "Haier Chromebook 11 (Veyron_Jaq)"
 	select BOARD_GOOGLE_VEYRON
 	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_JERRY
-	bool "Veyron_Jerry"
+	bool "Hisense Chromebook 11 (Veyron_Jerry)"
 	select BOARD_GOOGLE_VEYRON
 	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_MIGHTY
-	bool "Veyron_Mighty"
+	bool "Haier Chromebook 11(edu) (Veyron_Mighty)"
 	select BOARD_GOOGLE_VEYRON
 	select SYSTEM_TYPE_LAPTOP
 
 config BOARD_GOOGLE_VEYRON_MINNIE
-	bool "Veyron_Minnie"
+	bool "ASUS Chromebook Flip C100 (Veyron_Minnie)"
 	select BOARD_GOOGLE_VEYRON
 	select SYSTEM_TYPE_LAPTOP
 
@@ -35,7 +35,7 @@ config BOARD_GOOGLE_VEYRON_SHARK
 	select BOARD_GOOGLE_VEYRON
 
 config BOARD_GOOGLE_VEYRON_SPEEDY
-	bool "Veyron_Speedy"
+	bool "ASUS C201 Chromebook (Veyron_Speedy)"
 	select BOARD_GOOGLE_VEYRON
 	select SYSTEM_TYPE_LAPTOP
 



More information about the coreboot-gerrit mailing list