summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/cappy/include
diff options
context:
space:
mode:
authorZhi Li <lizhi7@huaqin.corp-partner.google.com>2021-06-12 17:10:18 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-06-17 09:58:41 +0000
commit30701763e3886ecdf94b4c6dbadfb8079318f324 (patch)
treedb7b36e5890ce2bec0c3bf573384bc497a2f7eb3 /src/mainboard/google/dedede/variants/cappy/include
parented5c7ac03109c325151ed5ced779c93540418f72 (diff)
mb/google/dedede: Create cappy variant
Create the cappy variant of the waddledee 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:190515828 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_CAPPY Signed-off-by: Zhi Li <lizhi7@huaqin.corp-partner.google.com> Change-Id: Id5a3b0cb475ee77a9f62523d8322a5e4123ce3be Reviewed-on: https://review.coreboot.org/c/coreboot/+/55451 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Reviewed-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/cappy/include')
-rw-r--r--src/mainboard/google/dedede/variants/cappy/include/variant/ec.h8
-rw-r--r--src/mainboard/google/dedede/variants/cappy/include/variant/gpio.h8
2 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/cappy/include/variant/ec.h b/src/mainboard/google/dedede/variants/cappy/include/variant/ec.h
new file mode 100644
index 0000000000..08870e0627
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/cappy/include/variant/ec.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef MAINBOARD_EC_H
+#define MAINBOARD_EC_H
+
+#include <baseboard/ec.h>
+
+#endif
diff --git a/src/mainboard/google/dedede/variants/cappy/include/variant/gpio.h b/src/mainboard/google/dedede/variants/cappy/include/variant/gpio.h
new file mode 100644
index 0000000000..9078664608
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/cappy/include/variant/gpio.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef MAINBOARD_GPIO_H
+#define MAINBOARD_GPIO_H
+
+#include <baseboard/gpio.h>
+
+#endif /* MAINBOARD_GPIO_H */