From ded3f909cbdc0e464e5cac3119a43157e3f56901 Mon Sep 17 00:00:00 2001 From: Wisley Chen Date: Fri, 6 Sep 2019 20:01:32 +0800 Subject: mb/google/hatch: Create dratini variant Create dratini variant BUG=b:140610519 TEST=emerge-hatch coreboot, and boot into chromeos on proto board Change-Id: Ied1240d1be831568e4ab4695b893c3f48821f68b Signed-off-by: Wisley Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/35285 Reviewed-by: Paul Fagerburg Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/hatch/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/hatch/Kconfig') diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 5c7c267a1e..c4c9146803 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -72,6 +72,7 @@ config GBB_HWID string depends on CHROMEOS default "AKEMI TEST 4326" if BOARD_GOOGLE_AKEMI + default "DRATINI TEST 4583" if BOARD_GOOGLE_DRATINI default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH default "HELIOS TEST 0878" if BOARD_GOOGLE_HELIOS default "KINDRED TEST 2636" if BOARD_GOOGLE_KINDRED @@ -88,6 +89,7 @@ config MAINBOARD_FAMILY config MAINBOARD_PART_NUMBER string default "Akemi" if BOARD_GOOGLE_AKEMI + default "Dratini" if BOARD_GOOGLE_DRATINI default "Hatch" if BOARD_GOOGLE_HATCH default "Helios" if BOARD_GOOGLE_HELIOS default "Kindred" if BOARD_GOOGLE_KINDRED @@ -112,6 +114,7 @@ config TPM_TIS_ACPI_INTERRUPT config VARIANT_DIR string default "akemi" if BOARD_GOOGLE_AKEMI + default "dratini" if BOARD_GOOGLE_DRATINI default "hatch" if BOARD_GOOGLE_HATCH default "helios" if BOARD_GOOGLE_HELIOS default "kindred" if BOARD_GOOGLE_KINDRED -- cgit v1.2.3