From 444c24a635d1b30811dee8ac37046fa125d373f6 Mon Sep 17 00:00:00 2001 From: Jeff Chase Date: Thu, 3 Jun 2021 16:43:20 -0400 Subject: mb/google/hatch: Create scout variant Create the scout 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.5.0). BUG=b:187080143 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_SCOUT Signed-off-by: Jeff Chase Change-Id: I3be9d2d30821c2c9132ed94c9faf1f33b62bbc7e Reviewed-on: https://review.coreboot.org/c/coreboot/+/55173 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak Reviewed-by: Kangheui Won --- src/mainboard/google/hatch/variants/scout/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/mainboard/google/hatch/variants/scout/Makefile.inc (limited to 'src/mainboard/google/hatch/variants/scout/Makefile.inc') diff --git a/src/mainboard/google/hatch/variants/scout/Makefile.inc b/src/mainboard/google/hatch/variants/scout/Makefile.inc new file mode 100644 index 0000000000..3b5b7d000d --- /dev/null +++ b/src/mainboard/google/hatch/variants/scout/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