From c09c2a4883a1278af0f758d73f4705a939197a68 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Fri, 10 Nov 2017 17:43:18 +0100 Subject: mb/google: Add Chromebook marketing names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/22404 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner Reviewed-by: Ronald G. Minnich --- src/mainboard/google/auron/Kconfig.name | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/google/auron/Kconfig.name') diff --git a/src/mainboard/google/auron/Kconfig.name b/src/mainboard/google/auron/Kconfig.name index 45edff0de3..9916a9129e 100644 --- a/src/mainboard/google/auron/Kconfig.name +++ b/src/mainboard/google/auron/Kconfig.name @@ -1,19 +1,19 @@ config BOARD_GOOGLE_AURON_PAINE - bool "Auron_Paine" + bool "Auron_Paine (Acer C670 Chromebook 11)" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_AURON_YUNA - bool "Auron_Yuna" + bool "Auron_Yuna (Acer Chromebook 15)" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_GANDOF - bool "Gandof" + bool "Gandof (Toshiba Chromebook 2 (2015 Edition))" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_LULU - bool "Lulu" + bool "Lulu (Dell Chromebook 13 7310)" select BOARD_GOOGLE_BASEBOARD_AURON config BOARD_GOOGLE_SAMUS - bool "Samus" + bool "Samus (Google Chromebook Pixel (2015))" select BOARD_GOOGLE_BASEBOARD_AURON -- cgit v1.2.3