summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83977tf/w83977tf.h
diff options
context:
space:
mode:
authorRichard Smith <smithbone@gmail.com>2006-07-29 17:40:36 +0000
committerRichard Smith <smithbone@gmail.com>2006-07-29 17:40:36 +0000
commit924f92faa2f66d09f3ad79a946e3867c105372a7 (patch)
treecf3d183d57d81435ce3382cc0028c48393a99c1b /src/superio/winbond/w83977tf/w83977tf.h
parent5e9dc231209c1a293b5a92a9ea78eb07ce0a3086 (diff)
downloadcoreboot-924f92faa2f66d09f3ad79a946e3867c105372a7.tar.xz
- Add support _framework_ for the Asus p2b.
- New superIO winbond/w83977tf - Add single memory controller SBbus debug routine into a file private to the i440bx This adds support the start of support for an Asus p2b mainboard. Current limitations are the same as for the Bitworks IMS board. Reads from the SMbus don't work. Moving dump_spd_registers() into its own private copy solves the problem of having to go hack on the version that included in src/sdram to only do one memory controller. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2351 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83977tf/w83977tf.h')
-rw-r--r--src/superio/winbond/w83977tf/w83977tf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/superio/winbond/w83977tf/w83977tf.h b/src/superio/winbond/w83977tf/w83977tf.h
new file mode 100644
index 0000000000..76eec89ee1
--- /dev/null
+++ b/src/superio/winbond/w83977tf/w83977tf.h
@@ -0,0 +1,11 @@
+#define W83977TF_FDC 0 /* Floppy */
+#define W83977TF_PP 1 /* Parallel Port */
+#define W83977TF_SP1 2 /* Com1 */
+#define W83977TF_SP2 3 /* Com2 */
+#define W83977TF_KBC 5 /* Keyboard & Mouse */
+#define W83977TF_CIR 6
+#define W83977TF_GAME_MIDI_GPIO1 7
+#define W83977TF_GPIO2 8
+#define W83977TF_GPIO3 9
+#define W83977TF_ACPI 10
+