mb/google/kukui: Introduce a new 'Jacuzzi' family

The 'Jacuzzi' is a different base board that will share most of Kukui
design. For AP firmware, there will be only a few changes expected,
mostly in display (for MIPI bridge) and EC/keyboard so we want to create
it as variants inside Kukui folder, not forking a new directory.

BUG=b:137517228
TEST=make menuconfig; select 'krane' and build; select 'jacuzzi' and build.

Change-Id: Ic2b04e01628dc3db40f79f9bbdd5cc77d9466753
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34344
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Hung-Te Lin 2019-07-15 15:11:14 +08:00 committed by Martin Roth
parent b9cc7b38f8
commit 8f45905193
2 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,7 @@ config MAINBOARD_PART_NUMBER
default "Krane" if BOARD_GOOGLE_KRANE
default "Kodama" if BOARD_GOOGLE_KODAMA
default "Flapjack" if BOARD_GOOGLE_FLAPJACK
default "Jacuzzi" if BOARD_GOOGLE_JACUZZI
config DRIVER_TPM_SPI_BUS
hex
@ -69,5 +70,5 @@ config GBB_HWID
default "KRANE TEST 5417" if BOARD_GOOGLE_KRANE
default "KODAMA TEST 7122" if BOARD_GOOGLE_KODAMA
default "FLAPJACK TEST 4147" if BOARD_GOOGLE_FLAPJACK
default "JACUZZI TEST 6792" if BOARD_GOOGLE_JACUZZI
endif

View File

@ -15,3 +15,7 @@ config BOARD_GOOGLE_KODAMA
config BOARD_GOOGLE_FLAPJACK
bool "-> Flapjack"
select BOARD_GOOGLE_KUKUI_COMMON
config BOARD_GOOGLE_JACUZZI
bool "-> Jacuzzi"
select BOARD_GOOGLE_KUKUI_COMMON