hatch: Create genesis variant
Create the genesis 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.2.0). BUG=b:172620124 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_GENESIS Signed-off-by: Matt Ziegelbaum <ziegs@chromium.org> Change-Id: I70886c2c5a25f5de1a4941ff235547ee812fa50d Reviewed-on: https://review.coreboot.org/c/coreboot/+/47334 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
a9a5dda093
commit
06bff726d4
@@ -144,6 +144,7 @@ config MAINBOARD_PART_NUMBER
|
||||
default "Wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "Dooly" if BOARD_GOOGLE_DOOLY
|
||||
default "Ambassador" if BOARD_GOOGLE_AMBASSADOR
|
||||
default "Genesis" if BOARD_GOOGLE_GENESIS
|
||||
|
||||
config OVERRIDE_DEVICETREE
|
||||
string
|
||||
@@ -178,6 +179,7 @@ config VARIANT_DIR
|
||||
default "wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "dooly" if BOARD_GOOGLE_DOOLY
|
||||
default "ambassador" if BOARD_GOOGLE_AMBASSADOR
|
||||
default "genesis" if BOARD_GOOGLE_GENESIS
|
||||
|
||||
config VBOOT
|
||||
select HAS_RECOVERY_MRC_CACHE
|
||||
|
Reference in New Issue
Block a user