summaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/variants/meep/include/variant/ec.h
diff options
context:
space:
mode:
authorJustin TerAvest <teravest@chromium.org>2018-07-17 10:20:58 -0600
committerMartin Roth <martinroth@google.com>2018-07-18 18:52:29 +0000
commit3a1a956286d466e0438dc76377db5bdf9fb374ff (patch)
tree1ae611cfea0da82b898bf75280cbf99898b04c78 /src/mainboard/google/octopus/variants/meep/include/variant/ec.h
parentfaca0bc2fa5a347a98fc3ee8dd1a5dd9c9763459 (diff)
downloadcoreboot-3a1a956286d466e0438dc76377db5bdf9fb374ff.tar.xz
mb/google/octopus: Create meep variant
This creates a meep variant for octopus. The devicetree overrides are copied from yorp, otherwise everything just defaults to baseboard settings. BUG=b:111543000 TEST=None Change-Id: I791f8d1589d7323fbe884dddf0f9d7362a41b9ac Signed-off-by: Justin TerAvest <teravest@chromium.org> Reviewed-on: https://review.coreboot.org/27516 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/octopus/variants/meep/include/variant/ec.h')
-rw-r--r--src/mainboard/google/octopus/variants/meep/include/variant/ec.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/meep/include/variant/ec.h b/src/mainboard/google/octopus/variants/meep/include/variant/ec.h
new file mode 100644
index 0000000000..16f931b6cd
--- /dev/null
+++ b/src/mainboard/google/octopus/variants/meep/include/variant/ec.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2018 Google LLC
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef MAINBOARD_EC_H
+#define MAINBOARD_EC_H
+
+#include <baseboard/ec.h>
+
+#endif