summaryrefslogtreecommitdiff
path: root/baseboard/dragonegg
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2018-06-26 18:10:04 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-06-27 22:07:18 -0700
commitf7d94e0c3e6d5c2f0a5424c9563ea33038e7a0a4 (patch)
treeb6ab4c34ce38480b03f96dcf8823d4746f27e689 /baseboard/dragonegg
parent7d55645209d726c4140b439a6ea0de3957f694f8 (diff)
downloadchrome-ec-f7d94e0c3e6d5c2f0a5424c9563ea33038e7a0a4.tar.gz
DragonEgg: Initial skeleton for DragonEgg
This CL adds DragonEgg in /board and /baseboard. Only minimal gpio signals are defined to allow successful build. The /baseboard files are currently empty, but the plan is to use baseboard for functions that will be common for ite EC and ILK. BRANCH=none BUG=b:110880394 TEST=make buildall Change-Id: Ia018692f277efaceef85a060b6585accc82fddfd Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/1117133 Commit-Ready: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'baseboard/dragonegg')
-rw-r--r--baseboard/dragonegg/baseboard.c6
-rw-r--r--baseboard/dragonegg/baseboard.h11
-rw-r--r--baseboard/dragonegg/build.mk9
3 files changed, 26 insertions, 0 deletions
diff --git a/baseboard/dragonegg/baseboard.c b/baseboard/dragonegg/baseboard.c
new file mode 100644
index 0000000000..a38c724559
--- /dev/null
+++ b/baseboard/dragonegg/baseboard.c
@@ -0,0 +1,6 @@
+/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* DragonEgg family-specific configuration */
diff --git a/baseboard/dragonegg/baseboard.h b/baseboard/dragonegg/baseboard.h
new file mode 100644
index 0000000000..3335d38f1a
--- /dev/null
+++ b/baseboard/dragonegg/baseboard.h
@@ -0,0 +1,11 @@
+/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* Octopus board configuration */
+
+#ifndef __CROS_EC_BASEBOARD_H
+#define __CROS_EC_BASEBOARD_H
+
+#endif /* __CROS_EC_BASEBOARD_H */
diff --git a/baseboard/dragonegg/build.mk b/baseboard/dragonegg/build.mk
new file mode 100644
index 0000000000..ff9ef6728f
--- /dev/null
+++ b/baseboard/dragonegg/build.mk
@@ -0,0 +1,9 @@
+# -*- makefile -*-
+# Copyright 2018 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# DragonEgg baseboard specific files build
+#
+
+baseboard-y=baseboard.o