flashrom
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
December 2010
- 46 participants
- 127 discussions
Check out the other day
Thu, 23 Dec 2010 13:29:10 +0100 письмо от Idwer Vollering <vidwer(a)gmail.com>:
2010/12/17 Idwer Vollering <vidwer(a)gmail.com>
2010/12/17 Michael Karcher <flashrom(a)mkarcher.dialup.fu-berlin.de>:
> Hello Ivan,
>
> this patch should add support for the W39L040 chip to flashrom.
A patched DOS build can be found here:
http://khepri.coresystems.de/~idwer/flashrom/trunk-djgpp-r1247-patchwork-24…
> Please try it on your hardware.
Ivan: have you tried the patched .exe ? Is this message gone, with that build: "pcilib: Cannot find any working access method." ?
If you can't compile flashrom yourself, ask
> on the mailing list or our IRC channel (#flashrom on freenode).
>
> Regards,
> Michael Karcher
>
> ---
> chipdrivers.h | 1 +
> flashchips.c | 30 ++++++++++++++++++++++++++++++
> w39.c | 16 ++++++++++++++++
> 3 files changed, 47 insertions(+), 0 deletions(-)
>
> diff --git a/chipdrivers.h b/chipdrivers.h
> index a65cb99..a6b97cb 100644
> --- a/chipdrivers.h
> +++ b/chipdrivers.h
> @@ -110,6 +110,7 @@ int printlock_sst_fwhub(struct flashchip *flash);
> int unlock_sst_fwhub(struct flashchip *flash);
>
> /* w39.c */
> +int printlock_w39l040(struct flashchip * flash);
> int printlock_w39v040a(struct flashchip *flash);
> int printlock_w39v040b(struct flashchip *flash);
> int printlock_w39v040c(struct flashchip *flash);
> diff --git a/flashchips.c b/flashchips.c
> index 8082160..4564d04 100644
> --- a/flashchips.c
> +++ b/flashchips.c
> @@ -7573,6 +7573,36 @@ struct flashchip flashchips[] = {
>
> {
> .vendor = "Winbond",
> + .name = "W39L040",
> + .bustype = CHIP_BUSTYPE_PARALLEL,
> + .manufacture_id = WINBOND_ID,
> + .model_id = WINBOND_W39L040,
> + .total_size = 512,
> + .page_size = 64 * 1024,
> + .feature_bits = FEATURE_EITHER_RESET,
> + .tested = TEST_OK_PR,
> + .probe = probe_jedec,
> + .probe_timing = 10,
> + .block_erasers =
> + {
> + {
> + .eraseblocks = { {4 * 1024, 128} },
> + .block_erase = erase_block_jedec,
> + }, {
> + .eraseblocks = { {64 * 1024, 8} },
> + .block_erase = erase_sector_jedec,
> + }, {
> + .eraseblocks = { {512 * 1024, 1} },
> + .block_erase = erase_chip_block_jedec,
> + }
> + },
> + .printlock = printlock_w39l040,
> + .write = write_jedec_1,
> + .read = read_memmapped,
> + },
> +
> + {
> + .vendor = "Winbond",
> .name = "W39V040A",
> .bustype = CHIP_BUSTYPE_LPC,
> .manufacture_id = WINBOND_ID,
> diff --git a/w39.c b/w39.c
> index 65cf32f..2ab70fd 100644
> --- a/w39.c
> +++ b/w39.c
> @@ -161,6 +161,22 @@ static int unlock_w39_fwh(struct flashchip *flash)
> return 0;
> }
>
> +int printlock_w39l040(struct flashchip * flash)
> +{
> + uint8_t lock;
> + int ret;
> +
> + lock = w39_idmode_readb(flash, 0x00002);
> + msg_cdbg("Bottom boot block:\n");
> + ret = printlock_w39_bootblock_64k16k(lock);
> +
> + lock = w39_idmode_readb(flash, 0x7fff2);
> + msg_cdbg("Top boot block:\n");
> + ret |= printlock_w39_bootblock_64k16k(lock);
> +
> + return ret;
> +}
> +
> int printlock_w39v040a(struct flashchip *flash)
> {
> uint8_t lock;
> --
> 1.7.2.3
>
>
> _______________________________________________
> flashrom mailing list
> flashrom(a)flashrom.org
> http://www.flashrom.org/mailman/listinfo/flashrom
>
2
1
root@KanotixBox:/# flashrom -Vw "/home/aekkie/Downloads/K7S41(2.60)/K7S41_2.60"
flashrom v0.9.3-r1246 on Linux 2.6.32-5-686-bigmem (i686), built with
libpci 3.1.7, GCC 4.4.5 20100728 (prerelease), little endian
flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OS timer resolution is 1 usecs, 609M loops
per second, 10 myus = 10 us, 100 myus = 99 us, 1000 myus = 989 us,
10000 myus = 10166 us, 4 myus = 5 us, OK.
Initializing internal programmer
No coreboot table found.
DMI string system-manufacturer: "American Megatrends Inc."
DMI string system-product-name: "K7S41 "
DMI string system-version: "1.0"
DMI string baseboard-manufacturer: " "
DMI string baseboard-product-name: "K7S41 "
DMI string baseboard-version: "1.0"
DMI string chassis-type: "Desktop"
Found chipset "SiS 741", enabling flash write... chipset PCI ID is
1039:0741, Found southbridge 1039:0963 at 00:02:0
OK.
This chipset supports the following protocols: Non-SPI.
Disabling flash write protection for board "ASRock K7S41"... OK.
Probing for AMD Am29F010A/B, 128 KB: probe_jedec_common: id1 0xda, id2
0x05, id1 is normal flash content, id2 is normal flash content
Probing for AMD Am29F002(N)BB, 256 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for AMD Am29F002(N)BT, 256 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for AMD Am29F016D, 2048 KB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMD Am29F040B, 512 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMD Am29F080B, 1024 KB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMD Am29LV040B, 512 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMD Am29LV081B, 1024 KB: probe_jedec_common: id1 0xff, id2
0xff, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMIC A25L05PT, 64 KB: skipped.
Probing for AMIC A25L05PU, 64 KB: skipped.
Probing for AMIC A25L10PT, 128 KB: skipped.
Probing for AMIC A25L10PU, 128 KB: skipped.
Probing for AMIC A25L20PT, 256 KB: skipped.
Probing for AMIC A25L20PU, 256 KB: skipped.
Probing for AMIC A25L40PT, 512 KB: skipped.
Probing for AMIC A25L40PU, 512 KB: skipped.
Probing for AMIC A25L80P, 1024 KB: skipped.
Probing for AMIC A25L16PT, 2048 KB: skipped.
Probing for AMIC A25L16PU, 2048 KB: skipped.
Probing for AMIC A25L512, 64 KB: skipped.
Probing for AMIC A25L010, 128 KB: skipped.
Probing for AMIC A25L020, 256 KB: skipped.
Probing for AMIC A25L040, 512 KB: skipped.
Probing for AMIC A25L080, 1024 KB: skipped.
Probing for AMIC A25L016, 2048 KB: skipped.
Probing for AMIC A25L032, 4096 KB: skipped.
Probing for AMIC A25LQ032, 4096 KB: skipped.
Probing for AMIC A29002B, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMIC A29002T, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMIC A29040B, 512 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for AMIC A49LF040A, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT25DF021, 256 KB: skipped.
Probing for Atmel AT25DF041A, 512 KB: skipped.
Probing for Atmel AT25DF081, 1024 KB: skipped.
Probing for Atmel AT25DF081A, 1024 KB: skipped.
Probing for Atmel AT25DF161, 2048 KB: skipped.
Probing for Atmel AT25DF321, 4096 KB: skipped.
Probing for Atmel AT25DF321A, 4096 KB: skipped.
Probing for Atmel AT25DF641, 8192 KB: skipped.
Probing for Atmel AT25DQ161, 2048 KB: skipped.
Probing for Atmel AT25F512B, 64 KB: skipped.
Probing for Atmel AT25FS010, 128 KB: skipped.
Probing for Atmel AT25FS040, 512 KB: skipped.
Probing for Atmel AT26DF041, 512 KB: skipped.
Probing for Atmel AT26DF081A, 1024 KB: skipped.
Probing for Atmel AT26DF161, 2048 KB: skipped.
Probing for Atmel AT26DF161A, 2048 KB: skipped.
Probing for Atmel AT26F004, 512 KB: skipped.
Probing for Atmel AT29C512, 64 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT29C010A, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT29C020, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT29C040A, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT45CS1282, 16896 KB: skipped.
Probing for Atmel AT45DB011D, 128 KB: skipped.
Probing for Atmel AT45DB021D, 256 KB: skipped.
Probing for Atmel AT45DB041D, 512 KB: skipped.
Probing for Atmel AT45DB081D, 1024 KB: skipped.
Probing for Atmel AT45DB161D, 2048 KB: skipped.
Probing for Atmel AT45DB321C, 4224 KB: skipped.
Probing for Atmel AT45DB321D, 4096 KB: skipped.
Probing for Atmel AT45DB642D, 8192 KB: skipped.
Probing for Atmel AT49BV512, 64 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT49F020, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT49F002(N), 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Atmel AT49F002(N)T, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Bright BM29F040, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for EMST F49B002UA, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for EMST F25L008A, 1024 KB: skipped.
Probing for Eon EN25B05, 64 KB: skipped.
Probing for Eon EN25B05T, 64 KB: skipped.
Probing for Eon EN25B10, 128 KB: skipped.
Probing for Eon EN25B10T, 128 KB: skipped.
Probing for Eon EN25B20, 256 KB: skipped.
Probing for Eon EN25B20T, 256 KB: skipped.
Probing for Eon EN25B40, 512 KB: skipped.
Probing for Eon EN25B40T, 512 KB: skipped.
Probing for Eon EN25B80, 1024 KB: skipped.
Probing for Eon EN25B80T, 1024 KB: skipped.
Probing for Eon EN25B16, 2048 KB: skipped.
Probing for Eon EN25B16T, 2048 KB: skipped.
Probing for Eon EN25B32, 4096 KB: skipped.
Probing for Eon EN25B32T, 4096 KB: skipped.
Probing for Eon EN25B64, 8192 KB: skipped.
Probing for Eon EN25B64T, 8192 KB: skipped.
Probing for Eon EN25D16, 2048 KB: skipped.
Probing for Eon EN25F05, 64 KB: skipped.
Probing for Eon EN25F10, 128 KB: skipped.
Probing for Eon EN25F20, 256 KB: skipped.
Probing for Eon EN25F40, 512 KB: skipped.
Probing for Eon EN25F80, 1024 KB: skipped.
Probing for Eon EN25F16, 2048 KB: skipped.
Probing for Eon EN25F32, 4096 KB: skipped.
Probing for Eon EN29F010, 128 KB: probe_jedec_common: id1 0xda, id2
0x05, id1 is normal flash content, id2 is normal flash content
Probing for Eon EN29F002(A)(N)B, 256 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Eon EN29F002(A)(N)T, 256 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Fujitsu MBM29F004BC, 512 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Fujitsu MBM29F004TC, 512 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Fujitsu MBM29F400BC, 512 KB: probe_m29f400bt: id1 0xdd, id2 0x10
Probing for Fujitsu MBM29F400TC, 512 KB: probe_m29f400bt: id1 0xdd, id2 0x10
Probing for Hyundai HY29F002T, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Hyundai HY29F002B, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Hyundai HY29F040A, 512 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Intel 28F001BN/BX-B, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Intel 28F001BN/BX-T, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Intel 28F002BC/BL/BV/BX-T, 256 KB: probe_82802ab: id1
0xdd, id2 0x36, id1 parity violation, id1 is normal flash content, id2
is normal flash content
Probing for Intel 28F008S3/S5/SC, 512 KB: probe_82802ab: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Intel 28F004B5/BE/BV/BX-B, 512 KB: probe_82802ab: id1
0xdd, id2 0x36, id1 parity violation, id1 is normal flash content, id2
is normal flash content
Probing for Intel 28F004B5/BE/BV/BX-T, 512 KB: probe_82802ab: id1
0xdd, id2 0x36, id1 parity violation, id1 is normal flash content, id2
is normal flash content
Probing for Intel 28F400BV/BX/CE/CV-B, 512 KB: probe_82802ab: id1
0xdd, id2 0x10, id1 parity violation, id1 is normal flash content, id2
is normal flash content
Probing for Intel 28F400BV/BX/CE/CV-T, 512 KB: probe_82802ab: id1
0xdd, id2 0x10, id1 parity violation, id1 is normal flash content, id2
is normal flash content
Probing for Intel 82802AB, 512 KB: probe_82802ab: id1 0xdd, id2 0x36,
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: skipped.
Probing for Macronix MX25L1005, 128 KB: skipped.
Probing for Macronix MX25L2005, 256 KB: skipped.
Probing for Macronix MX25L4005, 512 KB: skipped.
Probing for Macronix MX25L8005, 1024 KB: skipped.
Probing for Macronix MX25L1605, 2048 KB: skipped.
Probing for Macronix MX25L1635D, 2048 KB: skipped.
Probing for Macronix MX25L1635E, 2048 KB: skipped.
Probing for Macronix MX25L3205, 4096 KB: skipped.
Probing for Macronix MX25L3235D, 4096 KB: skipped.
Probing for Macronix MX25L6405, 8192 KB: skipped.
Probing for Macronix MX25L12805, 16384 KB: skipped.
Probing for Macronix MX29F001B, 128 KB: probe_jedec_common: id1 0xda,
id2 0x05, id1 is normal flash content, id2 is normal flash content
Probing for Macronix MX29F001T, 128 KB: probe_jedec_common: id1 0xda,
id2 0x05, id1 is normal flash content, id2 is normal flash content
Probing for Macronix MX29F002B, 256 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Macronix MX29F002T, 256 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Macronix MX29F040, 512 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for Macronix MX29LV040, 512 KB: probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for MoselVitelic V29C51000B, 64 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for MoselVitelic V29C51000T, 64 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for MoselVitelic V29C51400B, 512 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for MoselVitelic V29C51400T, 512 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for MoselVitelic V29LC51000, 64 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for MoselVitelic V29LC51001, 128 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for MoselVitelic V29LC51002, 256 KB: probe_jedec_common: id1
0xbf, id2 0xb6
Probing for Numonyx M25PE10, 128 KB: skipped.
Probing for Numonyx M25PE20, 256 KB: skipped.
Probing for Numonyx M25PE40, 512 KB: skipped.
Probing for Numonyx M25PE80, 1024 KB: skipped.
Probing for Numonyx M25PE16, 2048 KB: skipped.
Probing for PMC Pm25LV010, 128 KB: skipped.
Probing for PMC Pm25LV016B, 2048 KB: skipped.
Probing for PMC Pm25LV020, 256 KB: skipped.
Probing for PMC Pm25LV040, 512 KB: skipped.
Probing for PMC Pm25LV080B, 1024 KB: skipped.
Probing for PMC Pm25LV512, 64 KB: skipped.
Probing for PMC Pm29F002T, 256 KB: Chip lacks correct probe timing
information, using default 10mS/40uS. probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for PMC Pm29F002B, 256 KB: Chip lacks correct probe timing
information, using default 10mS/40uS. probe_jedec_common: id1 0xdd,
id2 0x36, id1 parity violation, id1 is normal flash content, id2 is
normal flash content
Probing for PMC Pm39LV010, 128 KB: probe_jedec_common: id1 0xda, id2
0x05, id1 is normal flash content, id2 is normal flash content
Probing for PMC Pm39LV020, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for PMC Pm39LV040, 512 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for PMC Pm49FL002, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for PMC Pm49FL004, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Sanyo LF25FW203A, 2048 KB: skipped.
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 S25FL004A, 512 KB: skipped.
Probing for Spansion S25FL008A, 1024 KB: skipped.
Probing for Spansion S25FL016A, 2048 KB: skipped.
Probing for Spansion S25FL032A, 4096 KB: skipped.
Probing for Spansion S25FL064A, 8192 KB: skipped.
Probing for SST SST25VF010.REMS, 128 KB: skipped.
Probing for SST SST25VF016B, 2048 KB: skipped.
Probing for SST SST25VF032B, 4096 KB: skipped.
Probing for SST SST25VF064C, 8192 KB: skipped.
Probing for SST SST25VF040.REMS, 512 KB: skipped.
Probing for SST SST25VF040B, 512 KB: skipped.
Probing for SST SST25LF040A.RES, 512 KB: skipped.
Probing for SST SST25VF040B.REMS, 512 KB: skipped.
Probing for SST SST25VF080B, 1024 KB: skipped.
Probing for SST SST28SF040A, 512 KB: probe_82802ab: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for SST SST29EE010, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST29LE010, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST29EE020A, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST29LE020, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39SF512, 64 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39SF010A, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39SF020A, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Found chip "SST SST39SF020A" (256 KB, Parallel) at physical address 0xfffc0000.
Probing for SST SST39SF040, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39VF512, 64 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39VF010, 128 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39VF020, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39VF040, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST39VF080, 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 SST49LF002A/B, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST49LF003A/B, 384 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST49LF004A/B, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST49LF004C, 512 KB: probe_82802ab: id1 0xdd, id2
0x36, 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 0xbf, id2 0xb6
Probing for SST SST49LF020A, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST49LF040, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SST SST49LF040B, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
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: skipped.
Probing for ST M25P05.RES, 64 KB: skipped.
Probing for ST M25P10-A, 128 KB: skipped.
Probing for ST M25P10.RES, 128 KB: skipped.
Probing for ST M25P20, 256 KB: skipped.
Probing for ST M25P40, 512 KB: skipped.
Probing for ST M25P40-old, 512 KB: skipped.
Probing for ST M25P80, 1024 KB: skipped.
Probing for ST M25P16, 2048 KB: skipped.
Probing for ST M25P32, 4096 KB: skipped.
Probing for ST M25P64, 8192 KB: skipped.
Probing for ST M25P128, 16384 KB: skipped.
Probing for ST M25PX32, 4096 KB: skipped.
Probing for ST M25PX64, 8192 KB: skipped.
Probing for ST M29F002B, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for ST M29F002T/NT, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for ST M29F040B, 512 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for ST M29F400BB, 512 KB: probe_m29f400bt: id1 0xdd, id2 0x10
Probing for ST M29F400BT, 512 KB: probe_m29f400bt: id1 0xdd, id2 0x10
Probing for ST M29W010B, 128 KB: probe_jedec_common: id1 0xda, id2
0x05, id1 is normal flash content, id2 is normal flash content
Probing for ST M29W040B, 512 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for ST M29W512B, 64 KB: probe_jedec_common: id1 0xc3, id2
0x5f, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for ST M50FLW040A, 512 KB: probe_82802ab: id1 0xdd, id2 0x36,
id1 parity violation, id1 is normal flash content, id2 is normal flash
content
Probing for ST M50FLW040B, 512 KB: probe_82802ab: id1 0xdd, id2 0x36,
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 0xdd, id2 0x36,
id1 parity violation, 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 0xdd, id2 0x36,
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/MoselVitelic {F,S,V}29C51001B, 128 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {F,S,V}29C51001T, 128 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {F,S,V}29C51002B, 256 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {F,S,V}29C51002T, 256 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {F,S,V}29C51004B, 512 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {F,S,V}29C51004T, 512 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {S,V}29C31004B, 512 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for SyncMOS/MoselVitelic {S,V}29C31004T, 512 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for TI TMS29F002RB, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for TI TMS29F002RT, 256 KB: probe_jedec_common: id1 0xdd, id2
0x36, id1 parity violation, id1 is normal flash content, id2 is normal
flash content
Probing for Winbond W25Q80, 1024 KB: skipped.
Probing for Winbond W25Q16, 2048 KB: skipped.
Probing for Winbond W25Q32, 4096 KB: skipped.
Probing for Winbond W25Q64, 8192 KB: skipped.
Probing for Winbond W25x10, 128 KB: skipped.
Probing for Winbond W25x20, 256 KB: skipped.
Probing for Winbond W25x40, 512 KB: skipped.
Probing for Winbond W25x80, 1024 KB: skipped.
Probing for Winbond W25x16, 2048 KB: skipped.
Probing for Winbond W25x32, 4096 KB: skipped.
Probing for Winbond W25x64, 8192 KB: skipped.
Probing for Winbond W29C010(M)/W29C011A/W29EE011/W29EE012, 128 KB:
probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W29C020(C)/W29C022, 256 KB: probe_jedec_common:
id1 0xbf, id2 0xb6
Probing for Winbond W29C040/P, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W29C010(M)/W29C011A/W29EE011/W29EE012, 128 KB:
Probing disabled for Winbond W29EE011 because the probing sequence
puts the AMIC A49LF040A in a funky state. Use 'flashrom -c W29EE011'
if you have a board with this chip.
Probing for Winbond W39V040A, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W39V040B, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W39V040C, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W39V040FA, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W39V040FB, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W39V040FC, 512 KB: probe_jedec_common: id1 0xbf, id2 0xb6
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/N, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W49F020, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W49V002A, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W49V002FA, 256 KB: probe_jedec_common: id1 0xbf, id2 0xb6
Probing for Winbond W39V080FA, 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 W39V080FA (dual mode), 512 KB: probe_jedec_common:
id1 0xbf, id2 0xb6
Probing for AMIC unknown AMIC SPI chip, 0 KB: skipped.
Probing for Atmel unknown Atmel SPI chip, 0 KB: skipped.
Probing for Eon unknown Eon SPI chip, 0 KB: skipped.
Probing for Macronix unknown Macronix SPI chip, 0 KB: skipped.
Probing for PMC unknown PMC SPI chip, 0 KB: skipped.
Probing for SST unknown SST SPI chip, 0 KB: skipped.
Probing for ST unknown ST SPI chip, 0 KB: skipped.
Probing for Sanyo unknown Sanyo SPI chip, 0 KB: skipped.
Probing for Generic unknown SPI chip (RDID), 0 KB: skipped.
Probing for Generic unknown SPI chip (REMS), 0 KB: skipped.
===
This flash part has status UNTESTED for operations: WRITE
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(a)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.
Please mention your board in the subject line. Thanks for your help!
Flash image seems to be a legacy BIOS. Disabling checks.
Reading old flash chip contents...
Erasing and writing flash chip... Looking at blockwise erase function
0... trying... 0x000000-0x000fff:EW, 0x001000-0x001fff:S,
0x002000-0x002fff:S, 0x003000-0x003fff:S, 0x004000-0x004fff:S,
0x005000-0x005fff:S, 0x006000-0x006fff:S, 0x007000-0x007fff:S,
0x008000-0x008fff:S, 0x009000-0x009fff:EW, 0x00a000-0x00afff:EW,
0x00b000-0x00bfff:EW, 0x00c000-0x00cfff:EW, 0x00d000-0x00dfff:EW,
0x00e000-0x00efff:EW, 0x00f000-0x00ffff:EW, 0x010000-0x010fff:EW,
0x011000-0x011fff:EW, 0x012000-0x012fff:EW, 0x013000-0x013fff:EW,
0x014000-0x014fff:EW, 0x015000-0x015fff:EW, 0x016000-0x016fff:EW,
0x017000-0x017fff:EW, 0x018000-0x018fff:EW, 0x019000-0x019fff:EW,
0x01a000-0x01afff:EW, 0x01b000-0x01bfff:EW, 0x01c000-0x01cfff:EW,
0x01d000-0x01dfff:EW, 0x01e000-0x01efff:EW, 0x01f000-0x01ffff:EW,
0x020000-0x020fff:EW, 0x021000-0x021fff:EW, 0x022000-0x022fff:EW,
0x023000-0x023fff:EW, 0x024000-0x024fff:EW, 0x025000-0x025fff:EW,
0x026000-0x026fff:EW, 0x027000-0x027fff:EW, 0x028000-0x028fff:EW,
0x029000-0x029fff:EW, 0x02a000-0x02afff:EW, 0x02b000-0x02bfff:EW,
0x02c000-0x02cfff:EW, 0x02d000-0x02dfff:EW, 0x02e000-0x02efff:EW,
0x02f000-0x02ffff:EW, 0x030000-0x030fff:EW, 0x031000-0x031fff:EW,
0x032000-0x032fff:EW, 0x033000-0x033fff:EW, 0x034000-0x034fff:EW,
0x035000-0x035fff:EW, 0x036000-0x036fff:EW, 0x037000-0x037fff:EW,
0x038000-0x038fff:EW, 0x039000-0x039fff:EW, 0x03a000-0x03afff:E,
0x03b000-0x03bfff:E, 0x03c000-0x03cfff:EW, 0x03d000-0x03dfff:EW,
0x03e000-0x03efff:EW, 0x03f000-0x03ffff:EW
Done.
Verifying flash... VERIFIED.
Restoring PCI config space for 00:02:0 reg 0x45
Restoring PCI config space for 00:02:0 reg 0x40
root@KanotixBox:/#
2
1
2010/12/17 Michael Karcher <flashrom(a)mkarcher.dialup.fu-berlin.de>:
> Hello Ivan,
>
> this patch should add support for the W39L040 chip to flashrom.
A patched DOS build can be found here:
http://khepri.coresystems.de/~idwer/flashrom/trunk-djgpp-r1247-patchwork-24…
> Please try it on your hardware. If you can't compile flashrom yourself, ask
> on the mailing list or our IRC channel (#flashrom on freenode).
>
> Regards,
> Michael Karcher
>
> ---
> chipdrivers.h | 1 +
> flashchips.c | 30 ++++++++++++++++++++++++++++++
> w39.c | 16 ++++++++++++++++
> 3 files changed, 47 insertions(+), 0 deletions(-)
>
> diff --git a/chipdrivers.h b/chipdrivers.h
> index a65cb99..a6b97cb 100644
> --- a/chipdrivers.h
> +++ b/chipdrivers.h
> @@ -110,6 +110,7 @@ int printlock_sst_fwhub(struct flashchip *flash);
> int unlock_sst_fwhub(struct flashchip *flash);
>
> /* w39.c */
> +int printlock_w39l040(struct flashchip * flash);
> int printlock_w39v040a(struct flashchip *flash);
> int printlock_w39v040b(struct flashchip *flash);
> int printlock_w39v040c(struct flashchip *flash);
> diff --git a/flashchips.c b/flashchips.c
> index 8082160..4564d04 100644
> --- a/flashchips.c
> +++ b/flashchips.c
> @@ -7573,6 +7573,36 @@ struct flashchip flashchips[] = {
>
> {
> .vendor = "Winbond",
> + .name = "W39L040",
> + .bustype = CHIP_BUSTYPE_PARALLEL,
> + .manufacture_id = WINBOND_ID,
> + .model_id = WINBOND_W39L040,
> + .total_size = 512,
> + .page_size = 64 * 1024,
> + .feature_bits = FEATURE_EITHER_RESET,
> + .tested = TEST_OK_PR,
> + .probe = probe_jedec,
> + .probe_timing = 10,
> + .block_erasers =
> + {
> + {
> + .eraseblocks = { {4 * 1024, 128} },
> + .block_erase = erase_block_jedec,
> + }, {
> + .eraseblocks = { {64 * 1024, 8} },
> + .block_erase = erase_sector_jedec,
> + }, {
> + .eraseblocks = { {512 * 1024, 1} },
> + .block_erase = erase_chip_block_jedec,
> + }
> + },
> + .printlock = printlock_w39l040,
> + .write = write_jedec_1,
> + .read = read_memmapped,
> + },
> +
> + {
> + .vendor = "Winbond",
> .name = "W39V040A",
> .bustype = CHIP_BUSTYPE_LPC,
> .manufacture_id = WINBOND_ID,
> diff --git a/w39.c b/w39.c
> index 65cf32f..2ab70fd 100644
> --- a/w39.c
> +++ b/w39.c
> @@ -161,6 +161,22 @@ static int unlock_w39_fwh(struct flashchip *flash)
> return 0;
> }
>
> +int printlock_w39l040(struct flashchip * flash)
> +{
> + uint8_t lock;
> + int ret;
> +
> + lock = w39_idmode_readb(flash, 0x00002);
> + msg_cdbg("Bottom boot block:\n");
> + ret = printlock_w39_bootblock_64k16k(lock);
> +
> + lock = w39_idmode_readb(flash, 0x7fff2);
> + msg_cdbg("Top boot block:\n");
> + ret |= printlock_w39_bootblock_64k16k(lock);
> +
> + return ret;
> +}
> +
> int printlock_w39v040a(struct flashchip *flash)
> {
> uint8_t lock;
> --
> 1.7.2.3
>
>
> _______________________________________________
> flashrom mailing list
> flashrom(a)flashrom.org
> http://www.flashrom.org/mailman/listinfo/flashrom
>
1
1
2010/12/23 Tom <tombln(a)arcor.de>
> Ok, but my english is not really good. I try it.
>
> I tested flashrom on my PC. The output in the terminal said "pleas send
> the output of flashrom -V to flashrom(a)flashrom.org to support you. I did
> that for support your work an flashrom.
>
Okay. Can you follow these instructions:
http://www.flashrom.org/Downloads#Installation_from_source ?
Skip "make install", instead run flashrom from its current directory with
"sudo ./flashrom" so it won't overwrite the installation from your
distribution's package repository.
>
> Best regards
> Tom
>
> Am Mittwoch, den 22.12.2010, 23:22 +0100 schrieb Idwer Vollering:
> > 2010/12/22 Tom <tombln(a)arcor.de>
> > Hallo,
> >
> > beiliegend die Ausgabe des Befehls "flashrom -V", die ich lt.
> > Konsolenausgabe an die genannte Mailadresse senden sollte um
> > das Projekt
> > zu unterstützen.
> >
> > Freundliche Grüße
> >
> > English please.
> >
> > flashrom v0.9.2-r1028 on Linux 2.6.35-24-generic (x86_64),
> > built with libpci 3.0.0, GCC 4.4.4, little endian
> > flashrom is free software, get the source code at
> > http://www.flashrom.org
> >
> > Calibrating delay loop... OS timer resolution is 1 usecs, 869M
> > loops per second, 10 myus = 11 us, 100 myus = 100 us, 1000
> > myus = 1006 us, 10000 myus = 10028 us, 4 myus = 5 us, OK.
> > Initializing internal programmer
> > No coreboot table found.
> > DMI string system-manufacturer: "BIOSTAR Group"
> > DMI string system-product-name: "N61PB-M2S"
> > DMI string system-version: " "
> > DMI string baseboard-manufacturer: "BIOSTAR Group"
> > DMI string baseboard-product-name: "N61PB-M2S"
> > DMI string baseboard-version: " "
> > DMI string chassis-type: "Desktop"
> > Found ITE Super I/O, id 8716
> > Found chipset "NVIDIA MCP61", enabling flash write... chipset
> > PCI ID is 10de:03e0,
> >
> > This combination (chipset+PCI ID being 10de:03e0) is (most likely)
> > supported in a version (revision) more recent than r1028:
> > http://flashrom.org/trac/flashrom/changeset/1113
> >
> > This chipset is not really supported yet. Guesswork...
> > ISA/LPC bridge reg 0x8a contents: 0x40, bit 6 is 1, bit 5 is 0
> > Guessed flash bus type is SPI
> > Found SMBus device 10de:03eb at 00:01:1
> > SPI BAR is at 0xfec80000, after clearing low bits BAR is at
> > 0xfec80000
> > SPI control is 0x000a, enable=0, idle=0
> > Please send the output of "flashrom -V" to
> > flashrom(a)flashrom.org to help us finish support for your
> > chipset. Thanks.
> > SPI on this chipset is not supported yet.
> > OK.
> > This chipset supports the following protocols: None.
> > No IT87* serial flash segment enabled.
> > 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: skipped.
> > Probing for Atmel AT25DF041A, 512 KB: skipped.
> > Probing for Atmel AT25DF081, 1024 KB: skipped.
> > Probing for Atmel AT25DF161, 2048 KB: skipped.
> > Probing for Atmel AT25DF321, 4096 KB: skipped.
> > Probing for Atmel AT25DF321A, 4096 KB: skipped.
> > Probing for Atmel AT25DF641, 8192 KB: skipped.
> > Probing for Atmel AT25F512B, 64 KB: skipped.
> > Probing for Atmel AT25FS010, 128 KB: skipped.
> > Probing for Atmel AT25FS040, 512 KB: skipped.
> > Probing for Atmel AT26DF041, 512 KB: skipped.
> > Probing for Atmel AT26DF081A, 1024 KB: skipped.
> > Probing for Atmel AT26DF161, 2048 KB: skipped.
> > Probing for Atmel AT26DF161A, 2048 KB: skipped.
> > Probing for Atmel AT26F004, 512 KB: skipped.
> > 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: skipped.
> > Probing for Atmel AT45DB011D, 128 KB: skipped.
> > Probing for Atmel AT45DB021D, 256 KB: skipped.
> > Probing for Atmel AT45DB041D, 512 KB: skipped.
> > Probing for Atmel AT45DB081D, 1024 KB: skipped.
> > Probing for Atmel AT45DB161D, 2048 KB: skipped.
> > Probing for Atmel AT45DB321C, 4224 KB: skipped.
> > Probing for Atmel AT45DB321D, 4096 KB: skipped.
> > Probing for Atmel AT45DB642D, 8192 KB: skipped.
> > 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: skipped.
> > Probing for AMIC A25L40PU, 512 KB: skipped.
> > 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: skipped.
> > Probing for EMST F49B002UA, 256 KB: skipped.
> > Probing for Eon EN25B05, 64 KB: skipped.
> > Probing for Eon EN25B05T, 64 KB: skipped.
> > Probing for Eon EN25B10, 128 KB: skipped.
> > Probing for Eon EN25B10T, 128 KB: skipped.
> > Probing for Eon EN25B20, 256 KB: skipped.
> > Probing for Eon EN25B20T, 256 KB: skipped.
> > Probing for Eon EN25B40, 512 KB: skipped.
> > Probing for Eon EN25B40T, 512 KB: skipped.
> > Probing for Eon EN25B80, 1024 KB: skipped.
> > Probing for Eon EN25B80T, 1024 KB: skipped.
> > Probing for Eon EN25B16, 2048 KB: skipped.
> > Probing for Eon EN25B16T, 2048 KB: skipped.
> > Probing for Eon EN25B32, 4096 KB: skipped.
> > Probing for Eon EN25B32T, 4096 KB: skipped.
> > Probing for Eon EN25B64, 8192 KB: skipped.
> > Probing for Eon EN25B64T, 8192 KB: skipped.
> > Probing for Eon EN25D16, 2048 KB: skipped.
> > Probing for Eon EN25F05, 64 KB: skipped.
> > Probing for Eon EN25F10, 128 KB: skipped.
> > Probing for Eon EN25F20, 256 KB: skipped.
> > Probing for Eon EN25F40, 512 KB: skipped.
> > Probing for Eon EN25F80, 1024 KB: skipped.
> > Probing for Eon EN25F16, 2048 KB: skipped.
> > Probing for Eon EN25F32, 4096 KB: skipped.
> > 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: skipped.
> > Probing for Intel 82802AC, 1024 KB: skipped.
> > Probing for Macronix MX25L512, 64 KB: skipped.
> > Probing for Macronix MX25L1005, 128 KB: skipped.
> > Probing for Macronix MX25L2005, 256 KB: skipped.
> > Probing for Macronix MX25L4005, 512 KB: skipped.
> > Probing for Macronix MX25L8005, 1024 KB: skipped.
> > Probing for Macronix MX25L1605, 2048 KB: skipped.
> > Probing for Macronix MX25L1635D, 2048 KB: skipped.
> > Probing for Macronix MX25L3205, 4096 KB: skipped.
> > Probing for Macronix MX25L3235D, 4096 KB: skipped.
> > Probing for Macronix MX25L6405, 8192 KB: skipped.
> > Probing for Macronix MX25L12805, 16384 KB: skipped.
> > 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: skipped.
> > Probing for Numonyx M25PE20, 256 KB: skipped.
> > Probing for Numonyx M25PE40, 512 KB: skipped.
> > Probing for Numonyx M25PE80, 1024 KB: skipped.
> > Probing for Numonyx M25PE16, 2048 KB: skipped.
> > Probing for PMC Pm25LV010, 128 KB: skipped.
> > Probing for PMC Pm25LV016B, 2048 KB: skipped.
> > Probing for PMC Pm25LV020, 256 KB: skipped.
> > Probing for PMC Pm25LV040, 512 KB: skipped.
> > Probing for PMC Pm25LV080B, 1024 KB: skipped.
> > Probing for PMC Pm25LV512, 64 KB: skipped.
> > 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: skipped.
> > Probing for PMC Pm49FL004, 512 KB: skipped.
> > Probing for Sanyo LF25FW203A, 2048 KB: skipped.
> > Probing for Sharp LHF00L04, 1024 KB: skipped.
> > Probing for Spansion S25FL008A, 1024 KB: skipped.
> > Probing for Spansion S25FL016A, 2048 KB: skipped.
> > Probing for SST SST25VF016B, 2048 KB: skipped.
> > Probing for SST SST25VF032B, 4096 KB: skipped.
> > Probing for SST SST25VF040.REMS, 512 KB: skipped.
> > Probing for SST SST25VF040B, 512 KB: skipped.
> > Probing for SST SST25VF040B.REMS, 512 KB: skipped.
> > Probing for SST SST25VF080B, 1024 KB: skipped.
> > 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: skipped.
> > Probing for SST SST49LF003A/B, 384 KB: skipped.
> > Probing for SST SST49LF004A/B, 512 KB: skipped.
> > Probing for SST SST49LF004C, 512 KB: skipped.
> > Probing for SST SST49LF008A, 1024 KB: skipped.
> > Probing for SST SST49LF008C, 1024 KB: skipped.
> > Probing for SST SST49LF016C, 2048 KB: skipped.
> > Probing for SST SST49LF020, 256 KB: skipped.
> > Probing for SST SST49LF020A, 256 KB: skipped.
> > Probing for SST SST49LF040, 512 KB: skipped.
> > Probing for SST SST49LF040B, 512 KB: skipped.
> > Probing for SST SST49LF080A, 1024 KB: skipped.
> > Probing for SST SST49LF160C, 2048 KB: skipped.
> > Probing for ST M25P05-A, 64 KB: skipped.
> > Probing for ST M25P05.RES, 64 KB: skipped.
> > Probing for ST M25P10-A, 128 KB: skipped.
> > Probing for ST M25P10.RES, 128 KB: skipped.
> > Probing for ST M25P20, 256 KB: skipped.
> > Probing for ST M25P40, 512 KB: skipped.
> > Probing for ST M25P40-old, 512 KB: skipped.
> > Probing for ST M25P80, 1024 KB: skipped.
> > Probing for ST M25P16, 2048 KB: skipped.
> > Probing for ST M25P32, 4096 KB: skipped.
> > Probing for ST M25P64, 8192 KB: skipped.
> > Probing for ST M25P128, 16384 KB: skipped.
> > 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: skipped.
> > Probing for ST M50FLW040B, 512 KB: skipped.
> > Probing for ST M50FLW080A, 1024 KB: skipped.
> > Probing for ST M50FLW080B, 1024 KB: skipped.
> > Probing for ST M50FW002, 256 KB: skipped.
> > Probing for ST M50FW016, 2048 KB: skipped.
> > Probing for ST M50FW040, 512 KB: skipped.
> > Probing for ST M50FW080, 1024 KB: skipped.
> > Probing for ST M50LPW116, 2048 KB: skipped.
> > 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: skipped.
> > Probing for Winbond W25Q16, 2048 KB: skipped.
> > Probing for Winbond W25Q32, 4096 KB: skipped.
> > Probing for Winbond W25x10, 128 KB: skipped.
> > Probing for Winbond W25x20, 256 KB: skipped.
> > Probing for Winbond W25x40, 512 KB: skipped.
> > Probing for Winbond W25x80, 1024 KB: skipped.
> > Probing for Winbond W25x16, 2048 KB: skipped.
> > Probing for Winbond W25x32, 4096 KB: skipped.
> > Probing for Winbond W25x64, 8192 KB: skipped.
> > 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: skipped.
> > Probing for Winbond W39V040B, 512 KB: skipped.
> > Probing for Winbond W39V040C, 512 KB: skipped.
> > Probing for Winbond W39V040FA, 512 KB: skipped.
> > Probing for Winbond W39V080A, 1024 KB: skipped.
> > Probing for Winbond W49F002U, 256 KB: skipped.
> > Probing for Winbond W49V002A, 256 KB: skipped.
> > Probing for Winbond W49V002FA, 256 KB: skipped.
> > Probing for Winbond W39V080FA, 1024 KB: skipped.
> > Probing for Winbond W39V080FA (dual mode), 512 KB: skipped.
> > Probing for Atmel unknown Atmel SPI chip, 0 KB: skipped.
> > Probing for EON unknown EON SPI chip, 0 KB: skipped.
> > Probing for Macronix unknown Macronix SPI chip, 0 KB: skipped.
> > Probing for PMC unknown PMC SPI chip, 0 KB: skipped.
> > Probing for SST unknown SST SPI chip, 0 KB: skipped.
> > Probing for ST unknown ST SPI chip, 0 KB: skipped.
> > Probing for Sanyo unknown Sanyo SPI chip, 0 KB: skipped.
> > Probing for Generic unknown SPI chip (RDID), 0 KB: skipped.
> > Probing for Generic unknown SPI chip (REMS), 0 KB: skipped.
> > No EEPROM/flash device found.
> > Note: flashrom can never write if the flash chip isn't found
> > automatically.
> >
> >
> >
> > Tom
> >
> > _______________________________________________
> > flashrom mailing list
> > flashrom(a)flashrom.org
> > http://www.flashrom.org/mailman/listinfo/flashrom
> >
>
>
>
1
0
Hallo,
beiliegend die Ausgabe des Befehls "flashrom -V", die ich lt.
Konsolenausgabe an die genannte Mailadresse senden sollte um das Projekt
zu unterstützen.
Freundliche Grüße
Tom
2
1
Hi all,
We got the stand at FOSDEM. I would like to ask who will attend the FOSDEM? So
far I know about:
Me, Carl-Daniel, Peter Stuge.
We would like to ask for the help with the stand.
Thanks,
Rudolf
-------- Původní zpráva --------
Předmět: [FOSDEM] Coreboot + flashrom stand acceptance
Datum: Wed, 22 Dec 2010 00:03:14 -0800 (PST)
Od: Elise Huard <ehuard(a)fosdem.org>
Komu: r.marek(a)assembler.cz
Kopie: devrooms <devrooms(a)fosdem.org>
Hi,
Your request for a stand of Coreboot + flashrom at FOSDEM 2010 has been
accepted, and we will put the following at your disposal:
- on Saturday from 10:00 to 18:00 and Sunday from 10:00 to 17:00,
- 1 table(s) of 2 meter width and 1 meter depth, 2 seats per table,
- most probably in the AW building (subject to change),
- best-effort wireless interenet and one(!) type C/E power plug.
If you want to decline this offer, please tell us as soon as possible.
We provide only one power plug per stand, but you can hook up several
multi-socket power chords. Because we can not provide those for every stand, we
must ask you to bring your own multi-socket power chords.
To make the stands look more professional, we would also like to ask you to
bring a table cloth that covers the table and the front of it. The front side is
a very good place to put your logo and name in large on, this will increase your
visibility.
We will stick A4 sheets with your project name on the tables, so you'll know
where to install stuff. The best time to build up your stands in the H building
is around 09:00. From 09:30-10:00 the people start to rush in, heading for the
opening talks. In the AW building, things are typically more quiet until the
opening talks are finished, which is around 12:00.
With kind regards,
The FOSDEM stand organizers.
1
0
I recently successfully flashed my Asus P4B533's BIOS. It was detected as P4B533-E (notice the "-E"), but enabling the motherboard specific code for that worked. Below you find the output.
Kind regards and thank you for this neat tool,
Stefan
vdr ~ # flashrom
flashrom v0.9.2-r1001 on Linux 2.6.35-gentoo-r12 (i686), built with libpci 3.1.4, GCC 4.4.4
flashrom is free software, get the source code at http://www.flashrom.org
No coreboot table found.
Found chipset "Intel ICH4/ICH4-L", enabling flash write... OK.
This chipset supports the following protocols: Non-SPI.
WARNING: Your mainboard is ASUS P4B533-E, but the mainboard-specific
code has not been tested, and thus will not not be executed by default.
Depending on your hardware environment, erasing, writing or even probing
can fail without running the board specific code.
Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection
"internal programmer") for details.
Calibrating delay loop... OK.
Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000.
No operations were specified.
vdr ~ # flashrom -p internal:boardenable=force -w 1015.awd
flashrom v0.9.2-r1001 on Linux 2.6.35-gentoo-r12 (i686), built with libpci 3.1.4, GCC 4.4.4
flashrom is free software, get the source code at http://www.flashrom.org
No coreboot table found.
Found chipset "Intel ICH4/ICH4-L", enabling flash write... OK.
This chipset supports the following protocols: Non-SPI.
NOTE: Running an untested board enable procedure.
Please report success/failure to flashrom(a)flashrom.org.
Disabling flash write protection for board "ASUS P4B533-E"... OK.
Calibrating delay loop... OK.
Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000.
Flash image seems to be a legacy BIOS. Disabling checks.
Writing flash chip... Erasing flash chip... SUCCESS.
Programming page: DONE!ss: 0x0007f000
COMPLETE.
Verifying flash... VERIFIED.
vdr ~ # flashrom -v 1015.awd
flashrom v0.9.2-r1001 on Linux 2.6.35-gentoo-r12 (i686), built with libpci 3.1.4, GCC 4.4.4
flashrom is free software, get the source code at http://www.flashrom.org
No coreboot table found.
Found chipset "Intel ICH4/ICH4-L", enabling flash write... OK.
This chipset supports the following protocols: Non-SPI.
WARNING: Your mainboard is ASUS P4B533-E, but the mainboard-specific
code has not been tested, and thus will not not be executed by default.
Depending on your hardware environment, erasing, writing or even probing
can fail without running the board specific code.
Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection
"internal programmer") for details.
Calibrating delay loop... OK.
Found chip "SST SST49LF004A/B" (512 KB, FWH) at physical address 0xfff80000.
Flash image seems to be a legacy BIOS. Disabling checks.
Verifying flash... VERIFIED.
vdr ~ # dmidecode
# dmidecode 2.10
SMBIOS 2.3 present.
49 structures occupying 1356 bytes.
Table at 0x000F0040.
Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
Vendor: Award Software, Inc.
Version: ASUS P4B533 ACPI BIOS Revision 1015
Release Date: 04/29/2003
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 512 kB
Characteristics:
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
BIOS ROM is socketed
EDD is supported
5.25"/360 kB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
Handle 0x0001, DMI type 1, 25 bytes
System Information
Manufacturer: System Manufacturer
Product Name: System Name
Version: System Version
Serial Number: SYS-1234567890
UUID: Not Settable
Wake-up Type: Power Switch
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: ASUSTeK Computer INC.
Product Name: P4B533
Version: REV 1.xx
Serial Number: xxxxxxxxxxx
…more DMI information on request
1
0
Hello.
I have an Asus M4N82 Deluxe main board.
I ran flashrom and I saw that the chipset of my mobo wasn't supported.
I send you the files that contain the outputs of the program.
The file "flasrom.txt" is the output when I ran the program without parameters and "flashrom(V).txt" is the output when I ran "flasrom -V"
I hope these files help you on next updates.
(sorry if my English isn't good. I'm Spanish)
Greatings.
1
0
mint-berbar flashrom # ./flashrom -Vr 7369v29/current.bin
flashrom v0.9.3-r1247 on Linux 2.6.28-11-generic (i686), built with
libpci 3.0.0, GCC 4.3.3, little endian
flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OS timer resolution is 2 usecs, 1053M loops
per second, 10 myus = 12 us, 100 myus = 101 us, 1000 myus = 1000 us,
10000 myus = 10001 us, 8 myus = 10 us, OK.
Initializing internal programmer
No coreboot table found.
DMI string system-manufacturer: "MSI"
DMI string system-product-name: "MS-7369"
DMI string system-version: "1.0"
DMI string baseboard-manufacturer: "MSI"
DMI string baseboard-product-name: "MS-7369"
DMI string baseboard-version: "1.0"
DMI string chassis-type: "Desktop"
Found chipset "NVIDIA MCP65", enabling flash write... chipset PCI ID
is 10de:0441, This chipset is not really supported yet. Guesswork...
ISA/LPC bridge reg 0x8a contents: 0x40, bit 6 is 1, bit 5 is 0
Flash bus type is SPI
SPI on this chipset is WIP. Write is unsupported!
Found SMBus device 10de:0446 at 00:01:1
MCP SPI BAR is at 0xfec80000
Mapping NVIDIA MCP6x SPI at 0xfec80000, unaligned size 0x544.
SPI control is 0x0002, req=0, gnt=0
Please send the output of "flashrom -V" to flashrom(a)flashrom.org with
your board name: flashrom -V as the subject to help us finish support for your
chipset. Thanks.
OK.
This chipset supports the following protocols: SPI.
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 AMIC A25L05PT, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L05PU, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L10PT, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L10PU, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L20PT, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L20PU, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L40PT, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L40PU, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L80P, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L16PT, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L16PU, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L512, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L010, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L020, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L040, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L080, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L016, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L032, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25LQ032, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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: skipped.
Probing for Atmel AT25DF021, 256 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT25DF041A, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF081, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF081A, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF161, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF321, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF321A, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF641, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DQ161, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25F512B, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Atmel AT25FS010, 128 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT25FS040, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT26DF041, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT26DF081A, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT26DF161, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT26DF161A, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT26F004, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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
0xef, id2 0x3014
Probing for Atmel AT45DB011D, 128 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB021D, 256 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB041D, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB081D, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB161D, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB321C, 4224 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB321D, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB642D, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT49BV512, 64 KB: skipped.
Probing for Atmel AT49F020, 256 KB: skipped.
Probing for Atmel AT49F002(N), 256 KB: skipped.
Probing for Atmel AT49F002(N)T, 256 KB: skipped.
Probing for Bright BM29F040, 512 KB: skipped.
Probing for EMST F49B002UA, 256 KB: skipped.
Probing for EMST F25L008A, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B05, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B05T, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B10, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B10T, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B20T, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B40T, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B80, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B80T, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B16T, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B32T, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B64, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B64T, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25D16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F05, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F10, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F80, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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 Hyundai HY29F002T, 256 KB: skipped.
Probing for Hyundai HY29F002B, 256 KB: skipped.
Probing for Hyundai HY29F040A, 512 KB: skipped.
Probing for Intel 28F001BN/BX-B, 128 KB: skipped.
Probing for Intel 28F001BN/BX-T, 128 KB: skipped.
Probing for Intel 28F002BC/BL/BV/BX-T, 256 KB: skipped.
Probing for Intel 28F008S3/S5/SC, 512 KB: skipped.
Probing for Intel 28F004B5/BE/BV/BX-B, 512 KB: skipped.
Probing for Intel 28F004B5/BE/BV/BX-T, 512 KB: skipped.
Probing for Intel 28F400BV/BX/CE/CV-B, 512 KB: skipped.
Probing for Intel 28F400BV/BX/CE/CV-T, 512 KB: skipped.
Probing for Intel 82802AB, 512 KB: skipped.
Probing for Intel 82802AC, 1024 KB: skipped.
Probing for Macronix MX25L512, 64 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1005, 128 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L2005, 256 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L4005, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L8005, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1605, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1635D, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1635E, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L3205, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L3235D, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L6405, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L12805, 16384 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
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 MX29F040, 512 KB: skipped.
Probing for Macronix MX29LV040, 512 KB: skipped.
Probing for MoselVitelic V29C51000B, 64 KB: skipped.
Probing for MoselVitelic V29C51000T, 64 KB: skipped.
Probing for MoselVitelic V29C51400B, 512 KB: skipped.
Probing for MoselVitelic V29C51400T, 512 KB: skipped.
Probing for MoselVitelic V29LC51000, 64 KB: skipped.
Probing for MoselVitelic V29LC51001, 128 KB: skipped.
Probing for MoselVitelic V29LC51002, 256 KB: skipped.
Probing for Numonyx M25PE10, 128 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Numonyx M25PE20, 256 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Numonyx M25PE40, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Numonyx M25PE80, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Numonyx M25PE16, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for PMC Pm25LV010, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC Pm25LV016B, 2048 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for PMC Pm25LV020, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC Pm25LV040, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC Pm25LV080B, 1024 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for PMC Pm25LV512, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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: skipped.
Probing for PMC Pm49FL004, 512 KB: skipped.
Probing for Sanyo LF25FW203A, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Sharp LHF00L04, 1024 KB: skipped.
Probing for Spansion S25FL004A, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL008A, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL016A, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL032A, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL064A, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF010.REMS, 128 KB: probe_spi_rems: id1 0xef, id2 0x13
Probing for SST SST25VF016B, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF032B, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF064C, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF040.REMS, 512 KB: probe_spi_rems: id1 0xef, id2 0x13
Probing for SST SST25VF040B, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for SST SST25LF040A.RES, 512 KB: probe_spi_res2: id1 0x13, id2 0x13
Probing for SST SST25VF040B.REMS, 512 KB: probe_spi_rems: id1 0xef, id2 0x13
Probing for SST SST25VF080B, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
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: skipped.
Probing for SST SST49LF003A/B, 384 KB: skipped.
Probing for SST SST49LF004A/B, 512 KB: skipped.
Probing for SST SST49LF004C, 512 KB: skipped.
Probing for SST SST49LF008A, 1024 KB: skipped.
Probing for SST SST49LF008C, 1024 KB: skipped.
Probing for SST SST49LF016C, 2048 KB: skipped.
Probing for SST SST49LF020, 256 KB: skipped.
Probing for SST SST49LF020A, 256 KB: skipped.
Probing for SST SST49LF040, 512 KB: skipped.
Probing for SST SST49LF040B, 512 KB: skipped.
Probing for SST SST49LF080A, 1024 KB: skipped.
Probing for SST SST49LF160C, 2048 KB: skipped.
Probing for ST M25P05-A, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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 0xef, id2 0x3014
Probing for ST M25P10.RES, 128 KB: Ignoring RES in favour of RDID.
Probing for ST M25P20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P40-old, 512 KB: Ignoring RES in favour of RDID.
Probing for ST M25P80, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P64, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P128, 16384 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25PX32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25PX64, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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 M29F400BB, 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: skipped.
Probing for ST M50FLW040B, 512 KB: skipped.
Probing for ST M50FLW080A, 1024 KB: skipped.
Probing for ST M50FLW080B, 1024 KB: skipped.
Probing for ST M50FW002, 256 KB: skipped.
Probing for ST M50FW016, 2048 KB: skipped.
Probing for ST M50FW040, 512 KB: skipped.
Probing for ST M50FW080, 1024 KB: skipped.
Probing for ST M50LPW116, 2048 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51001B, 128 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51001T, 128 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51002B, 256 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51002T, 256 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51004B, 512 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51004T, 512 KB: skipped.
Probing for SyncMOS/MoselVitelic {S,V}29C31004B, 512 KB: skipped.
Probing for SyncMOS/MoselVitelic {S,V}29C31004T, 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 0xef,
id2 0x3014
Probing for Winbond W25Q16, 2048 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25Q32, 4096 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25Q64, 8192 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25x10, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Winbond W25x20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Winbond W25x40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Winbond W25x80, 1024 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Chip status register is 00
Found chip "Winbond W25x80" (1024 KB, SPI) at physical address 0xfff00000.
Probing for Winbond W25x16, 2048 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25x32, 4096 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25x64, 8192 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W29C010(M)/W29C011A/W29EE011/W29EE012, 128 KB: skipped.
Probing for Winbond W29C020(C)/W29C022, 256 KB: skipped.
Probing for Winbond W29C040/P, 512 KB: skipped.
Probing for Winbond W29C010(M)/W29C011A/W29EE011/W29EE012, 128 KB: skipped.
Probing for Winbond W39V040A, 512 KB: skipped.
Probing for Winbond W39V040B, 512 KB: skipped.
Probing for Winbond W39V040C, 512 KB: skipped.
Probing for Winbond W39V040FA, 512 KB: skipped.
Probing for Winbond W39V040FB, 512 KB: skipped.
Probing for Winbond W39V040FC, 512 KB: skipped.
Probing for Winbond W39V080A, 1024 KB: skipped.
Probing for Winbond W49F002U/N, 256 KB: skipped.
Probing for Winbond W49F020, 256 KB: skipped.
Probing for Winbond W49V002A, 256 KB: skipped.
Probing for Winbond W49V002FA, 256 KB: skipped.
Probing for Winbond W39V080FA, 1024 KB: skipped.
Probing for Winbond W39V080FA (dual mode), 512 KB: skipped.
Probing for AMIC unknown AMIC SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for Atmel unknown Atmel SPI chip, 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon unknown Eon SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for Macronix unknown Macronix SPI chip, 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC unknown PMC SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for SST unknown SST SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for ST unknown ST SPI chip, 0 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Sanyo unknown Sanyo SPI chip, 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Generic unknown SPI chip (RDID), 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Generic unknown SPI chip (REMS), 0 KB: probe_spi_rems: id1
0xef, id2 0x13
===
This flash part has status UNTESTED for operations: WRITE
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(a)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.
Please mention your board in the subject line. Thanks for your help!
Reading flash... done.
1
0
flashrom v0.9.3-r1247 on Linux 2.6.28-11-generic (i686), built with
libpci 3.0.0, GCC 4.3.3, little endian
flashrom is free software, get the source code at http://www.flashrom.org
Calibrating delay loop... OS timer resolution is 3 usecs, 1053M loops
per second, 10 myus = 12 us, 100 myus = 101 us, 1000 myus = 1000 us,
10000 myus = 10003 us, 12 myus = 14 us, OK.
Initializing internal programmer
No coreboot table found.
DMI string system-manufacturer: "MSI"
DMI string system-product-name: "MS-7369"
DMI string system-version: "1.0"
DMI string baseboard-manufacturer: "MSI"
DMI string baseboard-product-name: "MS-7369"
DMI string baseboard-version: "1.0"
DMI string chassis-type: "Desktop"
Found chipset "NVIDIA MCP65", enabling flash write... chipset PCI ID
is 10de:0441, This chipset is not really supported yet. Guesswork...
ISA/LPC bridge reg 0x8a contents: 0x40, bit 6 is 1, bit 5 is 0
Flash bus type is SPI
SPI on this chipset is WIP. Write is unsupported!
Found SMBus device 10de:0446 at 00:01:1
MCP SPI BAR is at 0xfec80000
Mapping NVIDIA MCP6x SPI at 0xfec80000, unaligned size 0x544.
SPI control is 0x0002, req=0, gnt=0
Please send the output of "flashrom -V" to flashrom(a)flashrom.org with
your board name: flashrom -V as the subject to help us finish support for your
chipset. Thanks.
OK.
This chipset supports the following protocols: SPI.
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 AMIC A25L05PT, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L05PU, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L10PT, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L10PU, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L20PT, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L20PU, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L40PT, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L40PU, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L80P, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L16PT, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L16PU, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L512, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L010, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L020, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L040, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L080, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L016, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25L032, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for AMIC A25LQ032, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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: skipped.
Probing for Atmel AT25DF021, 256 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT25DF041A, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF081, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF081A, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF161, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF321, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF321A, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DF641, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25DQ161, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT25F512B, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Atmel AT25FS010, 128 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT25FS040, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT26DF041, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Atmel AT26DF081A, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT26DF161, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT26DF161A, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT26F004, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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
0xef, id2 0x3014
Probing for Atmel AT45DB011D, 128 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB021D, 256 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB041D, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB081D, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB161D, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB321C, 4224 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB321D, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT45DB642D, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Atmel AT49BV512, 64 KB: skipped.
Probing for Atmel AT49F020, 256 KB: skipped.
Probing for Atmel AT49F002(N), 256 KB: skipped.
Probing for Atmel AT49F002(N)T, 256 KB: skipped.
Probing for Bright BM29F040, 512 KB: skipped.
Probing for EMST F49B002UA, 256 KB: skipped.
Probing for EMST F25L008A, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B05, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B05T, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B10, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B10T, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B20T, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B40T, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B80, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B80T, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B16T, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B32T, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B64, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25B64T, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25D16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F05, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F10, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F80, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon EN25F32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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 Hyundai HY29F002T, 256 KB: skipped.
Probing for Hyundai HY29F002B, 256 KB: skipped.
Probing for Hyundai HY29F040A, 512 KB: skipped.
Probing for Intel 28F001BN/BX-B, 128 KB: skipped.
Probing for Intel 28F001BN/BX-T, 128 KB: skipped.
Probing for Intel 28F002BC/BL/BV/BX-T, 256 KB: skipped.
Probing for Intel 28F008S3/S5/SC, 512 KB: skipped.
Probing for Intel 28F004B5/BE/BV/BX-B, 512 KB: skipped.
Probing for Intel 28F004B5/BE/BV/BX-T, 512 KB: skipped.
Probing for Intel 28F400BV/BX/CE/CV-B, 512 KB: skipped.
Probing for Intel 28F400BV/BX/CE/CV-T, 512 KB: skipped.
Probing for Intel 82802AB, 512 KB: skipped.
Probing for Intel 82802AC, 1024 KB: skipped.
Probing for Macronix MX25L512, 64 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1005, 128 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L2005, 256 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L4005, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L8005, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1605, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1635D, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L1635E, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L3205, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L3235D, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L6405, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Macronix MX25L12805, 16384 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
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 MX29F040, 512 KB: skipped.
Probing for Macronix MX29LV040, 512 KB: skipped.
Probing for MoselVitelic V29C51000B, 64 KB: skipped.
Probing for MoselVitelic V29C51000T, 64 KB: skipped.
Probing for MoselVitelic V29C51400B, 512 KB: skipped.
Probing for MoselVitelic V29C51400T, 512 KB: skipped.
Probing for MoselVitelic V29LC51000, 64 KB: skipped.
Probing for MoselVitelic V29LC51001, 128 KB: skipped.
Probing for MoselVitelic V29LC51002, 256 KB: skipped.
Probing for Numonyx M25PE10, 128 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Numonyx M25PE20, 256 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Numonyx M25PE40, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Numonyx M25PE80, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Numonyx M25PE16, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for PMC Pm25LV010, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC Pm25LV016B, 2048 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for PMC Pm25LV020, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC Pm25LV040, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC Pm25LV080B, 1024 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for PMC Pm25LV512, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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: skipped.
Probing for PMC Pm49FL004, 512 KB: skipped.
Probing for Sanyo LF25FW203A, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Sharp LHF00L04, 1024 KB: skipped.
Probing for Spansion S25FL004A, 512 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL008A, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL016A, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL032A, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Spansion S25FL064A, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF010.REMS, 128 KB: probe_spi_rems: id1 0xef, id2 0x13
Probing for SST SST25VF016B, 2048 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF032B, 4096 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF064C, 8192 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for SST SST25VF040.REMS, 512 KB: probe_spi_rems: id1 0xef, id2 0x13
Probing for SST SST25VF040B, 512 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for SST SST25LF040A.RES, 512 KB: probe_spi_res2: id1 0x13, id2 0x13
Probing for SST SST25VF040B.REMS, 512 KB: probe_spi_rems: id1 0xef, id2 0x13
Probing for SST SST25VF080B, 1024 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
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: skipped.
Probing for SST SST49LF003A/B, 384 KB: skipped.
Probing for SST SST49LF004A/B, 512 KB: skipped.
Probing for SST SST49LF004C, 512 KB: skipped.
Probing for SST SST49LF008A, 1024 KB: skipped.
Probing for SST SST49LF008C, 1024 KB: skipped.
Probing for SST SST49LF016C, 2048 KB: skipped.
Probing for SST SST49LF020, 256 KB: skipped.
Probing for SST SST49LF020A, 256 KB: skipped.
Probing for SST SST49LF040, 512 KB: skipped.
Probing for SST SST49LF040B, 512 KB: skipped.
Probing for SST SST49LF080A, 1024 KB: skipped.
Probing for SST SST49LF160C, 2048 KB: skipped.
Probing for ST M25P05-A, 64 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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 0xef, id2 0x3014
Probing for ST M25P10.RES, 128 KB: Ignoring RES in favour of RDID.
Probing for ST M25P20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P40-old, 512 KB: Ignoring RES in favour of RDID.
Probing for ST M25P80, 1024 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P16, 2048 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P64, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25P128, 16384 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25PX32, 4096 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for ST M25PX64, 8192 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
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 M29F400BB, 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: skipped.
Probing for ST M50FLW040B, 512 KB: skipped.
Probing for ST M50FLW080A, 1024 KB: skipped.
Probing for ST M50FLW080B, 1024 KB: skipped.
Probing for ST M50FW002, 256 KB: skipped.
Probing for ST M50FW016, 2048 KB: skipped.
Probing for ST M50FW040, 512 KB: skipped.
Probing for ST M50FW080, 1024 KB: skipped.
Probing for ST M50LPW116, 2048 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51001B, 128 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51001T, 128 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51002B, 256 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51002T, 256 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51004B, 512 KB: skipped.
Probing for SyncMOS/MoselVitelic {F,S,V}29C51004T, 512 KB: skipped.
Probing for SyncMOS/MoselVitelic {S,V}29C31004B, 512 KB: skipped.
Probing for SyncMOS/MoselVitelic {S,V}29C31004T, 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 0xef,
id2 0x3014
Probing for Winbond W25Q16, 2048 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25Q32, 4096 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25Q64, 8192 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25x10, 128 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Winbond W25x20, 256 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Winbond W25x40, 512 KB: probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Winbond W25x80, 1024 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Chip status register is 00
Found chip "Winbond W25x80" (1024 KB, SPI) at physical address 0xfff00000.
Probing for Winbond W25x16, 2048 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25x32, 4096 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W25x64, 8192 KB: probe_spi_rdid_generic: id1 0xef,
id2 0x3014
Probing for Winbond W29C010(M)/W29C011A/W29EE011/W29EE012, 128 KB: skipped.
Probing for Winbond W29C020(C)/W29C022, 256 KB: skipped.
Probing for Winbond W29C040/P, 512 KB: skipped.
Probing for Winbond W29C010(M)/W29C011A/W29EE011/W29EE012, 128 KB: skipped.
Probing for Winbond W39V040A, 512 KB: skipped.
Probing for Winbond W39V040B, 512 KB: skipped.
Probing for Winbond W39V040C, 512 KB: skipped.
Probing for Winbond W39V040FA, 512 KB: skipped.
Probing for Winbond W39V040FB, 512 KB: skipped.
Probing for Winbond W39V040FC, 512 KB: skipped.
Probing for Winbond W39V080A, 1024 KB: skipped.
Probing for Winbond W49F002U/N, 256 KB: skipped.
Probing for Winbond W49F020, 256 KB: skipped.
Probing for Winbond W49V002A, 256 KB: skipped.
Probing for Winbond W49V002FA, 256 KB: skipped.
Probing for Winbond W39V080FA, 1024 KB: skipped.
Probing for Winbond W39V080FA (dual mode), 512 KB: skipped.
Probing for AMIC unknown AMIC SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for Atmel unknown Atmel SPI chip, 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Eon unknown Eon SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for Macronix unknown Macronix SPI chip, 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for PMC unknown PMC SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for SST unknown SST SPI chip, 0 KB: probe_spi_rdid_generic:
id1 0xef, id2 0x3014
Probing for ST unknown ST SPI chip, 0 KB: probe_spi_rdid_generic: id1
0xef, id2 0x3014
Probing for Sanyo unknown Sanyo SPI chip, 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Generic unknown SPI chip (RDID), 0 KB:
probe_spi_rdid_generic: id1 0xef, id2 0x3014
Probing for Generic unknown SPI chip (REMS), 0 KB: probe_spi_rems: id1
0xef, id2 0x13
===
This flash part has status UNTESTED for operations: WRITE
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(a)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.
Please mention your board in the subject line. Thanks for your help!
No operations were specified.
1
0