hatch: Create wyvern variant
Create the wyvern variant of the puff reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.1.1). BUG=b:158269582 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_WYVERN Signed-off-by: Paul Fagerburg <pfagerburg@google.com> Change-Id: Id7a090058d2926707495387f7e90b3b8ed83dac7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42551 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Edward O'Callaghan
parent
394b5fabf4
commit
8af1bcd38f
@@ -135,6 +135,7 @@ config MAINBOARD_PART_NUMBER
|
||||
default "Puff" if BOARD_GOOGLE_PUFF
|
||||
default "Stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "Sushi" if BOARD_GOOGLE_SUSHI
|
||||
default "Wyvern" if BOARD_GOOGLE_WYVERN
|
||||
|
||||
config OVERRIDE_DEVICETREE
|
||||
string
|
||||
@@ -167,6 +168,7 @@ config VARIANT_DIR
|
||||
default "puff" if BOARD_GOOGLE_PUFF
|
||||
default "stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "sushi" if BOARD_GOOGLE_SUSHI
|
||||
default "wyvern" if BOARD_GOOGLE_WYVERN
|
||||
|
||||
config VBOOT
|
||||
select HAS_RECOVERY_MRC_CACHE
|
||||
|
Reference in New Issue
Block a user