mb/google/hatch: Add Kohaku board
Adding Kohaku as a variant of hatch. BUG=b:129706980 BRANCH=NONE TEST=./util/abuild/abuild -p none -t google/hatch -x -a make sure HATCH_KOHAKU is built as well. Change-Id: I5b451f421f6d353005e6b73eac180dcec2e8b0c0 Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
c76409ca35
commit
c10fed0743
|
@ -59,6 +59,7 @@ config GBB_HWID
|
|||
depends on CHROMEOS
|
||||
default "HATCH TEST 1823" if BOARD_GOOGLE_HATCH
|
||||
default "HATCH_WHL TEST 2374" if BOARD_GOOGLE_HATCH_WHL
|
||||
default "KOHAKU TEST 1953" if BOARD_GOOGLE_HATCH_WHL
|
||||
|
||||
config MAINBOARD_DIR
|
||||
string
|
||||
|
@ -72,6 +73,7 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "Hatch" if BOARD_GOOGLE_HATCH
|
||||
default "Hatch_whl" if BOARD_GOOGLE_HATCH_WHL
|
||||
default "Kohaku" if BOARD_GOOGLE_KOHAKU
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
|
@ -93,6 +95,7 @@ config VARIANT_DIR
|
|||
string
|
||||
default "hatch" if BOARD_GOOGLE_HATCH
|
||||
default "hatch_whl" if BOARD_GOOGLE_HATCH_WHL
|
||||
default "kohaku" if BOARD_GOOGLE_KOHAKU
|
||||
|
||||
config VBOOT
|
||||
select HAS_RECOVERY_MRC_CACHE
|
||||
|
|
|
@ -9,3 +9,8 @@ config BOARD_GOOGLE_HATCH_WHL
|
|||
bool "-> Hatch_whl"
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
select SOC_INTEL_WHISKEYLAKE
|
||||
|
||||
config BOARD_GOOGLE_KOHAKU
|
||||
bool "-> Kohaku"
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
select SOC_INTEL_COMETLAKE
|
||||
|
|
Loading…
Reference in New Issue