aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/malefor/include
diff options
context:
space:
mode:
authorWilliam Wei <wenxu.wei@bitland.corp-partner.google.com>2020-03-26 14:18:53 +0800
committerFurquan Shaikh <furquan@google.com>2020-04-02 06:46:38 +0000
commitda1b088885b12e5b20afd5dd99e31acf3c41965b (patch)
tree2241052416fc1b514117efdf8015786d464de00c /src/mainboard/google/volteer/variants/malefor/include
parentce482849782715bd048faba89f86bfa0aee75598 (diff)
mb/google/volteer: Create Malefor variant
This commit creates a malefor variant for Volteer. The initial settings override the baseboard was copied from variant ripto. Fine tune GPIO and memory DQ based on malefor schematics. BUG=b:150653745 BRANCH=volteer TEST=emerge-volteer coreboot Signed-off-by: William Wei <wenxu.wei@bitland.corp-partner.google.com> Change-Id: Idbeebb13e537287686344740211143df35b7863a Reviewed-on: https://review.coreboot.org/c/coreboot/+/39857 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/malefor/include')
-rw-r--r--src/mainboard/google/volteer/variants/malefor/include/variant/ec.h9
-rw-r--r--src/mainboard/google/volteer/variants/malefor/include/variant/gpio.h11
2 files changed, 20 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/malefor/include/variant/ec.h b/src/mainboard/google/volteer/variants/malefor/include/variant/ec.h
new file mode 100644
index 0000000000..33e79711f6
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/malefor/include/variant/ec.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef __VARIANT_EC_H__
+#define __VARIANT_EC_H__
+
+#include <baseboard/ec.h>
+
+#endif
diff --git a/src/mainboard/google/volteer/variants/malefor/include/variant/gpio.h b/src/mainboard/google/volteer/variants/malefor/include/variant/gpio.h
new file mode 100644
index 0000000000..55725ad59a
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/malefor/include/variant/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+#include <baseboard/gpio.h>
+
+/* Copied from baseboard and may need to change for the new variant. */
+
+#endif