Submitter | Anders Jenbo |
---|---|
Date | 2010-05-08 22:27:03 |
Message ID | <1273357623.3508.2.camel@anders-laptop> |
Download | mbox | patch |
Permalink | /patch/1305/ |
State | Accepted |
Commit | r5535 |
Headers | show |
Comments
On 05/08/2010 06:27 PM, Anders Jenbo wrote: > Add registers for the it8671f chip. > > Signed-off-by: Anders Jenbo<anders@jenbo.dk> Acked-by: Joseph Smith<joe@settoplinux.org>
Heres a sample of it's output -Anders lør, 08 05 2010 kl. 18:34 -0400, skrev Joseph Smith: > On 05/08/2010 06:27 PM, Anders Jenbo wrote: > > Add registers for the it8671f chip. > > > > Signed-off-by: Anders Jenbo<anders@jenbo.dk> > Acked-by: Joseph Smith<joe@settoplinux.org> > superiotool r5507 Found ITE IT8671F/IT8687R (id=0x8681, rev=0x1) at 0x370 Register dump: idx 00 01 02 03 04 05 06 07 20 21 22 23 24 25 26 2e 2f val 00 00 00 00 ff 01 01 02 86 81 01 6f 00 00 00 00 00 def NA NA NA NA NA NA 00 NA 86 81 00 00 00 00 00 00 00 LDN 0x00 (Floppy disk controller) idx 30 31 60 61 70 71 74 f0 val 00 00 03 f0 06 02 02 00 def 00 00 03 f0 06 02 02 00 LDN 0x01 (COM1) idx 30 31 60 61 70 71 f0 val 01 00 03 f8 04 02 00 def 00 00 03 f8 04 02 00 LDN 0x02 (COM2) idx 30 31 60 61 62 63 70 71 72 73 74 75 f0 f1 val 01 00 02 f8 00 00 03 02 00 00 04 04 00 00 def 00 00 02 f8 03 00 03 02 0a 02 00 01 00 00 LDN 0x03 (Parallel port) idx 30 31 60 61 62 63 70 71 74 f0 val 00 00 03 78 07 78 07 02 04 03 def 00 00 01 78 07 78 07 02 03 03 LDN 0x04 (APC) idx 30 f0 f1 f2 f4 f5 f6 val 00 d1 01 10 20 00 00 def 00 00 00 00 00 00 NA LDN 0x05 (Keyboard) idx 30 31 60 61 62 63 70 71 f0 val 01 00 00 60 00 64 01 02 00 def 01 00 00 60 00 64 01 02 00 LDN 0x06 (Mouse) idx 30 70 71 f0 val 00 0c 02 00 def 00 0c 02 00 LDN 0x07 (GPIO and Alternative function) idx 60 61 62 63 64 65 66 67 68 69 70 71 72 73 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff e0 e1 e2 e3 e4 val 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 def 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
On 05/08/2010 07:24 PM, Anders Jenbo wrote: > Heres a sample of it's output > > -Anders > > lør, 08 05 2010 kl. 18:34 -0400, skrev Joseph Smith: >> On 05/08/2010 06:27 PM, Anders Jenbo wrote: >>> Add registers for the it8671f chip. >>> >>> Signed-off-by: Anders Jenbo<anders@jenbo.dk> >> Acked-by: Joseph Smith<joe@settoplinux.org> >> > r5535, please add to wiki: http://www.coreboot.org/Superiotool
Done, thanks for the link. -Anders lør, 08 05 2010 kl. 19:30 -0400, skrev Joseph Smith: > On 05/08/2010 07:24 PM, Anders Jenbo wrote: > > Heres a sample of it's output > > > > -Anders > > > > lør, 08 05 2010 kl. 18:34 -0400, skrev Joseph Smith: > >> On 05/08/2010 06:27 PM, Anders Jenbo wrote: > >>> Add registers for the it8671f chip. > >>> > >>> Signed-off-by: Anders Jenbo<anders@jenbo.dk> > >> Acked-by: Joseph Smith<joe@settoplinux.org> > >> > > > > r5535, please add to wiki: > > http://www.coreboot.org/Superiotool >
On Sun, May 09, 2010 at 01:51:27AM +0200, Anders Jenbo wrote:
> Done, thanks for the link.
I also added a link to your example dump, could be useful at some point.
Uwe.
Patch
Index: util/superiotool/ite.c =================================================================== --- util/superiotool/ite.c (revision 5531) +++ util/superiotool/ite.c (working copy) @@ -69,6 +69,33 @@ {0x8673, "IT8673F", { {EOT}}}, {0x8681, "IT8671F/IT8687R", { + {NOLDN, NULL, + {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x2E,0x2F,EOT}, + {NANA,NANA,NANA,NANA,NANA,NANA,0x00,NANA,0x86,0x81,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}}, + {0x0, "Floppy disk controller", + {0x30,0x31,0x60,0x61,0x70,0x71,0x74,0xF0,EOT}, + {0x00,0x00,0x03,0xF0,0x06,0x02,0x02,0x00,EOT}}, + {0x1, "COM1", + {0x30,0x31,0x60,0x61,0x70,0x71,0xF0,EOT}, + {0x00,0x00,0x03,0xF8,0x04,0x02,0x00,EOT}}, + {0x2, "COM2", + {0x30,0x31,0x60,0x61,0x62,0x63,0x70,0x71,0x72,0x73,0x74,0x75,0xF0,0xF1,EOT}, + {0x00,0x00,0x02,0xF8,0x03,0x00,0x03,0x02,0x0A,0x02,0x00,0x01,0x00,0x00,EOT}}, + {0x3, "Parallel port", + {0x30,0x31,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0xF0,EOT}, + {0x00,0x00,0x01,0x78,0x07,0x78,0x07,0x02,0x03,0x03,EOT}}, + {0x4, "APC", + {0x30,0xF0,0xF1,0xF2,0xF4,0xF5,0xF6,EOT}, + {0x00,0x00,0x00,0x00,0x00,0x00,NANA,EOT}}, + {0x5, "Keyboard", + {0x30,0x31,0x60,0x61,0x62,0x63,0x70,0x71,0xF0,EOT}, + {0x01,0x00,0x00,0x60,0x00,0x64,0x01,0x02,0x00,EOT}}, + {0x6, "Mouse", + {0x30,0x70,0x71,0xF0,EOT}, + {0x00,0x0C,0x02,0x00,EOT}}, + {0x7, "GPIO and Alternative function", + {0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x70,0x71,0x72,0x73,0xF0,0xF1,0xF2,0xF3,0xF4,0xF5,0xF6,0xF7,0xF8,0xF9,0xFA,0xFB,0xFC,0xFD,0xFE,0xFF,0xE0,0xE1,0xE2,0xE3,0xE4,EOT}, + {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,EOT}}, {EOT}}}, {0x8701, "IT8703F", { {NOLDN, NULL,
Add registers for the it8671f chip. Signed-off-by: Anders Jenbo <anders@jenbo.dk> --- Anders Jenbo