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

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sat Dec 12 16:35:40 CET 2015


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12652

-gerrit

commit 7a85476fe0cd1af8fe3af1d2fe878904c9d25708
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 5c7a44b..61a1b69 100644
--- a/src/mainboard/google/veyron/Kconfig.name
+++ b/src/mainboard/google/veyron/Kconfig.name
@@ -3,19 +3,19 @@ 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
 
 config BOARD_GOOGLE_VEYRON_JERRY
-	bool "Veyron_Jerry"
+	bool "Hisense Chromebook 11 (Veyron_Jerry)"
 	select BOARD_GOOGLE_VEYRON
 
 config BOARD_GOOGLE_VEYRON_MIGHTY
-	bool "Veyron_Mighty"
+	bool "Haier Chromebook 11(edu) (Veyron_Mighty)"
 	select BOARD_GOOGLE_VEYRON
 
 config BOARD_GOOGLE_VEYRON_MINNIE
-	bool "Veyron_Minnie"
+	bool "ASUS Chromebook Flip C100 (Veyron_Minnie)"
 	select BOARD_GOOGLE_VEYRON
 
 config BOARD_GOOGLE_VEYRON_NICKY
@@ -31,7 +31,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
 
 config BOARD_GOOGLE_VEYRON_THEA



More information about the coreboot-gerrit mailing list