summaryrefslogtreecommitdiff
path: root/util/superiotool/winbond.c
diff options
context:
space:
mode:
authorDavid Hendricks <david.hendricks@gmail.com>2007-10-07 19:04:26 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-07 19:04:26 +0000
commitc387b0b89e67f57d17c1f18ddb0ac6c2c06848d8 (patch)
tree2359c839b1e08ce18afc319f839703f1000bbb52 /util/superiotool/winbond.c
parent09203573c158ed3d46d7ee93beb33ec069475a73 (diff)
downloadcoreboot-c387b0b89e67f57d17c1f18ddb0ac6c2c06848d8.tar.xz
Add dump support for the Winbond W83627THF/THG.
Signed-off-by: David Hendricks <david.hendricks@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2833 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r--util/superiotool/winbond.c43
1 files changed, 43 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index d9481a9841..6e502fb068 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -97,6 +97,49 @@ const static struct superio_registers reg_table[] = {
{0x708, "W83637HF/HG", {
{EOT}}},
{0x828, "W83627THF/THG", { /* We assume rev is bits 3..0 of 0x21. */
+ {NOLDN, NULL,
+ {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x29,0x2a,
+ 0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+ {0x82,NANA,0xff,0x00,MISC,0x00,MISC,0x00,0x00,0x00,
+ MISC,MISC,MISC,0x00,0x00,EOT}},
+ /* Some register defaults depend on the value of PNPCSV. */
+ {0x0, "Floppy",
+ {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,
+ 0xf5,EOT},
+ {0x01,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,
+ 0x00,EOT}},
+ {0x1, "Parallel port",
+ {0x30,0x60,0x61,0x70,0x74,0xf0,EOT},
+ {0x01,0x03,0x78,0x07,0x04,0x3f,EOT}},
+ {0x2, "COM1",
+ {0x30,0x60,0x61,0x70,0xf0,EOT},
+ {0x01,0x03,0xf8,0x04,0x00,EOT}},
+ {0x3, "COM2",
+ {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT},
+ {0x01,0x02,0xf8,0x03,0x00,0x00,EOT}},
+ {0x5, "Keyboard",
+ {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
+ {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x80,EOT}},
+ {0x7, "GPIO 1, GPIO 5, game port, MIDI port",
+ {0x30,0x60,0x61,0x62,0x63,0x70,0xf0,0xf1,0xf2,0xf3,
+ 0xf4,0xf5,EOT},
+ {0x00,0x02,0x01,0x03,0x30,0x09,0xff,0x00,0x00,0xff,
+ 0x00,0x00,EOT}},
+ {0x8, "GPIO 2",
+ {0x30,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,EOT},
+ {0x00,0xff,0x00,0x00,0x00,RSVD,0x00,0x00,0x00,EOT}},
+ {0x9, "GPIO 3, GPIO 4",
+ {0x30,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,EOT},
+ {0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,EOT}},
+ {0xa, "ACPI",
+ /* Note: Datasheet says 0xe2 can't be read/written. */
+ {0x30,0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,
+ 0xf0,0xf1,0xf3,0xf4,0xf6,0xf7,0xf9,0xfe,0xff,EOT},
+ {0x00,0x00,0x00,0x00,MISC,MISC,0x00,0x00,0x00,0x00,
+ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,RSVD,RSVD,EOT}},
+ {0xb, "Hardware monitor",
+ {0x30,0x60,0x61,0x70,EOT},
+ {0x00,0x00,0x00,0x00,EOT}},
{EOT}}},
#if 0
{0x85x, "W83687THF", { /* TODO: sensors-detect: 0x85 */