Hey guys,
I've been looking through the datasheet on this chip, and I've got no idea where the values you use come from. I know some of you have been adding dump support to various chips just for the sake of having them (which is a good thing, and I'm glad you're doing it), so I was hoping you might be able to do this one while you're at it.
Thanks, Corey
Quoting Corey Osgood corey.osgood@gmail.com:
Hey guys,
I've been looking through the datasheet on this chip, and I've got no idea where the values you use come from. I know some of you have been adding dump support to various chips just for the sake of having them (which is a good thing, and I'm glad you're doing it), so I was hoping you might be able to do this one while you're at it.
Thanks, Corey
I know the hundreds of pages on the datasheet can get a little munotinious. Which values are you confused about?
Thanks - Joe
On Dec 12, 2007 5:02 PM, joe@smittys.pointclark.net wrote:
Quoting Corey Osgood corey.osgood@gmail.com:
Hey guys,
I've been looking through the datasheet on this chip, and I've got no idea where the values you use come from. I know some of you have been adding dump support to various chips just for the sake of having them (which is a good thing, and I'm glad you're doing it), so I was hoping you might be able to do this one while you're at it.
Thanks, Corey
I know the hundreds of pages on the datasheet can get a little munotinious. Which values are you confused about?
Thanks - Joe
Well, not so much the values, but how superiotool uses/needs them. I'm looking to check and compare the values of the super IO's GPIO registers in an easy manner (and Debian no longer has hwtools, so no userspace inb/outb). I have very little free time, so I was hoping someone who does know the ins and outs of superiotool would whip it off.
Thanks, Corey
Quoting Corey Osgood corey.osgood@gmail.com:
On Dec 12, 2007 5:02 PM, joe@smittys.pointclark.net wrote:
Quoting Corey Osgood corey.osgood@gmail.com:
Hey guys,
I've been looking through the datasheet on this chip, and I've got no idea where the values you use come from. I know some of you have been adding dump support to various chips just for the sake of having them (which is a good thing, and I'm glad you're doing it), so I was hoping you might be able to do this one while you're at it.
Thanks, Corey
I know the hundreds of pages on the datasheet can get a little munotinious. Which values are you confused about?
Thanks - Joe
Well, not so much the values, but how superiotool uses/needs them. I'm looking to check and compare the values of the super IO's GPIO registers in an easy manner (and Debian no longer has hwtools, so no userspace inb/outb). I have very little free time, so I was hoping someone who does know the ins and outs of superiotool would whip it off.
Thanks, Corey
If I remember correctly I think it was Uwe that wrote the SMSC code for superiotool?? Maybe he has a dump?
Thanks - Joe
On Wed, 12 Dec 2007, Corey Osgood wrote:
Hey guys,
I've been looking through the datasheet on this chip, and I've got no idea where the values you use come from. I know some of you have been adding dump support to various chips just for the sake of having them (which is a good thing, and I'm glad you're doing it), so I was hoping you might be able to do this one while you're at it.
Attached is a patch for superiotool adding dump support for the SMSC LPC47M192.
/ulf
Ulf Jordan wrote:
On Wed, 12 Dec 2007, Corey Osgood wrote:
Hey guys,
I've been looking through the datasheet on this chip, and I've got no idea where the values you use come from. I know some of you have been adding dump support to various chips just for the sake of having them (which is a good thing, and I'm glad you're doing it), so I was hoping you might be able to do this one while you're at it.
Attached is a patch for superiotool adding dump support for the SMSC LPC47M192.
/ulf
Thanks, works great!
Acked-by: Corey Osgood corey.osgood@gmail.com
and r3007
On Fri, 14 Dec 2007, Corey Osgood wrote:
Ulf Jordan wrote:
Attached is a patch for superiotool adding dump support for the SMSC LPC47M192.
/ulf
Thanks, works great!
Acked-by: Corey Osgood corey.osgood@gmail.com
and r3007
Could you provide example dumps and update the wiki status page at http://linuxbios.org/Superiotool ?
/ulf
Ulf Jordan wrote:
On Fri, 14 Dec 2007, Corey Osgood wrote:
Ulf Jordan wrote:
Attached is a patch for superiotool adding dump support for the SMSC LPC47M192.
/ulf
Thanks, works great!
Acked-by: Corey Osgood corey.osgood@gmail.com
and r3007
Could you provide example dumps and update the wiki status page at http://linuxbios.org/Superiotool ?
/ulf
From the RCA RM4100, stock bios:
rm4100:~# superiotool -d superiotool r3006 Found SMSC LPC47M15x/192/997 (id=0x60, rev=0x01) at 0x2e Register dump: idx 03 07 20 21 22 23 24 26 27 28 2a 2b 2c 2d 2e 2f val 00 0a 60 01 10 00 44 2e 00 00 00 00 00 00 00 00 def RR 00 60 NA 00 00 44 MM MM RR NA NA NA NA NA NA LDN 0x00 (Floppy) idx 30 60 61 70 74 f0 f1 f2 f4 f5 val 00 03 f0 06 02 0e 00 ff 00 00 def 00 03 f0 06 02 0e 00 ff 00 00 LDN 0x03 (Parallel port) idx 30 60 61 70 74 f0 f1 val 00 03 78 07 04 3c 00 def 00 00 00 00 04 3c 00 LDN 0x04 (COM1) idx 30 60 61 70 f0 val 01 03 f8 04 00 def 00 00 00 00 00 LDN 0x05 (COM2 / IR) idx 30 60 61 70 f0 f1 f2 val 00 00 00 00 00 02 03 def NA 00 00 00 00 02 03 LDN 0x07 (Keyboard) idx 30 70 72 f0 val 01 01 0c 00 def 00 00 00 00 LDN 0x09 (Game port) idx 30 60 61 val 00 00 00 def 00 00 00 LDN 0x0a (Power Management Events (PME)) idx 30 60 61 f0 val 01 0a 00 00 def 00 00 00 NA LDN 0x0b (MPU-401) idx 30 60 61 70 val 00 03 30 05 def 00 03 30 05
On Sat, Dec 15, 2007 at 10:16:07PM -0500, Corey Osgood wrote:
From the RCA RM4100, stock bios:
rm4100:~# superiotool -d superiotool r3006 Found SMSC LPC47M15x/192/997 (id=0x60, rev=0x01) at 0x2e
Thanks, added to wiki.
Uwe.
Quoting Corey Osgood corey.osgood@gmail.com:
Ulf Jordan wrote:
On Fri, 14 Dec 2007, Corey Osgood wrote:
Ulf Jordan wrote:
Attached is a patch for superiotool adding dump support for the SMSC LPC47M192.
/ulf
Thanks, works great!
Acked-by: Corey Osgood corey.osgood@gmail.com
and r3007
Could you provide example dumps and update the wiki status page at http://linuxbios.org/Superiotool ?
/ulf
From the RCA RM4100 running corebootv2, please add to wiki:
[root@localhost ~]# superiotool -d superiotool r3064 Found SMSC LPC47M15x/192/997 (id=0x60, rev=0x01) at 0x2e Register dump: idx 03 07 20 21 22 23 24 26 27 28 2a 2b 2c 2d 2e 2f val 00 0b 60 01 10 00 44 2e 00 00 00 00 00 00 00 00 def RR 00 60 NA 00 00 44 MM MM RR NA NA NA NA NA NA LDN 0x00 (Floppy) idx 30 60 61 70 74 f0 f1 f2 f4 f5 val 00 03 f0 06 02 0e 00 ff 00 00 def 00 03 f0 06 02 0e 00 ff 00 00 LDN 0x03 (Parallel port) idx 30 60 61 70 74 f0 f1 val 00 00 00 00 04 3c 00 def 00 00 00 00 04 3c 00 LDN 0x04 (COM1) idx 30 60 61 70 f0 val 01 03 f8 03 00 def 00 00 00 00 00 LDN 0x05 (COM2 / IR) idx 30 60 61 70 f0 f1 f2 val 00 00 00 00 00 02 03 def NA 00 00 00 00 02 03 LDN 0x07 (Keyboard) idx 30 70 72 f0 val 01 01 0c 00 def 00 00 00 00 LDN 0x09 (Game port) idx 30 60 61 val 00 00 00 def 00 00 00 LDN 0x0a (Power Management Events (PME)) idx 30 60 61 f0 val 01 0a 00 00 def 00 00 00 NA LDN 0x0b (MPU-401) idx 30 60 61 70 val 00 03 30 05 def 00 03 30 05
Thanks - Joe
On Sat, Feb 16, 2008 at 02:18:34PM -0500, joe@smittys.pointclark.net wrote:
From the RCA RM4100 running corebootv2, please add to wiki:
[root@localhost ~]# superiotool -d superiotool r3064 Found SMSC LPC47M15x/192/997 (id=0x60, rev=0x01) at 0x2e Register dump: idx 03 07 20 21 22 23 24 26 27 28 2a 2b 2c 2d 2e 2f val 00 0b 60 01 10 00 44 2e 00 00 00 00 00 00 00 00 def RR 00 60 NA 00 00 44 MM MM RR NA NA NA NA NA NA LDN 0x00 (Floppy) idx 30 60 61 70 74 f0 f1 f2 f4 f5 val 00 03 f0 06 02 0e 00 ff 00 00 def 00 03 f0 06 02 0e 00 ff 00 00 LDN 0x03 (Parallel port) idx 30 60 61 70 74 f0 f1 val 00 00 00 00 04 3c 00 def 00 00 00 00 04 3c 00 LDN 0x04 (COM1) idx 30 60 61 70 f0 val 01 03 f8 03 00 def 00 00 00 00 00 LDN 0x05 (COM2 / IR) idx 30 60 61 70 f0 f1 f2 val 00 00 00 00 00 02 03 def NA 00 00 00 00 02 03 LDN 0x07 (Keyboard) idx 30 70 72 f0 val 01 01 0c 00 def 00 00 00 00 LDN 0x09 (Game port) idx 30 60 61 val 00 00 00 def 00 00 00 LDN 0x0a (Power Management Events (PME)) idx 30 60 61 f0 val 01 0a 00 00 def 00 00 00 NA LDN 0x0b (MPU-401) idx 30 60 61 70 val 00 03 30 05 def 00 03 30 05
Done, thanks.
Uwe.