summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/helios/include/variant/ec.h
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2019-05-21 14:00:53 -0600
committerFurquan Shaikh <furquan@google.com>2019-05-31 18:54:04 +0000
commitcdc459e66a3c6b68bae2515120445a10483df7f4 (patch)
treefc8200aa3da64b9e6bdd7dcf32f8f6cb629e695b /src/mainboard/google/hatch/variants/helios/include/variant/ec.h
parenta66c9b8bf4e4db0a108f90c21084ecc25aa87e72 (diff)
downloadcoreboot-cdc459e66a3c6b68bae2515120445a10483df7f4.tar.xz
mb/google/hatch: Create helios variant
Created helios (hatch variant). Currenly copied from kohaku. Helios- specific changes will come later. BUG=b:133182138 BRANCH=none TEST=none Change-Id: I9d151621a1c42e6f3cadb288f7ea476828c059b5 Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32919 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/helios/include/variant/ec.h')
-rw-r--r--src/mainboard/google/hatch/variants/helios/include/variant/ec.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/helios/include/variant/ec.h b/src/mainboard/google/hatch/variants/helios/include/variant/ec.h
new file mode 100644
index 0000000000..768987d225
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/helios/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 VARIANT_EC_H
+#define VARIANT_EC_H
+
+#include <baseboard/ec.h>
+
+#endif