aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/spacerunner-lx/chip.h
diff options
context:
space:
mode:
authorJens Rottmann <JRottmann@LiPPERTEmbedded.de>2008-10-30 19:34:44 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-30 19:34:44 +0000
commitedc7ef2b76f8d49d1eeae9a111bdcae3f288d6f9 (patch)
tree69780eff6101472f344423bf470e6949fd9d0b47 /src/mainboard/lippert/spacerunner-lx/chip.h
parent6a4bf9886ac9990206ac64fd09890bca433d9bd8 (diff)
Add support for the LiPPERT Cool SpaceRunner-LX embedded PC board:
- PC/104+ form factor - AMD Geode-LX CPU/northbridge - AMD CS5536 southbridge - ITE IT8712F Super I/O Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3710 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/spacerunner-lx/chip.h')
-rw-r--r--src/mainboard/lippert/spacerunner-lx/chip.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mainboard/lippert/spacerunner-lx/chip.h b/src/mainboard/lippert/spacerunner-lx/chip.h
new file mode 100644
index 0000000000..ba7edb0a1d
--- /dev/null
+++ b/src/mainboard/lippert/spacerunner-lx/chip.h
@@ -0,0 +1,28 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2008 LiPPERT Embedded Computers GmbH
+ *
+ * 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_spacerunner_lx_ops;
+
+struct mainboard_lippert_spacerunner_lx_config {
+ /* bit2 = RS485_EN2, bit1 = RS485_EN1, bit0 = Live LED */
+ u8 sio_gp1x_config;
+};