summaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/variants/foob/include/variant/ec.h
diff options
context:
space:
mode:
authorPeichao Wang <peichao.wang@bitland.corp-partner.google.com>2019-12-04 07:51:27 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-12-09 09:40:47 +0000
commit3b34db6c0f1a2758e06faff8a72c4afd073aa056 (patch)
treebfee5e8608a4a016251d2ce86f9fe7877ea95c00 /src/mainboard/google/octopus/variants/foob/include/variant/ec.h
parentedcce0753163b60f44e27df084ff28f41fbcd8be (diff)
downloadcoreboot-3b34db6c0f1a2758e06faff8a72c4afd073aa056.tar.xz
mb/google/octopus: Create Foob variant
This commit creates a foob variant for Octopus. The initial settings override the baseboard was copied from variant phaser. BUG=b:144890301 BRANCH=octopus TEST=emerge-octopus coreboot Signed-off-by: Peichao Wang <peichao.wang@bitland.corp-partner.google.com> Change-Id: Ibcdda4dd0846612f5e98ab454db7144c1caf0507 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37456 Reviewed-by: Henry Sun <henrysun@google.com> Reviewed-by: Marco Chen <marcochen@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/octopus/variants/foob/include/variant/ec.h')
-rw-r--r--src/mainboard/google/octopus/variants/foob/include/variant/ec.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/foob/include/variant/ec.h b/src/mainboard/google/octopus/variants/foob/include/variant/ec.h
new file mode 100644
index 0000000000..260d7d43b2
--- /dev/null
+++ b/src/mainboard/google/octopus/variants/foob/include/variant/ec.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2019 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