aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/traverse/geos/chip.h
diff options
context:
space:
mode:
authorNathan Williams <nathan@traverse.com.au>2010-05-20 07:35:17 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-20 07:35:17 +0000
commit1a169d2a46047e72e34977b74884b8d9d250f124 (patch)
tree891a6d3b0af976217ac65c23886bbdf24e1a963a /src/mainboard/traverse/geos/chip.h
parent6d77252e743424ee7f80ad0920003b46aa29727a (diff)
Add support for the Traverse Technologies Geos mainboard.
This board is similar to the AMD Norwich mainboard. Signed-off-by: Nathan Williams <nathan@traverse.com.au> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5574 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/traverse/geos/chip.h')
-rw-r--r--src/mainboard/traverse/geos/chip.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/traverse/geos/chip.h b/src/mainboard/traverse/geos/chip.h
new file mode 100644
index 0000000000..fb8c6abe4b
--- /dev/null
+++ b/src/mainboard/traverse/geos/chip.h
@@ -0,0 +1,25 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2007 Advanced Micro Devices, 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; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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
+ */
+
+extern struct chip_operations mainboard_ops;
+
+struct mainboard_config {
+ int nothing;
+};