summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/wyvern/include
diff options
context:
space:
mode:
authorPaul Fagerburg <pfagerburg@google.com>2020-06-22 20:52:15 -0600
committerEdward O'Callaghan <quasisec@chromium.org>2020-06-23 23:23:30 +0000
commit8af1bcd38f8469862afe1c0b60c977294c8eb1ea (patch)
tree52b5c3c1d6930b02f5704e3b1d2b378155c2d812 /src/mainboard/google/hatch/variants/wyvern/include
parent394b5fabf4db6b9bc15034db8afc732629b7820a (diff)
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 <pfagerburg@google.com> Change-Id: Id7a090058d2926707495387f7e90b3b8ed83dac7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42551 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/wyvern/include')
-rw-r--r--src/mainboard/google/hatch/variants/wyvern/include/variant/acpi/dptf.asl3
-rw-r--r--src/mainboard/google/hatch/variants/wyvern/include/variant/ec.h8
-rw-r--r--src/mainboard/google/hatch/variants/wyvern/include/variant/gpio.h8
3 files changed, 19 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/wyvern/include/variant/acpi/dptf.asl b/src/mainboard/google/hatch/variants/wyvern/include/variant/acpi/dptf.asl
new file mode 100644
index 0000000000..66940633a4
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/wyvern/include/variant/acpi/dptf.asl
@@ -0,0 +1,3 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <puff/acpi/dptf.asl>
diff --git a/src/mainboard/google/hatch/variants/wyvern/include/variant/ec.h b/src/mainboard/google/hatch/variants/wyvern/include/variant/ec.h
new file mode 100644
index 0000000000..59fb3783c5
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/wyvern/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/wyvern/include/variant/gpio.h b/src/mainboard/google/hatch/variants/wyvern/include/variant/gpio.h
new file mode 100644
index 0000000000..79a141008f
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/wyvern/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