From d74c7748aaad02668eb1efeb0cf4b165fd73d42f Mon Sep 17 00:00:00 2001 From: Jonathan Kollasch Date: Sun, 24 Oct 2010 12:43:41 +0000 Subject: [PATCH] Teach superiotool about the registers in a Fintek F71806 (and F71872). Signed-off-by: Jonathan Kollasch Acked-by: Peter Stuge Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5979 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/fintek.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 91acb43e7..1742d1615 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -77,6 +77,42 @@ static const struct superio_registers reg_table[] = { {0x00,0x00,NANA,0x06,0x1c,0x01,EOT}}, {EOT}}}, {0x4103, "F71872F/FG / F71806F/FG", { /* Same ID? Datasheet typo? */ + {NOLDN, NULL, + {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28, + 0x29,0x2a,0x2b,0x2c,0x2d,EOT}, + {0x03,0x41,RSVD,0x19,0x34,0x00,0x00,MISC,0x66, + 0x80,0x00,0x00,0x00,0x04,EOT}}, + {0x0, "Floppy", + {0x30,0x60,0x61,0x70,0x74,0xf0,0xf2,0xf4,EOT}, + {0x01,0x03,0xf0,0x06,0x02,0x0e,0x03,0x00,EOT}}, + {0x1, "COM1", + {0x30,0x60,0x61,0x70,0xf0,EOT}, + {0x01,0x03,0xf8,0x04,0x00,EOT}}, + {0x2, "COM2", + {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT}, + {0x01,0x02,0xf8,0x03,0x00,0x04,EOT}}, + {0x3, "Parallel port", + {0x30,0x60,0x61,0x70,0x74,0xf0,EOT}, + {0x01,0x03,0x78,0x07,0x03,0x42,EOT}}, + {0x4, "Hardware monitor", + {0x30,0x60,0x61,0x70,EOT}, + {0x00,0x02,0x95,0x00,EOT}}, + {0x5, "Keyboard", + {0x30,0x60,0x61,0x70,0x72,0xf0,0xf1,EOT}, + {0x01,0x00,0x60,0x00,0x00,0x83,0x00,EOT}}, + {0x6, "GPIO", + {0x70,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8, + 0xe9,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8, + EOT}, + {0x00,0x00,0x00,NANA,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x00,0x7f,NANA,0x00,0xff,NANA,0x00,0x03,NANA, + EOT}}, + {0x7, "VID", + {0x30,0x60,0x61,EOT}, + {0x00,0x00,0x00,EOT}}, + {0xa, "PME, ACPI", + {0x30,0xf0,0xf1,0xf4,0xf5,EOT}, + {0x00,0x00,0x61,0x06,0x3c,EOT}}, {EOT}}}, {0x4105, "F71882FG/F71883FG", { /* Same ID? Datasheet typo? */ /* We assume reserved bits are read as 0. */ -- 2.25.1