diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-11-10 17:43:18 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-17 21:33:25 +0000 |
commit | c09c2a4883a1278af0f758d73f4705a939197a68 (patch) | |
tree | 024479de12c36bf3bbd94be6bda2e1cd59f8e1fe /src/mainboard/google/reef | |
parent | a800bdb298cb15559c054699f68a374976a18fb6 (diff) |
mb/google: Add Chromebook marketing names
It's sometimes hard to find the code name of a Chromebook. Add the
marketing names to Kconfig, since they are easily available.
Information (mostly) taken from:
https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices
Unknown boards (unreleased, etc.):
* Fizz
* Foster
* Nasher, Coral
* Purin
* Rotor
* Rowan
* Scarlet, Nefario
* Soraka
* Urara
* Veyron_Rialto
Baseboards:
* Glados
* Gru
* Jecht
* Kahlee
* Nyan
* Oak
* Poppy
* Rambi
* Zoombini
White label boards:
* Enguarde
* Heli
* Relm, Wizpig
TODO: How does this interact with the board_status code?
Change-Id: I20a36e23bd3eea8c526a0b3b53cd676cebf9cd86
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/22404
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/Kconfig.name | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/google/reef/Kconfig.name b/src/mainboard/google/reef/Kconfig.name index 596167dcef..abbeb70b4d 100644 --- a/src/mainboard/google/reef/Kconfig.name +++ b/src/mainboard/google/reef/Kconfig.name @@ -1,20 +1,20 @@ config BOARD_GOOGLE_REEF - bool "Reef" + bool "Reef/Electro (Acer Chromebook Spin 11 R751T)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_PYRO - bool "Pyro" + bool "Pyro (Lenovo Thinkpad (Yoga) 11e Chromebook)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_SAND - bool "Sand" + bool "Sand (Acer Chromebook 15 CB515-1HT/1H)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP config BOARD_GOOGLE_SNAPPY - bool "Snappy" + bool "Snappy (HP Chromebook x360 11 G1 EE)" select BOARD_GOOGLE_BASEBOARD_REEF select BASEBOARD_REEF_LAPTOP |