Superiotool: Add IT8703F support.
Kudos to ITE for providing the necessary information that quickly. Signed-off-by: Luc Verhaegen <libv@skynet.be> Tested-by: Glenn Mueller <mechwarrior5@hotmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4424 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
fc6de69078
commit
7a0f01f211
|
@ -66,6 +66,48 @@ static const struct superio_registers reg_table[] = {
|
|||
{EOT}}},
|
||||
{0x8681, "IT8671F/IT8687R", {
|
||||
{EOT}}},
|
||||
{0x8701, "IT8703F", {
|
||||
{NOLDN, NULL,
|
||||
{0x20,0x21,0x23,0x24,0x26,0x29,0x2A,0x2B,EOT},
|
||||
{0x87,0x00,0x00,0x80,0x00,0x00,0x7C,0xC0,EOT}},
|
||||
{0x0, "Floppy disk controller",
|
||||
{0x30,0x60,0x61,0x70,0x74,0xF0,0xF1,0xF2,0xF3,0xF4,
|
||||
0xF5,EOT},
|
||||
{0x00,0x03,0xf0,0x06,0x02,0x0E,0x00,0xFF,0x00,0x00,
|
||||
0x00,EOT}},
|
||||
{0x1, "Parallel port",
|
||||
{0x30,0x60,0x61,0x62,0x63,0x70,0x74,0xf0,EOT},
|
||||
{0x00,0x03,0x78,0x00,0x80,0x07,0x03,0x03,EOT}},
|
||||
{0x2, "Serial port 1",
|
||||
{0x30,0x60,0x61,0x70,0xf0,EOT},
|
||||
{0x00,0x03,0xf8,0x04,0x00,EOT}},
|
||||
{0x3, "Serial port 2",
|
||||
{0x30,0x60,0x61,0x70,0xf0,0xf1,0xf2,0xf3,EOT},
|
||||
{0x00,0x02,0xf8,0x03,0x00,0x00,0x00,0x7f,EOT}},
|
||||
{0x5, "Keyboard controller",
|
||||
{0x30,0x60,0x61,0x62,0x63,0x70,0x71,0xf0,EOT},
|
||||
{0x01,0x00,0x60,0x00,0x64,0x01,0x0C,0x80,EOT}},
|
||||
{0x6, "Consumer IR",
|
||||
{0x30,0x60,0x61,0x70,EOT},
|
||||
{0x00,0x00,0x00,0x00,EOT}},
|
||||
{0x7, "Game port, MIDI, GPIO set 1",
|
||||
{0x30,0x60,0x61,0x62,0x63,0x70,0xF0,0xF1,0xF2,EOT},
|
||||
{0x00,0x02,0x01,0x03,0x30,0x00,0xFF,0x00,0x00,EOT}},
|
||||
{0x8, "GPIO set 2",
|
||||
{0x30,0xF0,0xF1,0xF2,0xF3,0xF5,EOT},
|
||||
{0x00,0xFF,0x00,0x00,0x00,0x00,EOT}},
|
||||
{0x9, "GPIO set 3 and 4",
|
||||
{0x30,0x60,0x61,0xF0,0xF1,0xF2,0xF3,0xF4,EOT},
|
||||
{0x00,0x02,0x90,0xFF,0x00,0x00,0x00,0x00,EOT}},
|
||||
{0xA, "ACPI",
|
||||
{0x30,0x70,0xE0,0xE1,0xE2,0xE3,0xE4,0xE5,0xE6,0xE7,
|
||||
0xF3,0xF4,0xF6,0xF7,0xF9,EOT},
|
||||
{0x00,0x00,0x00,0x00,NANA,NANA,0x00,0x00,0x00,0x00,
|
||||
NANA,NANA,0x00,0x00,0x00,EOT}},
|
||||
{0xC, "GPIO set 5, 6 and 7",
|
||||
{0x30,0x60,0x61,0xF0,0xF3,0xF6,EOT},
|
||||
{0x00,0x03,0x70,0x00,0xFF,0xFF,EOT}},
|
||||
{EOT}}},
|
||||
{0x8702, "IT8702F", {
|
||||
{EOT}}},
|
||||
{0x8705, "IT8705F/AF / IT8700F", {
|
||||
|
|
Loading…
Reference in New Issue