hatch: Create dooly variant
Create the dooly 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.2). BUG=b:155261464 BRANCH=puff TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_DOOLY Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com> Change-Id: I8e714cc9bf4a49266da77db88f8c4a3ca45878d1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45026 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Sam McNally <sammc@google.com>
This commit is contained in:
committed by
Edward O'Callaghan
parent
3c830ea7e7
commit
bfb18e10bc
@@ -142,6 +142,7 @@ config MAINBOARD_PART_NUMBER
|
||||
default "Stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "Sushi" if BOARD_GOOGLE_SUSHI
|
||||
default "Wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "Dooly" if BOARD_GOOGLE_DOOLY
|
||||
|
||||
config OVERRIDE_DEVICETREE
|
||||
string
|
||||
@@ -175,6 +176,7 @@ config VARIANT_DIR
|
||||
default "stryke" if BOARD_GOOGLE_STRYKE
|
||||
default "sushi" if BOARD_GOOGLE_SUSHI
|
||||
default "wyvern" if BOARD_GOOGLE_WYVERN
|
||||
default "dooly" if BOARD_GOOGLE_DOOLY
|
||||
|
||||
config VBOOT
|
||||
select HAS_RECOVERY_MRC_CACHE
|
||||
|
Reference in New Issue
Block a user