[coreboot] [Patch] superiotool: Add IT8703F support.

Luc Verhaegen libv at skynet.be
Thu Jul 9 18:36:59 CEST 2009


Glenn, can you run this on your Asus A7V8X and attach the output?

Thanks,

Luc Verhaegen.
-------------- next part --------------
Superiotool: Add IT8703F support.

Kudos to ITE for quickly providing information.

Signed-off-by: Luc Verhaegen <libv at skynet.be>

Index: ite.c
===================================================================
--- ite.c	(revision 4407)
+++ ite.c	(working copy)
@@ -66,6 +66,44 @@
 		{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", {


More information about the coreboot mailing list