f73580f624
Create the gumboz variant of the dalboz reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.2.0). BUG=b:173536689 BRANCH=zork TEST=util/abuild/abuild -p none -t google/zork -x -a make sure the build includes GOOGLE_GUMBOZ Change-Id: I48db7eba7864c18e7307b45fe9f84073bfca0155 Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47717 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
41 lines
885 B
Text
41 lines
885 B
Text
comment "Zork"
|
|
|
|
config BOARD_GOOGLE_DALBOZ
|
|
bool "-> Dalboz"
|
|
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|
|
|
|
config BOARD_GOOGLE_VILBOZ
|
|
bool "-> Vilboz"
|
|
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|
|
|
|
config BOARD_GOOGLE_EZKINIL
|
|
bool "-> Ezkinil"
|
|
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
|
|
|
|
config BOARD_GOOGLE_MORPHIUS
|
|
bool "-> Morphius"
|
|
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
|
|
|
|
config BOARD_GOOGLE_TREMBYLE
|
|
bool "-> Trembyle"
|
|
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
|
|
|
|
config BOARD_GOOGLE_BERKNIP
|
|
bool "-> Berknip"
|
|
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
|
|
|
|
config BOARD_GOOGLE_WOOMAX
|
|
bool "-> Woomax"
|
|
select BOARD_GOOGLE_BASEBOARD_TREMBYLE
|
|
|
|
config BOARD_GOOGLE_DIRINBOZ
|
|
bool "-> Dirinboz"
|
|
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|
|
|
|
config BOARD_GOOGLE_SHUBOZ
|
|
bool "-> Shuboz"
|
|
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|
|
|
|
config BOARD_GOOGLE_GUMBOZ
|
|
bool "-> Gumboz"
|
|
select BOARD_GOOGLE_BASEBOARD_DALBOZ
|