aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/variants/snappy/include/variant/gpio.h
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quantatw.com>2016-10-17 18:30:54 +0800
committerMartin Roth <martinroth@google.com>2016-10-20 20:18:52 +0200
commit084a343b58d7effadb8f2c226c183cdb8cf2a351 (patch)
tree15cc3ed6095d1f879cde082984f3595816521ac0 /src/mainboard/google/reef/variants/snappy/include/variant/gpio.h
parentb753eeb7afe0f51a07725b13a2f53ed10d7930bc (diff)
mainboard/google/reef: add snappy variant
Create the initial Snappy variant which refers to the Reef device. Snappy, an Apollolake-platform, is deviated from reference board Reef. BRANCH=master BUG=None TEST=Built & booted Signed-off-by: Wisley Chen <wisley.chen@quantatw.com> Change-Id: I6f32c0b1a154edbd8c4822acdbdbdbeb4a0098e6 Reviewed-on: https://review.coreboot.org/17043 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/variants/snappy/include/variant/gpio.h')
-rw-r--r--src/mainboard/google/reef/variants/snappy/include/variant/gpio.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/snappy/include/variant/gpio.h b/src/mainboard/google/reef/variants/snappy/include/variant/gpio.h
new file mode 100644
index 0000000000..6d1ce5a0e4
--- /dev/null
+++ b/src/mainboard/google/reef/variants/snappy/include/variant/gpio.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2016 Google Inc.
+ *
+ * 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_GPIO_H
+#define MAINBOARD_GPIO_H
+
+#include <baseboard/gpio.h>
+
+#endif /* MAINBOARD_GPIO_H */