summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/roadrunner-lx/chip.h
diff options
context:
space:
mode:
authorJens Rottmann <JRottmann@LiPPERTEmbedded.de>2008-11-19 12:19:09 +0000
committerStefan Reinauer <stepan@openbios.org>2008-11-19 12:19:09 +0000
commitf31ca16793ca2898e5983a12bdd706bfdd0d0efe (patch)
tree4b0d94bcbe06dafdd47364828d55823dda70183a /src/mainboard/lippert/roadrunner-lx/chip.h
parent8ab91d875b3572a1c9b50e2035edf996aa8727da (diff)
Add support for the LiPPERT Cool RoadRunner-LX embedded PC board:
- PC/104+ form factor - AMD Geode-LX CPU/northbridge - AMD CS5536 southbridge - ITE IT8712F superio http://www.lippert-at.com/index.php?id=408 Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3760 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/roadrunner-lx/chip.h')
-rw-r--r--src/mainboard/lippert/roadrunner-lx/chip.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/mainboard/lippert/roadrunner-lx/chip.h b/src/mainboard/lippert/roadrunner-lx/chip.h
new file mode 100644
index 0000000000..9af3fe3bf8
--- /dev/null
+++ b/src/mainboard/lippert/roadrunner-lx/chip.h
@@ -0,0 +1,29 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2008 LiPPERT Embedded Computers GmbH
+ *
+ * Based on chip.h from AMD's DB800 mainboard.
+ *
+ * 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
+ */
+
+#include <stdint.h>
+
+extern struct chip_operations mainboard_lippert_roadrunner_lx_ops;
+
+struct mainboard_lippert_roadrunner_lx_config {
+ u8 sio_gp1x_config; // bit5=Live LED, bit2=RS485_EN2, bit1=RS485_EN1
+};