Hi Mike,
On 23.02.2010 05:45, Spangler, Mike T wrote:
I can probe with a continuity tester, but would need to know specific pin locations to try. Do you have any generic info on doing this?
Yes (well, I'd have to write up something), but the solution mentioned by Michael is way easier, so I'll wait until Michael has diagnosed the GPIO settings from the flashrom run on factory BIOS.
Regards, Carl-Daniel
Carl-Daniel -
I found the board enable instructions for this motherboard/chipset. Can we get this into flashrom?
See below:
#lspci -n | grep '07.0' 0000:00:07.0 Class 0601: 1022:7468 (rev 05)
Then you need to run: lspci -d 1022:7468 -xxxx 1022:7468 is in the output of the 'lspci -n...' command, right before (rev 05)
Please substitute the ven:device with the one from your system.
After you run that you will get something like this...
lspci -d 1022:7468 -xxxx 0000:00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05) 00: 22 10 68 74 0f 00 20 02 05 00 01 06 00 00 80 00 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20: 00 00 00 00 00 00 00 00 00 00 00 00 1f 16 16 30 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 40: 00 30 07 b1 01 00 00 80 0f 71 00 01 00 00 00 c0 50: 00 00 00 00 8d 71 00 00 43 00 00 00 00 00 00 00 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70: 1f 16 16 30 00 11 00 00 00 00 00 00 00 00 00 00 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
As you can see bit 43 is b1, you need to look on your system for the same line. It has a 40 and then the 4th column to the right of the 40. If it is not c1 then please run the following.
rmmod amd76xrom setpci -d 1022:7468 43.b=c1 modprobe amd76xrom
then reflash...
-----Original Message----- From: Carl-Daniel Hailfinger [mailto:c-d.hailfinger.devel.2006@gmx.net] Sent: Tuesday, February 23, 2010 3:41 AM To: Spangler, Mike T Cc: Michael Karcher; flashrom Subject: Re: [flashrom] Trial of ARIMA:HDAMA Motherboard
Hi Mike,
On 23.02.2010 05:45, Spangler, Mike T wrote:
I can probe with a continuity tester, but would need to know specific pin locations to try. Do you have any generic info on doing this?
Yes (well, I'd have to write up something), but the solution mentioned by Michael is way easier, so I'll wait until Michael has diagnosed the GPIO settings from the flashrom run on factory BIOS.
Regards, Carl-Daniel