summaryrefslogtreecommitdiff
path: root/util/superiotool
diff options
context:
space:
mode:
authorIdwer Vollering <idwer_v@hotmail.com>2007-10-16 00:34:03 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-16 00:34:03 +0000
commit92d3434f8720f362b27a99849c67d7b28b07227a (patch)
tree6f00b7d129c2dd5808400e5d7c26cfeb14027f38 /util/superiotool
parent8c1c1c0557f53ab8a13aef49721a72be784717be (diff)
downloadcoreboot-92d3434f8720f362b27a99849c67d7b28b07227a.tar.xz
Dump support for the Winbond W83977TF.
Signed-off-by: Idwer Vollering <idwer_v@hotmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2860 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-rw-r--r--util/superiotool/winbond.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index b55088c5f4..46efec0e33 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -202,6 +202,50 @@ const static struct superio_registers reg_table[] = {
{0x9771, "W83977F-A/G-A/AF-A/AG-A", {
{EOT}}},
{0x9773, "W83977TF", {
+ {NOLDN, NULL,
+ {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x28,0x2a,0x2b,
+ 0x2c,0x2d,0x2e,0x2f,EOT},
+ {0x97,0x73,0xff,0xfe,MISC,0x00,MISC,0x00,0x00,0x00,
+ 0x00,RSVD,RSVD,RSVD,EOT}},
+ {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 / mouse",
+ {0x30,0x60,0x61,0x62,0x63,0x70,0x72,0xf0,EOT},
+ {0x01,0x00,0x60,0x00,0x64,0x01,0x0c,0x83,EOT}},
+ {0x7, "GPIO 1",
+ {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
+ 0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
+ {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
+ 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
+ {0x8, "GPIO 2",
+ {0x30,0x60,0x61,0x70,0x72,0xe8,0xe9,0xea,0xeb,0xec,
+ 0xed,0xee,0xf0,0xf1,0xf2,0xf3,0xf4,EOT},
+ {0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,
+ 0x01,0x01,0x00,RSVD,0x00,0x00,0x00,EOT}},
+ {0x9, "GPIO 3",
+ {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0x72,0xe0,
+ 0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xf1,EOT},
+ {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
+ 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,EOT}},
+ {0xa, "ACPI",
+ {0x30,0x60,0x61,0x62,0x63,0x64,0x65,0x70,0xe0,0xe1,
+ 0x02,0xe3,0xe4,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,
+ 0xf7,0xfe,0xff,EOT},
+ {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
+ NANA,MISC,RSVD,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
+ 0x00,RSVD,RSVD,EOT}},
{EOT}}},
{0x9774, "W83977ATF", {
{EOT}}},