Denis Carikli (GNUtoo@no-log.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12652
-gerrit
commit d3bc98a64b0be2b334e0818d4b12c3384b145742 Author: Denis 'GNUtoo' Carikli GNUtoo@no-log.org Date: Sun Dec 6 11:54:39 2015 +0100
google: veyron: Add commercial board names in Kconfig.name
The correspondance 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-dev...
The devices for which such information was added are laptops, So SYSTEM_TYPE_LAPTOP was selected for theses.
This it to makes the names more relevant: towiki (in util/board_status/to-wiki/towiki.sh) will pick such names, which ends up in the supported board list at: http://www.coreboot.org/Supported_Motherboards
Change-Id: I2d705672d7202964fea3f62a5bd61a231d3f14c0 Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@no-log.org --- src/mainboard/google/veyron/Kconfig.name | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/mainboard/google/veyron/Kconfig.name b/src/mainboard/google/veyron/Kconfig.name index 5c7a44b..c586293 100644 --- a/src/mainboard/google/veyron/Kconfig.name +++ b/src/mainboard/google/veyron/Kconfig.name @@ -3,20 +3,24 @@ 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
config BOARD_GOOGLE_VEYRON_NICKY bool "Veyron_Nicky" @@ -31,8 +35,9 @@ 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
config BOARD_GOOGLE_VEYRON_THEA bool "Veyron_Thea"