From 8af1bcd38f8469862afe1c0b60c977294c8eb1ea Mon Sep 17 00:00:00 2001 From: Paul Fagerburg Date: Mon, 22 Jun 2020 20:52:15 -0600 Subject: 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 Change-Id: Id7a090058d2926707495387f7e90b3b8ed83dac7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42551 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/mainboard/google/hatch/variants/wyvern/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/mainboard/google/hatch/variants/wyvern/Makefile.inc (limited to 'src/mainboard/google/hatch/variants/wyvern/Makefile.inc') diff --git a/src/mainboard/google/hatch/variants/wyvern/Makefile.inc b/src/mainboard/google/hatch/variants/wyvern/Makefile.inc new file mode 100644 index 0000000000..3b5b7d000d --- /dev/null +++ b/src/mainboard/google/hatch/variants/wyvern/Makefile.inc @@ -0,0 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only + +ramstage-y += gpio.c +bootblock-y += gpio.c -- cgit v1.2.3