summaryrefslogtreecommitdiff
path: root/baseboard/honeybuns/baseboard.c
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2020-01-30 16:03:22 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-04 11:30:05 +0000
commit79ec40ac7060bb1f7a12aa53f0222dba74f3c521 (patch)
tree53a764ce41fb7f85b2fc2ae47a57412fb28f1f2f /baseboard/honeybuns/baseboard.c
parent5f3a97a9401dcd86705c4e00632cf06c684425f4 (diff)
downloadchrome-ec-79ec40ac7060bb1f7a12aa53f0222dba74f3c521.tar.gz
honeybuns: Initial skeleton EC image
This CL contains a skeleton image as a starter for honeybuns. BUG=b:148492715 BRANCH=none TEST=make BOARD=honeybuns and verify that image builds successfully Change-Id: I05c8b6bb4fa1f1a781ab4d9e8a43026373c2ab50 Signed-off-by: Scott Collyer <scollyer@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2032199 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'baseboard/honeybuns/baseboard.c')
-rw-r--r--baseboard/honeybuns/baseboard.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/baseboard/honeybuns/baseboard.c b/baseboard/honeybuns/baseboard.c
new file mode 100644
index 0000000000..e594d40a0c
--- /dev/null
+++ b/baseboard/honeybuns/baseboard.c
@@ -0,0 +1,11 @@
+/* Copyright 2020 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.
+ */
+
+/* Honeybuns family-specific configuration */
+#include "gpio.h"
+
+/******************************************************************************/
+
+