aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627dhg/w83627dhg.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-11-11 21:10:07 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-11-11 21:10:07 +0000
commit1ec5094390f6d78929cc12ed31860a7c8e2c459c (patch)
treeceb0e4ac49a5125dfaa62995d109d052a24483d8 /src/superio/winbond/w83627dhg/w83627dhg.h
parent81af3d4a0077f354029e92aea71eb737d20f6a3e (diff)
Add support for the Winbond W83627DHG Super I/O.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3746 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83627dhg/w83627dhg.h')
-rw-r--r--src/superio/winbond/w83627dhg/w83627dhg.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/superio/winbond/w83627dhg/w83627dhg.h b/src/superio/winbond/w83627dhg/w83627dhg.h
new file mode 100644
index 0000000000..e044e0d6dc
--- /dev/null
+++ b/src/superio/winbond/w83627dhg/w83627dhg.h
@@ -0,0 +1,32 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
+ *
+ * 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
+ */
+
+#define W83627DHG_FDC 0 /* Floppy */
+#define W83627DHG_PP 1 /* Parallel port */
+#define W83627DHG_SP1 2 /* Com1 */
+#define W83627DHG_SP2 3 /* Com2 */
+#define W83627DHG_KBC 5 /* PS/2 keyboard + mouse */
+#define W83627DHG_SPI 6 /* Serial peripheral interface */
+#define W83627DHG_GPIO6 7 /* GPIO6 */
+#define W83627DHG_WDTO_PLED 8 /* WDTO#, PLED */
+#define W83627DHG_GPIO_SUSLED 9 /* GPIO2, GPIO3, GPIO4, GPIO5 */
+#define W83627DHG_ACPI 10 /* ACPI */
+#define W83627DHG_HWM 11 /* Hardware monitor */
+#define W83627DHG_PECI_SST 12 /* PECI, SST */