summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/gooey/include
diff options
context:
space:
mode:
authorstanley.wu <stanley1.wu@lcfc.corp-partner.google.com>2021-08-07 01:23:44 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-08-23 14:12:26 +0000
commit6b744344144cde7156b68fe499c499785f82ba0b (patch)
tree66b976bbd9b237a51ce3bffc29e6f2f92bc6b8c0 /src/mainboard/google/dedede/variants/gooey/include
parent954df3d6bf60c750a4f4aaa0f4297260755a234e (diff)
mb/google/dedede: add gooey variant
gooey is the same design as boten, and differs only in replacing Cr50 with discrete TPM. BUG=b:193366710, 197247706 TEST=FW_NAME=gooey emerge-keeby coreboot Signed-off-by: stanley.wu <stanley1.wu@lcfc.corp-partner.google.com> Change-Id: I2a54f872a7d5c0bee76a9e6e309613d9357b380b Reviewed-on: https://review.coreboot.org/c/coreboot/+/56858 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/gooey/include')
-rw-r--r--src/mainboard/google/dedede/variants/gooey/include/variant/ec.h8
-rw-r--r--src/mainboard/google/dedede/variants/gooey/include/variant/gpio.h8
2 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/gooey/include/variant/ec.h b/src/mainboard/google/dedede/variants/gooey/include/variant/ec.h
new file mode 100644
index 0000000000..08870e0627
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/gooey/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/gooey/include/variant/gpio.h b/src/mainboard/google/dedede/variants/gooey/include/variant/gpio.h
new file mode 100644
index 0000000000..9078664608
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/gooey/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 */