aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool
diff options
context:
space:
mode:
authorUlf Jordan <jordan@chalmers.se>2007-12-14 20:00:58 +0000
committerCorey Osgood <corey.osgood@gmail.com>2007-12-14 20:00:58 +0000
commitc9a677b4b31b5c56d953c549e626d3989d7c3623 (patch)
tree35a40d8f1eb8397b181f961a6895b33bfd7746a1 /util/superiotool
parentc7e12e2a9d27e91b86402322b61a272704204a3d (diff)
Add dump support for SMSC LPC47M192.
Signed-off-by: Ulf Jordan <jordan@chalmers.se> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3007 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 c2fb2fa585..b86507875e 100644
--- a/util/superiotool/smsc.c
+++ b/util/superiotool/smsc.c
@@ -319,6 +319,37 @@ static const struct superio_registers reg_table[] = {
{0x5f, "LPC47M14x", {
{EOT}}},
{0x60, "LPC47M15x/192/997", {
+ {NOLDN, NULL,
+ {0x03,0x07,0x20,0x21,0x22,0x23,0x24,0x26,0x27,0x28,
+ 0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
+ {RSVD,0x00,0x60,NANA,0x00,0x00,0x44,MISC,MISC,RSVD,
+ NANA,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 / IR",
+ {0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,EOT},
+ {NANA,0x00,0x00,0x00,0x00,0x02,0x03,EOT}},
+ {0x7, "Keyboard",
+ {0x30,0x70,0x72,0xf0,EOT},
+ {0x00,0x00,0x00,0x00,EOT}},
+ {0x9, "Game port",
+ {0x30,0x60,0x61,EOT},
+ {0x00,0x00,0x00,EOT}},
+ {0xa, "Power Management Events (PME)",
+ {0x30,0x60,0x61,0xf0,EOT},
+ {0x00,0x00,0x00,NANA,EOT}},
+ {0xb, "MPU-401",
+ {0x30,0x60,0x61,0x70,EOT},
+ {0x00,0x03,0x30,0x05,EOT}},
{EOT}}},
{0x62, "LPC47S45x", {
{EOT}}},