summaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_jerry/board.h
diff options
context:
space:
mode:
authorKatie Roberts-Hoffman <katierh@google.com>2014-10-23 19:14:30 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-04-10 20:49:31 +0200
commitb262c726252dc870b373c1e2736699ce172788b1 (patch)
treea1b2a933422edc356ad7650cc689ea3b2c6705a0 /src/mainboard/google/veyron_jerry/board.h
parent103a07fbeb78bf6fc199400da197b86d248093dd (diff)
downloadcoreboot-b262c726252dc870b373c1e2736699ce172788b1.tar.xz
Add google/veyron_jerry board
This is essentially a copy of veyron_pinky for now. BUG=chrome-os-partner:33269 TEST=build and boot Change-Id: I151c82f54ece4620953d0db5aedf027a3293926f Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 267611f2354be4384de3f05d2459a4e421ee6b4f Original-Change-Id: I0d473361e0850ee3b11da5a809f8396826ccdad6 Original-Signed-off-by: Katie Roberts-Hoffman <katierh@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/225301 Reviewed-on: http://review.coreboot.org/9544 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/veyron_jerry/board.h')
-rw-r--r--src/mainboard/google/veyron_jerry/board.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron_jerry/board.h b/src/mainboard/google/veyron_jerry/board.h
new file mode 100644
index 0000000000..6162b030c6
--- /dev/null
+++ b/src/mainboard/google/veyron_jerry/board.h
@@ -0,0 +1,32 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright 2014 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef __MAINBOARD_GOOGLE_VEYRON_JERRY_BOARD_H
+#define __MAINBOARD_GOOGLE_VEYRON_JERRY_BOARD_H
+
+#include <boardid.h>
+#include <gpio.h>
+
+#define PMIC_BUS 0
+
+#define GPIO_RESET (board_id() > 0 ? GPIO(0, B, 5) : GPIO(0, B, 2))
+
+/* TODO: move setup_chromeos_gpios() here once bootblock code is in mainboard */
+
+#endif /* __MAINBOARD_GOOGLE_VEYRON_JERRY_BOARD_H */