summaryrefslogtreecommitdiff
path: root/util/superiotool
diff options
context:
space:
mode:
authorRobinson P. Tryon <bishop.robinson@gmail.com>2007-11-25 21:43:29 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-11-25 21:43:29 +0000
commit29cbb367b0a16464d53b2728600381af2bb308c1 (patch)
treebc922f77ecc1f2234e5137356f976044855f20e9 /util/superiotool
parentd1bfaa92e8b30dc9a834fa6cdf8c2dd525029441 (diff)
downloadcoreboot-29cbb367b0a16464d53b2728600381af2bb308c1.tar.xz
Dump support for SMSC FDC37C67x.
Signed-off-by: Robinson P. Tryon <bishop.robinson@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2986 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-rw-r--r--util/superiotool/smsc.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c
index 63692290ed..69d20a1f97 100644
--- a/util/superiotool/smsc.c
+++ b/util/superiotool/smsc.c
@@ -42,6 +42,37 @@ static const struct superio_registers reg_table[] = {
{0x30, "FDC37C93xAPM", {
{EOT}}},
{0x40, "FDC37C67x", { /* E.g. FDC37C672. Chiprev: 0x01 */
+ {NOLDN, NULL,
+ {0x03,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x2b,0x2c,
+ 0x2d,0x2e,0x2f,EOT},
+ {0x03,0x40,NANA,0x00,0x00,0x04,MISC,MISC,NANA,NANA,
+ NANA,NANA,NANA,EOT}},
+ {0x0, "Floppy",
+ {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,0xf2,0xf4,0xf5,
+ EOT},
+ {0x00,0x03,0xf0,0x06,0x02,0x0e,0x00,0xff,0x00,0x00,
+ EOT}},
+ {0x3, "Parallel port",
+ {0x30,0x60,0x61,0x70,0x74,0xf0,0xf1,EOT},
+ {0x00,0x00,0x00,0x00,0x04,0x3c,0x00,EOT}},
+ {0x4, "COM1",
+ {0x30,0x60,0x61,0x70,0xf0,EOT},
+ {0x00,0x00,0x00,0x00,0x00,EOT}},
+ {0x5, "COM2",
+ {0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,0xf1,0xf2,
+ EOT},
+ {0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x02,0x03,
+ EOT}},
+ {0x7, "Keyboard",
+ {0x30,0x70,0x72,0xf0,EOT},
+ {0x00,0x00,0x00,0x00,EOT}},
+ {0x8, "Aux I/O",
+ {0x30,0xb4,0xb5,0xb6,0xb7,0xc0,0xc1,0xc2,0xc3,0xc4,
+ 0xf1,0xf2,0xf3,0xf4,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,
+ EOT},
+ {0x00,NANA,NANA,NANA,NANA,0x06,0x03,NANA,NANA,NANA,
+ 0x00,0x00,0x00,MISC,RSVD,RSVD,RSVD,RSVD,RSVD,RSVD,
+ EOT}},
{EOT}}},
{0x42, "FDC37B80x/FDC37M707", {
{EOT}}},