Carl-Daniel Hailfinger wrote: > On 06.02.2008 15:05, Chris Lingard wrote: >> Carl-Daniel Hailfinger wrote: >> >> >>> Thanks for testing. >>> The output should be mostly identical on the first look, but not exactly >>> identical. If it is exactly identical, the executed binary didn't >>> contain the patch. >>> I'm looking for the following output changes: >>> >>> >>>> probe_spi: id1 0x7f, id2 0x9d7e >>>> >>> should become >>> >>>> probe_spi: id1 0x7f9d, id2 0x7e >>>> >>> and there should be three additional lines near the end: >>> >>>> Probing for PMC unknown SPI chip, 0 KB >>>> WARNING: size: 0 -> 4096 (page size) >>>> RDID returned 7f 9d 7d. >>>> >> Sorry. Think I may have got it right now :-( >> > > Yes, indeed. > > Thanks for the logs. You hit a bug in the existing code which was > uncovered by my patch. Can you change the second line of probe_spi() in > spi.c from > uint8_t manuf_id; > to > uint32_t manuf_id; > and post full results for the original chip again? This time it should > find a generic PMC SPI chip. > > Regards, > Carl-Daniel
Am amazing prediction :-) Switch down bash-3.2# ./flashrom -m gigabyte:m57sli -V Calibrating delay loop... 830M loops per second. OK. No coreboot table found. Found chipset "NVIDIA MCP55", enabling flash write... OK. Found board "GIGABYTE GA-M57SLI-S4": enabling flash write... Serial flash segment 0xfffe0000-0xffffffff enabled Serial flash segment 0x000e0000-0x000fffff enabled Serial flash segment 0xffee0000-0xffefffff disabled Serial flash segment 0xfff80000-0xfffeffff enabled LPC write to serial flash enabled serial flash pin 29 OK. Probing for Am29F040B, 512 KB probe_29f040b: id1 0x49, id2 0x4d Probing for Am29LV040B, 512 KB probe_29f040b: id1 0x49, id2 0x4d Probing for Am29F016D, 2048 KB probe_29f040b: id1 0xff, id2 0xff Probing for AE49F2008, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At29C040A, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for At29C020, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At49F002(N), 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At49F002(N)T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for EN29F002(A)(N)T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for EN29F002(A)(N)B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for MBM29F400TC, 512 KB probe_m29f400bt: id1 0x49, id2 0x44 Probing for MX29F002, 256 KB probe_29f002: id1 0x83, id2 0x83 Probing for MX25L4005, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for MX25L8005, 1024 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for MX25L3205, 4096 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for S25FL016A, 2048 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for SST25VF040B, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for SST25VF016B, 2048 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for SST29EE020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST28SF040A, 512 KB probe_28sf040: id1 0x49, id2 0x4d Probing for SST39SF010A, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for SST39SF020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST39SF040, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST39VF020, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST49LF040, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST49LF020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF002A/B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF003A/B, 384 KB probe_jedec: id1 0x92, id2 0xdb Probing for SST49LF004A/B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST49LF008A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF004C, 512 KB probe_49lfxxxc: id1 0x49, id2 0x4d Probing for SST49LF008C, 1024 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF016C, 2048 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF160C, 2048 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for Pm49FL002, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for Pm49FL004, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W29C011, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for W29C040P, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W29C020C, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W29EE011, 128 KB probe_w29ee011: id1 0xff, id2 0xff Probing for W49F002U, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W49V002A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W49V002FA, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W39V040FA, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W39V040A, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W39V040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W39V080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for W25x10, 128 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for W25x20, 256 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for W25x40, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for W25x80, 1024 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M29F002B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for M50FW040, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M29W040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M29F002T/NT, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for M29F400BT, 512 KB probe_m29f400bt: id1 0x49, id2 0x44 Probing for M50FLW040A, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M50FLW040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M50FLW080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FLW080B, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FW080, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FW016, 2048 KB probe_jedec: id1 0xff, id2 0xff Probing for M50LPW116, 2048 KB probe_jedec: id1 0xff, id2 0xff Probing for M29W010B, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for M29F040B, 512 KB probe_29f040b: id1 0x49, id2 0x4d Probing for M25P05-A, 64 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P10-A, 128 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P20, 256 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P40, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P80, 1024 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P16, 2048 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P32, 4096 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P64, 8192 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P128, 16384 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for 82802ab, 512 KB probe_82802ab: id1 0x49, id2 0x4d Probing for 82802ac, 1024 KB probe_82802ab: id1 0xff, id2 0xff Probing for F49B002UA, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for LHF00L04, 1024 KB probe_lhf00l04: id1 0xff, id2 0xff Probing for S29C51001T, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for S29C51002T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for S29C51004T, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for S29C31004T, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for EON unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for MX unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for PMC unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e PMC unknown SPI chip found at physical address 0x100000000. Flash part is PMC unknown SPI chip (0 KB). No operations were specified. bash-3.2# ./flashrom -m gigabyte:m57sli -V Calibrating delay loop... 830M loops per second. OK. No coreboot table found. Found chipset "NVIDIA MCP55", enabling flash write... OK. Found board "GIGABYTE GA-M57SLI-S4": enabling flash write... Serial flash segment 0xfffe0000-0xffffffff enabled Serial flash segment 0x000e0000-0x000fffff enabled Serial flash segment 0xffee0000-0xffefffff disabled Serial flash segment 0xfff80000-0xfffeffff enabled LPC write to serial flash enabled serial flash pin 29 OK. Probing for Am29F040B, 512 KB probe_29f040b: id1 0x49, id2 0x4d Probing for Am29LV040B, 512 KB probe_29f040b: id1 0x49, id2 0x4d Probing for Am29F016D, 2048 KB probe_29f040b: id1 0xff, id2 0xff Probing for AE49F2008, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At29C040A, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for At29C020, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At49F002(N), 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At49F002(N)T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for EN29F002(A)(N)T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for EN29F002(A)(N)B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for MBM29F400TC, 512 KB probe_m29f400bt: id1 0x49, id2 0x44 Probing for MX29F002, 256 KB probe_29f002: id1 0x83, id2 0x83 Probing for MX25L4005, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for MX25L8005, 1024 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for MX25L3205, 4096 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for S25FL016A, 2048 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for SST25VF040B, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for SST25VF016B, 2048 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for SST29EE020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST28SF040A, 512 KB probe_28sf040: id1 0x49, id2 0x4d Probing for SST39SF010A, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for SST39SF020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST39SF040, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST39VF020, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST49LF040, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST49LF020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF002A/B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF003A/B, 384 KB probe_jedec: id1 0x92, id2 0xdb Probing for SST49LF004A/B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for SST49LF008A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF004C, 512 KB probe_49lfxxxc: id1 0x49, id2 0x4d Probing for SST49LF008C, 1024 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF016C, 2048 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF160C, 2048 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for Pm49FL002, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for Pm49FL004, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W29C011, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for W29C040P, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W29C020C, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W29EE011, 128 KB probe_w29ee011: id1 0xff, id2 0xff Probing for W49F002U, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W49V002A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W49V002FA, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W39V040FA, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W39V040A, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W39V040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for W39V080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for W25x10, 128 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for W25x20, 256 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for W25x40, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for W25x80, 1024 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M29F002B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for M50FW040, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M29W040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M29F002T/NT, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for M29F400BT, 512 KB probe_m29f400bt: id1 0x49, id2 0x44 Probing for M50FLW040A, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M50FLW040B, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for M50FLW080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FLW080B, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FW080, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FW016, 2048 KB probe_jedec: id1 0xff, id2 0xff Probing for M50LPW116, 2048 KB probe_jedec: id1 0xff, id2 0xff Probing for M29W010B, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for M29F040B, 512 KB probe_29f040b: id1 0x49, id2 0x4d Probing for M25P05-A, 64 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P10-A, 128 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P20, 256 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P40, 512 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P80, 1024 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P16, 2048 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P32, 4096 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P64, 8192 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P128, 16384 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for 82802ab, 512 KB probe_82802ab: id1 0x49, id2 0x4d Probing for 82802ac, 1024 KB probe_82802ab: id1 0xff, id2 0xff Probing for F49B002UA, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for LHF00L04, 1024 KB probe_lhf00l04: id1 0xff, id2 0xff Probing for S29C51001T, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for S29C51002T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for S29C51004T, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for S29C31004T, 512 KB probe_jedec: id1 0x49, id2 0x4d Probing for EON unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for MX unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for PMC unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e PMC unknown SPI chip found at physical address 0x100000000. Flash part is PMC unknown SPI chip (0 KB). No operations were specified. Switch up bash-3.2# ./flashrom -m gigabyte:m57sli -V Calibrating delay loop... 863M loops per second. OK. No coreboot table found. Found chipset "NVIDIA MCP55", enabling flash write... OK. Found board "GIGABYTE GA-M57SLI-S4": enabling flash write... Serial flash segment 0xfffe0000-0xffffffff enabled Serial flash segment 0x000e0000-0x000fffff enabled Serial flash segment 0xffee0000-0xffefffff disabled Serial flash segment 0xfff80000-0xfffeffff enabled LPC write to serial flash enabled serial flash pin 29 OK. Probing for Am29F040B, 512 KB probe_29f040b: id1 0xff, id2 0xff Probing for Am29LV040B, 512 KB probe_29f040b: id1 0xff, id2 0xff Probing for Am29F016D, 2048 KB probe_29f040b: id1 0xff, id2 0xff Probing for AE49F2008, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At29C040A, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for At29C020, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At49F002(N), 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for At49F002(N)T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for EN29F002(A)(N)T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for EN29F002(A)(N)B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for MBM29F400TC, 512 KB probe_m29f400bt: id1 0xff, id2 0xff Probing for MX29F002, 256 KB probe_29f002: id1 0x83, id2 0x83 Probing for MX25L4005, 512 KB RDID returned 7f 9d 7f. probe_spi: id1 0x7f9d, id2 0x7f Probing for MX25L8005, 1024 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for MX25L3205, 4096 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for S25FL016A, 2048 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for SST25VF040B, 512 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for SST25VF016B, 2048 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for SST29EE020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST28SF040A, 512 KB probe_28sf040: id1 0xff, id2 0xff Probing for SST39SF010A, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for SST39SF020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST39SF040, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for SST39VF020, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF040B, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF040, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF020A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF002A/B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for SST49LF003A/B, 384 KB probe_jedec: id1 0x92, id2 0xdb Probing for SST49LF004A/B, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF008A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for SST49LF004C, 512 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF008C, 1024 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF016C, 2048 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for SST49LF160C, 2048 KB probe_49lfxxxc: id1 0xff, id2 0xff Probing for Pm49FL002, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for Pm49FL004, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for W29C011, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for W29C040P, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for W29C020C, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W29EE011, 128 KB probe_w29ee011: id1 0xff, id2 0xff Probing for W49F002U, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W49V002A, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W49V002FA, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for W39V040FA, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for W39V040A, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for W39V040B, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for W39V080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for W25x10, 128 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for W25x20, 256 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for W25x40, 512 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for W25x80, 1024 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for M29F002B, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for M50FW040, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for M29W040B, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for M29F002T/NT, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for M29F400BT, 512 KB probe_m29f400bt: id1 0xff, id2 0xff Probing for M50FLW040A, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FLW040B, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FLW080A, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FLW080B, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FW080, 1024 KB probe_jedec: id1 0xff, id2 0xff Probing for M50FW016, 2048 KB probe_jedec: id1 0xff, id2 0xff Probing for M50LPW116, 2048 KB probe_jedec: id1 0xff, id2 0xff Probing for M29W010B, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for M29F040B, 512 KB probe_29f040b: id1 0xff, id2 0xff Probing for M25P05-A, 64 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for M25P10-A, 128 KB RDID returned 7f 9d 7e. probe_spi: id1 0x7f9d, id2 0x7e Probing for M25P20, 256 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for M25P40, 512 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for M25P80, 1024 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for M25P16, 2048 KB RDID returned 7f 9d 7f. probe_spi: id1 0x7f9d, id2 0x7f Probing for M25P32, 4096 KB RDID returned 7f 9d 7f. probe_spi: id1 0x7f9d, id2 0x7f Probing for M25P64, 8192 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for M25P128, 16384 KB RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for 82802ab, 512 KB probe_82802ab: id1 0xff, id2 0xff Probing for 82802ac, 1024 KB probe_82802ab: id1 0xff, id2 0xff Probing for F49B002UA, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for LHF00L04, 1024 KB probe_lhf00l04: id1 0xff, id2 0xff Probing for S29C51001T, 128 KB probe_jedec: id1 0xff, id2 0xff Probing for S29C51002T, 256 KB probe_jedec: id1 0x83, id2 0x83 Probing for S29C51004T, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for S29C31004T, 512 KB probe_jedec: id1 0xff, id2 0xff Probing for EON unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for MX unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d Probing for PMC unknown SPI chip, 0 KB WARNING: size: 0 -> 4096 (page size) RDID returned 7f 9d 7d. probe_spi: id1 0x7f9d, id2 0x7d PMC unknown SPI chip found at physical address 0x100000000. Flash part is PMC unknown SPI chip (0 KB). No operations were specified. -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

