summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/scout/include
diff options
context:
space:
mode:
authorJeff Chase <jnchase@google.com>2021-06-03 16:43:20 -0400
committerWerner Zeh <werner.zeh@siemens.com>2021-06-14 05:17:55 +0000
commit444c24a635d1b30811dee8ac37046fa125d373f6 (patch)
tree868072da8e7c234f1a4d71eaca277d082d3d74a0 /src/mainboard/google/hatch/variants/scout/include
parent114d3ffe6f8a3367d2a7df0a32455c691f3b5338 (diff)
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 <jnchase@google.com> Change-Id: I3be9d2d30821c2c9132ed94c9faf1f33b62bbc7e Reviewed-on: https://review.coreboot.org/c/coreboot/+/55173 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/scout/include')
-rw-r--r--src/mainboard/google/hatch/variants/scout/include/variant/ec.h8
-rw-r--r--src/mainboard/google/hatch/variants/scout/include/variant/gpio.h8
2 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/scout/include/variant/ec.h b/src/mainboard/google/hatch/variants/scout/include/variant/ec.h
new file mode 100644
index 0000000000..59fb3783c5
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/scout/include/variant/ec.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_EC_H
+#define VARIANT_EC_H
+
+#include <puff/ec.h>
+
+#endif
diff --git a/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h b/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h
new file mode 100644
index 0000000000..79a141008f
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/scout/include/variant/gpio.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+#include <baseboard/gpio.h>
+
+#endif