[coreboot] ASUS M4A77TD-PRO. No boot, nothing on the serial port. I'm quite lost.

xdrudis xdrudis at tinet.cat
Mon Aug 2 09:04:52 CEST 2010


Hello. 

Thanks for your previous help. 

I bought the spare flash chips and tested them OK. Flashrom works
nice, and I can boot with any of them with the propietary BIOS.

I'm trying to get coreboot to boot but it doesn't and it does not
output anything on the serial port, so I don't know whether it hangs,
loops to infinity or for too long, reboots repeatedly (I don't think
so). It does the same if I reboot from propietary BIOS to coreboot or
I power up with coreboot. The power led lights, fans spin normally, and
nothing else.

When I boot with the propietary BIOS I can get GRUB2 and linux console
on the serial port, but only at 38400 bps. 118000 does not work. So
I've put 38400 in kconfig too.

Another unusual thing is that when I first built the PC it would not
boot with the propietary BIOS unless I cleared CMOS. Then it booted
once but not again until I cleared CMOS again. Once I updated to the
latest version of the propietary BIOS, it no longer requires clearing
CMOS and I haven't cleared it again (I've kconfigured coreboot not to
use CMOS). This would make me suspect some errata workaround with the
CPU or DIMMs or something, if only I wasn't so unexperienced in
coreboot that my own incompentence is more likely.

It could be anything, so I don't know what to try first. Things I've done:

- I did some of the tests before, but for the last ones I downloaded
revision 5671 from svn (it does not look like anything relevant
changed later). Ooops... until this morning. I'll try again with the
latest commits. I wrote most of this email yesterday but didn't finish it...

- copied src/mainboard/amd/tilpaia_fam10 to src/mainboard/asus/m4a77td-pro

- edited devicetree.cb (several tries, in the last one I set most devices
to off, except device 8 which connects to southbridge and superIO, I even 
physically removed the Nvidia VGA to rule out any incompatibility). I removed 
the "chip superio/ite/it8718f"part and copied in a "chip superio/ite/it8712"
part from another board ( asus/m2v-mx_se ) but set keyboard and mouse off.

- changed a couple of ids in dsdt.asl with my board names. Didn't touch 
the part on IT8718f yet, since I'm not sure a mistake here could cause it
to fail to output messages through the serial port. 

- changed BOARD_AMD_TILAPIA_FAM10 -> BOARD_ASUS_M4A77TD_PRO_FAM10 everywhere 
in Kconfig (and its description), and   select SUPERIO_ITE_IT8718F -> select SUPERIO_ITE_IT8712F
. Removed "select GFXUMA" since my RX781 does not have a GPU and I removed the
Nvidia VGA card. Changed MAX_CPUS to 6 (I have a Phenom X4 but the board can
carry an X6, I believe) and MAX_PHYSICAL_CPUS to 1

- changed romstage.c : removeb it8718f code and replaced it with it8712f code.
Add call to it8712f_kill_watchdog(); 

- changed the board description in mainboard.c and mptable.c string literals.

- minor changes in src/northbridge/amd/amdht/h3finit.c and amd/amdht/h3ncmn.c
  because it did not compile complaining of unused symbols depending on
  kconfig.

- changed a couple of urls in buildgcc from ftp to http because I'm behind
a simple proxy and I didn't feel like reconfiguring it.

- added src/mainboard/asus/m4a77td-pro/Kconfig to src/mainboard/asus/Kconfig

- Following Juhana Helovuo I commented out the call to isa_dma_init() 
in src/southbridge/amd/sb700/sb700_lpc.c and limited max_devfn to 0xff
in pci_device.c

I've tried compiling with gcc 4.4.3 in gnewsense 3.0 and crossgcc for i386
(I believe I tried with x86_64 and something didn't compile). 

I've also read some docs at coreboot.org and browsed some datasheets linked from 
it, but it's a bit heavy for me. 

I've updated cpu/amd/processor_name.c with the latest revision of the doc, but
I haven't tested it since I can't get coreboot to work here. I only know it compiles.

It's always the same result. No boot and no serial output. 

So I don't know what to do next:

- Check for AMD Phenom II X4 910e relevant errata and check whether coreboot implement them ?
(maybe useless if somebody else is using he same processor OK with coreboot ?)

- Find out what the HT link timings should be and disable automatic configuration ?
(is there a way to copy the setup parameters from the propietary BIOS?) 

- Buy a POST PCI card and see if it displays anything ? (maybe useless if the PCI link 
is not working or is a CPU erratum ?)

- Buy a ethernet card supported by net console? (I thought the use case would be more
like when there isn't serial port, if I have a serial port it would seem easier to 
configure it than a network card, so whatever is wrong my also affect the buses or network
card initialisation?) 

- Revisit my assumption that an RX781 may use the same code as RS780 and ask for 
some datasheets that the coreboot wiki lists as existing but maybe included in
already available ones ?

- retry with the latests svn commits

- send more info to the list (what exactly ? I have no coreboot logs, do you want 
my .config, all files in the new mainboard dir ? the complete patch from the base
revision, the diff between my m4a77td-pro and tilapia-fam10 dirs ?)

- quit and wait for someone more knowleadgeable to do the port if ever ?

Thanks for your time reading this. 
Not that I like top posting, but I'll copy the data for my board from
my previous message, so not to make you look back in the archive:

On Fri, Jun 04, 2010 at 12:36:35AM +0200, xdrudis wrote:
> Hello. 
> 
> I finally bought the hardware I told you and installed gnewsense 3 with a
> custom linux-libre 2.6.34 :
> mainboard Asus M4A77TD-PRO 
> http://www.asus.com/product.aspx?P_ID=0AvsBb7WBZe2i9zK
> CPU AMD Phenom X4 910e stepping c3
> AMD 770 
> AMD SB710  
> RAM 2 x 4Gb dual channel non-ECC G.Skill DDR3-1333 PC3 10666 F3-10666CL9D-8GBRL
> superio ITE  IT8712F (clearly marked on the chip and detected)
> lan: RTL8112L
> audio VIA VT1708S 
> 
> I've put a graphics card by MSI, Nvidia GeForce 8400GS passively cooled (no fan) on the PCIExpress 2.0 slot.
>

I've later removed it once I  got login from serial port, just to see if it was
interfering with something
 
> I'll attachs the lspci and superiotool r3125 outputs (versions from gNewSense)
> and flashrom 0.9.2 downloaded and compiled from release tarball.
> 

Those are from before removing the nvidia card. Do I need to rerun them?

> flashrom v0.9.2-r1001 on Linux 2.6.34-libre (x86_64), built with libpci 3.0.0, GCC 4.3.2
> flashrom is free software, get the source code at http://www.flashrom.org
> 
> Initializing internal programmer
> No coreboot table found.
> DMI string system-manufacturer: "System manufacturer"
> DMI string system-product-name: "System Product Name"
> DMI string system-version: "System Version"
> DMI string baseboard-manufacturer: "ASUSTeK Computer INC."
> DMI string baseboard-product-name: "M4A77TD PRO"
> DMI string baseboard-version: "Rev X.0x"
> DMI string chassis-type: "Desktop"
> Found ITE Super I/O, id 8712
> Found chipset "AMD SB700/SB710/SB750", enabling flash write... SPI base address is at 0xfec10000
> AltSpiCSEnable=0, SpiRomEnable=1, AbortEnable=0
> PrefetchEnSPIFromIMC=0, PrefetchEnSPIFromHost=1, SpiOpEnInLpcMode=1
> SpiArbEnable=0, SpiAccessMacRomEn=1, SpiHostAccessRomEn=1, ArbWaitCount=0, SpiBridgeDisable=0, DropOneClkOnRd=0
> GPIO11 used for SPI_DO
> GPIO12 used for SPI_DI
> GPIO31 used for SPI_HOLD
> GPIO32 used for SPI_CS
> GPIO47 used for SPI_CLK
> ROM strap override is not active
> OK.
> This chipset supports the following protocols: LPC,FWH,SPI.
> SuperI/O ID 8712 is not on the controller list.
> Calibrating delay loop... 871M loops per second, 10 myus = 10 us, 100 myus = 100 us, 1000 myus = 1001 us, 10000 myus = 10010 us, OK.
> Probing for AMD Am29F010A/B, 128 KB: skipped.
> Probing for AMD Am29F002(N)BB, 256 KB: skipped.
> Probing for AMD Am29F002(N)BT, 256 KB: skipped.
> Probing for AMD Am29F016D, 2048 KB: skipped.
> Probing for AMD Am29F040B, 512 KB: skipped.
> Probing for AMD Am29F080B, 1024 KB: skipped.
> Probing for AMD Am29LV040B, 512 KB: skipped.
> Probing for AMD Am29LV081B, 1024 KB: skipped.
> Probing for ASD AE49F2008, 256 KB: skipped.
> Probing for Atmel AT25DF021, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25DF041A, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25DF081, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25DF161, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25DF321, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25DF321A, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25DF641, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25F512B, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25FS010, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT25FS040, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT26DF041, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT26DF081A, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT26DF161, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT26DF161A, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT26F004, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT29C512, 64 KB: skipped.
> Probing for Atmel AT29C010A, 128 KB: skipped.
> Probing for Atmel AT29C020, 256 KB: skipped.
> Probing for Atmel AT29C040A, 512 KB: skipped.
> Probing for Atmel AT45CS1282, 16896 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB011D, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB021D, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB041D, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB081D, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB161D, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB321C, 4224 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB321D, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT45DB642D, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Atmel AT49BV512, 64 KB: skipped.
> Probing for Atmel AT49F002(N), 256 KB: skipped.
> Probing for Atmel AT49F002(N)T, 256 KB: skipped.
> Probing for AMIC A25L40PT, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for AMIC A25L40PU, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for AMIC A29002B, 256 KB: skipped.
> Probing for AMIC A29002T, 256 KB: skipped.
> Probing for AMIC A29040B, 512 KB: skipped.
> Probing for AMIC A49LF040A, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for EMST F49B002UA, 256 KB: skipped.
> Probing for Eon EN25B05, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B05T, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B10, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B10T, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B20, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B20T, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B40, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B40T, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B80, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B80T, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B16T, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B32, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B32T, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B64, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25B64T, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25D16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F05, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F10, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F20, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F40, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F80, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN25F32, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Eon EN29F010, 128 KB: skipped.
> Probing for EON EN29F002(A)(N)B, 256 KB: skipped.
> Probing for EON EN29F002(A)(N)T, 256 KB: skipped.
> Probing for Fujitsu MBM29F004BC, 512 KB: skipped.
> Probing for Fujitsu MBM29F004TC, 512 KB: skipped.
> Probing for Fujitsu MBM29F400BC, 512 KB: skipped.
> Probing for Fujitsu MBM29F400TC, 512 KB: skipped.
> Probing for Intel 28F001BX-B, 128 KB: skipped.
> Probing for Intel 28F001BX-T, 128 KB: skipped.
> Probing for Intel 28F004S5, 512 KB: skipped.
> Probing for Intel 28F004BV/BE-B, 512 KB: skipped.
> Probing for Intel 28F004BV/BE-T, 512 KB: skipped.
> Probing for Intel 28F400BV/CV/CE-B, 512 KB: skipped.
> Probing for Intel 28F400BV/CV/CE-T, 512 KB: skipped.
> Probing for Intel 82802AB, 512 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Intel 82802AC, 1024 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Macronix MX25L512, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L1005, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L2005, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L4005, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L8005, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Chip status register is 00
> Chip status register: Status Register Write Disable (SRWD) is not set
> Chip status register: Bit 6 is not set
> Chip status register: Bit 5 / Block Protect 3 (BP3) is not set
> Chip status register: Bit 4 / Block Protect 2 (BP2) is not set
> Chip status register: Bit 3 / Block Protect 1 (BP1) is not set
> Chip status register: Bit 2 / Block Protect 0 (BP0) is not set
> Chip status register: Write Enable Latch (WEL) is not set
> Chip status register: Write In Progress (WIP/BUSY) is not set
> Found chip "Macronix MX25L8005" (1024 KB, SPI) at physical address 0xfff00000.
> Probing for Macronix MX25L1605, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L1635D, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L3205, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L3235D, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L6405, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX25L12805, 16384 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix MX29F001B, 128 KB: skipped.
> Probing for Macronix MX29F001T, 128 KB: skipped.
> Probing for Macronix MX29F002B, 256 KB: skipped.
> Probing for Macronix MX29F002T, 256 KB: skipped.
> Probing for Macronix MX29LV040, 512 KB: skipped.
> Probing for Numonyx M25PE10, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Numonyx M25PE20, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Numonyx M25PE40, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Numonyx M25PE80, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Numonyx M25PE16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm25LV010, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm25LV016B, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm25LV020, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm25LV040, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm25LV080B, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm25LV512, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC Pm29F002T, 256 KB: skipped.
> Probing for PMC Pm29F002B, 256 KB: skipped.
> Probing for PMC Pm39LV010, 128 KB: skipped.
> Probing for PMC Pm39LV020, 256 KB: skipped.
> Probing for PMC Pm39LV040, 512 KB: skipped.
> Probing for PMC Pm49FL002, 256 KB: probe_jedec_common: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for PMC Pm49FL004, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Sanyo LF25FW203A, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Sharp LHF00L04, 1024 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Spansion S25FL008A, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Spansion S25FL016A, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for SST SST25VF016B, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for SST SST25VF032B, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for SST SST25VF040.REMS, 512 KB: probe_spi_rems: id1 0xc2, id2 0x13
> Probing for SST SST25VF040B, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for SST SST25VF040B.REMS, 512 KB: probe_spi_rems: id1 0xc2, id2 0x13
> Probing for SST SST25VF080B, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for SST SST28SF040A, 512 KB: skipped.
> Probing for SST SST29EE010, 128 KB: skipped.
> Probing for SST SST29LE010, 128 KB: skipped.
> Probing for SST SST29EE020A, 256 KB: skipped.
> Probing for SST SST29LE020, 256 KB: skipped.
> Probing for SST SST39SF512, 64 KB: skipped.
> Probing for SST SST39SF010A, 128 KB: skipped.
> Probing for SST SST39SF020A, 256 KB: skipped.
> Probing for SST SST39SF040, 512 KB: skipped.
> Probing for SST SST39VF512, 64 KB: skipped.
> Probing for SST SST39VF010, 128 KB: skipped.
> Probing for SST SST39VF020, 256 KB: skipped.
> Probing for SST SST39VF040, 512 KB: skipped.
> Probing for SST SST39VF080, 1024 KB: skipped.
> Probing for SST SST49LF002A/B, 256 KB: probe_jedec_common: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF003A/B, 384 KB: probe_jedec_common: id1 0x24, id2 0x41, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF004A/B, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF004C, 512 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF008A, 1024 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF008C, 1024 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF016C, 2048 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF020, 256 KB: probe_jedec_common: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF020A, 256 KB: probe_jedec_common: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF040, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF040B, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF080A, 1024 KB: Chip lacks correct probe timing information, using default 10mS/40uS. probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SST SST49LF160C, 2048 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M25P05-A, 64 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P05.RES, 64 KB: Ignoring RES in favour of RDID.
> Probing for ST M25P10-A, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P10.RES, 128 KB: Ignoring RES in favour of RDID.
> Probing for ST M25P20, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P40, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P40-old, 512 KB: Ignoring RES in favour of RDID.
> Probing for ST M25P80, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P32, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P64, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M25P128, 16384 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST M29F002B, 256 KB: skipped.
> Probing for ST M29F002T/NT, 256 KB: skipped.
> Probing for ST M29F040B, 512 KB: skipped.
> Probing for ST M29F400BT, 512 KB: skipped.
> Probing for ST M29W010B, 128 KB: skipped.
> Probing for ST M29W040B, 512 KB: skipped.
> Probing for ST M29W512B, 64 KB: skipped.
> Probing for ST M50FLW040A, 512 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FLW040B, 512 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FLW080A, 1024 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FLW080B, 1024 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FW002, 256 KB: probe_82802ab: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FW016, 2048 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FW040, 512 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50FW080, 1024 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for ST M50LPW116, 2048 KB: probe_82802ab: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for SyncMOS S29C31004T, 512 KB: skipped.
> Probing for SyncMOS S29C51001T, 128 KB: skipped.
> Probing for SyncMOS S29C51002T, 256 KB: skipped.
> Probing for SyncMOS S29C51004T, 512 KB: skipped.
> Probing for TI TMS29F002RB, 256 KB: skipped.
> Probing for TI TMS29F002RT, 256 KB: skipped.
> Probing for Winbond W25Q80, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25Q16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25Q32, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x10, 128 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x20, 256 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x40, 512 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x80, 1024 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x16, 2048 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x32, 4096 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W25x64, 8192 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Winbond W29C011, 128 KB: skipped.
> Probing for Winbond W29C020C, 256 KB: skipped.
> Probing for Winbond W29C040P, 512 KB: skipped.
> Probing for Winbond W29EE011, 128 KB: skipped.
> Probing for Winbond W39V040A, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W39V040B, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W39V040C, 512 KB: Chip lacks correct probe timing information, using default 10mS/40uS. probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W39V040FA, 512 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W39V080A, 1024 KB: probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W49F002U, 256 KB: skipped.
> Probing for Winbond W49V002A, 256 KB: probe_jedec_common: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W49V002FA, 256 KB: probe_jedec_common: id1 0x04, id2 0xd1, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W39V080FA, 1024 KB: Chip lacks correct probe timing information, using default 10mS/40uS. probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Winbond W39V080FA (dual mode), 512 KB: Chip lacks correct probe timing information, using default 10mS/40uS. probe_jedec_common: id1 0xff, id2 0xff, id1 parity violation, id1 is normal flash content, id2 is normal flash content
> Probing for Atmel unknown Atmel SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for EON unknown EON SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Macronix unknown Macronix SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for PMC unknown PMC SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for SST unknown SST SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for ST unknown ST SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Sanyo unknown Sanyo SPI chip, 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Generic unknown SPI chip (RDID), 0 KB: probe_spi_rdid_generic: id1 0xc2, id2 0x2014
> Probing for Generic unknown SPI chip (REMS), 0 KB: probe_spi_rems: id1 0xc2, id2 0x13
> ===
> This flash part has status UNTESTED for operations: ERASE
> The test status of this chip may have been updated in the latest development
> version of flashrom. If you are running the latest development version,
> please email a report to flashrom at flashrom.org if any of the above operations
> work correctly for you with this flash part. Please include the flashrom
> output with the additional -V option for all operations you tested (-V, -Vr,
> -Vw, -VE), and mention which mainboard or programmer you tested.
> Thanks for your help!
> ===
> No operations were specified.

> -[0000:00]-+-00.0  ATI Technologies Inc RX780/RX790 Chipset Host Bridge [1002:5957]
>            +-02.0-[0000:01]----00.0  nVidia Corporation GeForce 8400 GS [10de:06e4]
>            +-0a.0-[0000:02]----00.0  Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168]
>            +-11.0  ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode] [1002:4391]
>            +-12.0  ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
>            +-12.1  ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
>            +-12.2  ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
>            +-13.0  ATI Technologies Inc SB700/SB800 USB OHCI0 Controller [1002:4397]
>            +-13.1  ATI Technologies Inc SB700 USB OHCI1 Controller [1002:4398]
>            +-13.2  ATI Technologies Inc SB700/SB800 USB EHCI Controller [1002:4396]
>            +-14.0  ATI Technologies Inc SBx00 SMBus Controller [1002:4385]
>            +-14.1  ATI Technologies Inc SB700/SB800 IDE Controller [1002:439c]
>            +-14.2  ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
>            +-14.3  ATI Technologies Inc SB700/SB800 LPC host controller [1002:439d]
>            +-14.4-[0000:03]--
>            +-14.5  ATI Technologies Inc SB700/SB800 USB OHCI2 Controller [1002:4399]
>            +-18.0  Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration [1022:1200]
>            +-18.1  Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map [1022:1201]
>            +-18.2  Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller [1022:1202]
>            +-18.3  Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control [1022:1203]
>            \-18.4  Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control [1022:1204]

> superiotool r3125
> Probing for ALi Super I/O at 0x3f0...
>   Failed. Returned data: id=0xffff, rev=0xff
> Probing for ALi Super I/O at 0x370...
>   Failed. Returned data: id=0xffff, rev=0xff
> Probing for Fintek Super I/O at 0x2e...
>   Failed. Returned data: vid=0xffff, id=0xffff
> Probing for Fintek Super I/O at 0x4e...
>   Failed. Returned data: vid=0xffff, id=0xffff
> Probing for ITE Super I/O (init=0x87,0x01,0x55,0x55/0xaa) at 0x2e...
> Found ITE IT8712F (id=0x8712, rev=0x8) at 0x2e
> Register dump:
> idx 07 20 21 22 23 24 2b
> val 0a 87 12 08 00 00 00
> def NA 87 12 08 00 00 00
> LDN 0x00 (Floppy)
> idx 30 60 61 70 74 f0 f1
> val 00 03 f0 06 02 00 00
> def 00 03 f0 06 02 00 00
> LDN 0x01 (COM1)
> idx 30 60 61 70 f0 f1 f2 f3
> val 01 03 f8 04 00 50 00 7f
> def 00 03 f8 04 00 50 00 7f
> LDN 0x02 (COM2)
> idx 30 60 61 70 f0 f1 f2 f3
> val 00 02 f8 03 00 50 00 7f
> def 00 02 f8 03 00 50 00 7f
> LDN 0x03 (Parallel port)
> idx 30 60 61 62 63 70 74 f0
> val 01 03 78 00 00 07 04 00
> def 00 03 78 07 78 07 03 03
> LDN 0x04 (Environment controller)
> idx 30 60 61 62 63 70 f0 f1  f2 f3 f4 f5 f6
> val 01 02 90 02 30 00 00 00  00 00 00 00 7f
> def 00 02 90 02 30 09 00 00  00 00 00 NA NA
> LDN 0x05 (Keyboard)
> idx 30 60 61 62 63 70 71 f0
> val 01 00 60 00 64 01 02 04
> def 01 00 60 00 64 01 02 08
> LDN 0x06 (Mouse)
> idx 30 70 71 f0
> val 01 0c 02 00
> def 00 0c 02 00
> LDN 0x07 (GPIO)
> idx 25 26 27 28 29 2a 2c 60  61 62 63 64 65 70 71 72  73 74 b0 b1 b2 b3 b4 b5  b8 b9 ba bb bc bd c0 c1  c2 c3 c4 c8 c9 ca cb cc  e0 e1 e2 e3 e4 f0 f1 f2  f3 f4 f5 f6 f7 f8 f9 fa  fb fc fd
> val 00 3c 20 00 00 00 1f 00  00 03 00 00 00 00 01 00  38 00 00 00 00 00 00 00  00 00 20 00 00 00 00 3c  20 00 00 00 20 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00
> def 01 00 00 40 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 01 00  00 40 00 01 00 00 40 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 NA 00
> LDN 0x08 (MIDI port)
> idx 30 60 61 70 f0
> val 00 03 00 0a 00
> def 00 03 00 0a 00
> LDN 0x09 (Game port)
> idx 30 60 61
> val 00 02 01
> def 00 02 01
> LDN 0x0a (Consumer IR)
> idx 30 60 61 70 f0
> val 00 03 10 0b 06
> def 00 03 10 0b 00
> Probing for ITE Super I/O (init=0x87,0x87) at 0x2e...
>   Failed. Returned data: id=0xffff, rev=0xf
> Probing for ITE Super I/O (init=0x87,0x01,0x55,0x55/0xaa) at 0x4e...
>   Failed. Returned data: id=0xffff, rev=0xf
> Probing for ITE Super I/O (init=0x87,0x87) at 0x4e...
>   Failed. Returned data: id=0xffff, rev=0xf
> Probing for NSC Super I/O at 0x2e...
>   Failed. Returned data: port=0xff, port+1=0xff
> Probing for NSC Super I/O at 0x4e...
>   Failed. Returned data: port=0xff, port+1=0xff
> Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x2e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x2e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x4e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x4e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x162e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x162e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x164e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x164e...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x3f0...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x3f0...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x20/0x21) at 0x370...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for SMSC Super I/O (idregs=0x0d/0x0e) at 0x370...
>   Failed. Returned data: id=0xff, rev=0xff
> Probing for Winbond Super I/O (init=0x88) at 0x2e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x89) at 0x2e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x86,0x86) at 0x2e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x87,0x87) at 0x2e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x88) at 0x4e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x89) at 0x4e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x86,0x86) at 0x4e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x87,0x87) at 0x4e...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x88) at 0x3f0...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x89) at 0x3f0...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x86,0x86) at 0x3f0...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x87,0x87) at 0x3f0...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x88) at 0x370...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x89) at 0x370...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x86,0x86) at 0x370...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x87,0x87) at 0x370...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x88) at 0x250...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x89) at 0x250...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x86,0x86) at 0x250...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff
> Probing for Winbond Super I/O (init=0x87,0x87) at 0x250...
>   Failed. Returned data: id/oldid=0xff/0x0f, rev=0xff

> -- 
> coreboot mailing list: coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot





More information about the coreboot mailing list