aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zoombini/Kconfig
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@chromium.org>2017-12-22 23:07:58 -0800
committerDuncan Laurie <dlaurie@chromium.org>2018-01-09 18:28:16 +0000
commit0255804c7f3e9b25a33c99f17013c7f5408ec600 (patch)
treeea5e17f78cae7db0207ed83d2efdfaefabb32d1a /src/mainboard/google/zoombini/Kconfig
parent38fcc8ab5022558928e0cb464b50ebd02ee67c21 (diff)
mainboard/google/zoombini/variants/meowth: add new board
Add Meowth board, which derives from Zoombini, a CNL reference board. BUG=b:69011806 BRANCH=master TEST=Compiles successfully using "./util/abuild/abuild -p none -t google/zoombini -x -a" and boots Meowth. CQ-DEPEND=CL:22908 Change-Id: Ie6ed7ebb4a00a87fc93fc694d74c08a716380a54 Signed-off-by: Nick Vaccaro <nvaccaro@chromium.org> Reviewed-on: https://review.coreboot.org/22401 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/zoombini/Kconfig')
-rw-r--r--src/mainboard/google/zoombini/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig
index d6c125091e..2fe8fec04f 100644
--- a/src/mainboard/google/zoombini/Kconfig
+++ b/src/mainboard/google/zoombini/Kconfig
@@ -18,6 +18,7 @@ config BASEBOARD_ZOOMBINI_LAPTOP
config DEVICETREE
string
+ default "variants/meowth/devicetree.cb" if BOARD_GOOGLE_MEOWTH
default "variants/baseboard/devicetree.cb"
config DIMM_SPD_SIZE
@@ -39,6 +40,7 @@ config DRIVER_TPM_SPI_BUS
config GBB_HWID
string
depends on CHROMEOS
+ default "MEOWTH TEST 5868" if BOARD_GOOGLE_MEOWTH
default "ZOOMBINI TEST 5722" if BOARD_GOOGLE_ZOOMBINI
config MAINBOARD_DIR
@@ -47,10 +49,12 @@ config MAINBOARD_DIR
config MAINBOARD_FAMILY
string
+ default "Google_Meowth" if BOARD_GOOGLE_MEOWTH
default "Google_Zoombini" if BOARD_GOOGLE_ZOOMBINI
config MAINBOARD_PART_NUMBER
string
+ default "Meowth" if BOARD_GOOGLE_MEOWTH
default "Zoombini" if BOARD_GOOGLE_ZOOMBINI
config MAINBOARD_VENDOR
@@ -59,6 +63,7 @@ config MAINBOARD_VENDOR
config VARIANT_DIR
string
+ default "meowth" if BOARD_GOOGLE_MEOWTH
default "zoombini" if BOARD_GOOGLE_ZOOMBINI
config VBOOT