I generated a random file to write to the chips using dd if=/dev/urandom 
of=random.bin bs=4K count=x. Logs for tests are attached. I forgot them in the 
previous mail, sorry about that. Thanks.

On Saturday 12 March 2016 02:33 AM, Hatim Kanchwala wrote:
> Hello,
> 
> One of the components I was waiting for was delivered yesterday so I 
> performed tests on some of the sample chips GigaDevice sent using Serprog 
> Arduino flasher (Urja's frser-duino). In the patches that follow, I have 
> added support for 10 chips of which 8 were tested successfully for probe, 
> read, write and erase.
> 
> A note - level translation using resistors mentioned here 
> (https://www.flashrom.org/Serprog/Arduino_flasher) didn't work for me so I 
> bypassed resistors and connected chip directly to Arduino. 
> 
> Patches follow. Thanks.
> 
> Hatim Kanchwala (3):
>   Add support for GD25LQ10B, GD25LQ20B, GD25LQ40B and GD25LQ80B
>   Add support for GD25D05B and GD25D10B
>   Add support for GD25Q21B, GD25Q41B, GD25Q80C and GD25Q16C
> 
>  flashchips.c | 397 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  flashchips.h |  18 +--
>  2 files changed, 407 insertions(+), 8 deletions(-)
> 

-- 
Kind Regards,
Hatim Kanchwala
http://hatimak.me
B. Tech. Electrical Engineering
Indian Institute of Technology Patna
flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (9 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -w random.bin -o gd25d05b-1.log -V -c GD25D05B
Calibrating delay loop... OS timer resolution is 1 usecs, 1500M loops per second, 10 myus = 10 us, 100 myus = 116 us, 1000 myus = 994 us, 10000 myus = 9782 us, 4 myus = 4 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for GigaDevice GD25D05B, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x4010
Found GigaDevice flash chip "GD25D05B" (64 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Bit 6 is not set
Chip status register: Bit 5 is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (9 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -w random.bin -o gd25d10b-1.log -V -c GD25D10B
Calibrating delay loop... OS timer resolution is 1 usecs, 1510M loops per second, 10 myus = 10 us, 100 myus = 117 us, 1000 myus = 996 us, 10000 myus = 9820 us, 4 myus = 4 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for GigaDevice GD25D10B, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x4011
Found GigaDevice flash chip "GD25D10B" (128 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Bit 6 is not set
Chip status register: Bit 5 is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (7 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -V -o gd25lq10b/gd25lq10b-1.log -w gd25lq10b/random.bin
Calibrating delay loop... OS timer resolution is 1 usecs, 1475M loops per second, 10 myus = 10 us, 100 myus = 131 us, 1000 myus = 999 us, 10000 myus = 9920 us, 4 myus = 13 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for AMIC A25L05PT, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L05PU, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L10PT, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L10PU, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L20PT, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L20PU, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L40PT, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L40PU, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L80P, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L16PT, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L16PU, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L512, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L010, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L080, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L016, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25L032, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25LQ16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25LQ032/A25LQ32A, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for AMIC A25LQ64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF021, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF041A, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF081, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF081A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF321, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF321A, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DF641(A), 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DL081, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DL161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25DQ161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25F512, 64 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512A, 64 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512B, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25F1024(A), 128 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F2048, 256 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F4096, 512 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25FS010, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT25FS040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT26DF041, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT26DF081A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT26DF161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT26DF161A, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT26F004, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45CS1282, 16896 kB: serprog: requested mapping AT45CS1282 is incompatible: 0x1080000 bytes at 0x00000000fef80000.
probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB011D, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB021D, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB041D, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB081D, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB161D, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB321C, 4224 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB321D, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB321E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel AT45DB642D, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for ESMT F25L008A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for ESMT F25L32PA, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B05, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B05T, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P05, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B10T, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B20T, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B40T, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B80T, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B16T, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B32T, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25B64T, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25P64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F05, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25F64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25Q40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25Q80(A), 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25Q16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25Q32(A/B), 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25Q64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25Q128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25QH16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25QH32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25QH64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25QH128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon EN25S64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for ESI ES25P40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for ESI ES25P80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for ESI ES25P16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25D05B, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25D10B, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ10B, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Found GigaDevice flash chip "GD25LQ10B" (128 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Block Protect 4 (BP4) is not set
Chip status register: Block Protect 3 (BP3) is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
Probing for GigaDevice GD25LQ20B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ40B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ80B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ64(B), 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25LQ128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q512, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q20(B), 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q21B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q40(B), 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q41B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q80(B), 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q80C, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q16(B), 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q16C, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q32(B), 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q64(B), 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q128B, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25Q128C, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25T80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25VQ21B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25VQ40C, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25VQ41B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25VQ80C, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for GigaDevice GD25VQ16C, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Intel 25F160S33B8, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Intel 25F160S33T8, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Intel 25F320S33B8, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Intel 25F320S33T8, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Intel 25F640S33B8, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Intel 25F640S33T8, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX23L1654, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX23L3254, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX23L6454, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX23L12854, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L512(E)/MX25V512(C), 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L1005(C)/MX25L1006E, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L2005(C)/MX25L2006E, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L4005(A/C)/MX25L4006E, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L8005/MX25L8006E/MX25L8008E/MX25V8005, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L1605, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L1605A/MX25L1606E/MX25L1608E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L1605D/MX25L1608D/MX25L1673E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L1635D, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L1635E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L3205(A), 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L3205D/MX25L3208D, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L3206E/MX25L3208E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L3273E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L3235D, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L6405, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L6405D, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L6406E/MX25L6408E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L6436E/MX25L6445E/MX25L6465E/MX25L6473E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L12805D, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L12835F/MX25L12845E/MX25L12865E, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25U1635E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25U3235E/F, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25U6435E/F, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25U12835F, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix MX25L6495F, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P05-A, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P05, 64 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P10-A, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P10, 128 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P20-old, 256 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P40-old, 512 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25P128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PE10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PE20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PE40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PE80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PE16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PX80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PX16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PX32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M25PX64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M45PE10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M45PE20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M45PE40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M45PE80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST M45PE16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q016, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q032..1E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q032..3E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q064..1E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q064..3E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q128..1E, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Micron/Numonyx/ST N25Q128..3E, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Nantronics N25S10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Nantronics N25S20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Nantronics N25S40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Nantronics N25S80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Nantronics N25S16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LD256C, 32 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LD512(C), 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LD010(C), 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LD020(C), 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LD040(C), 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LQ020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LQ040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LQ080, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LQ016, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LQ032C, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LV512(A), 64 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for PMC Pm25LV010, 128 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for PMC Pm25LV010A, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LV020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LV040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LV080B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC Pm25LV016B, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Sanyo LE25FW106, 128 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for Sanyo LE25FW406A, 512 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for Sanyo LE25FU406B, 512 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for Sanyo LE25FU406C/LE25U40CMC, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Sanyo LE25FW203A, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Sanyo LE25FW403A, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Sanyo LE25FW418A, 512 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for Sanyo LE25FW806, 1024 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for Sanyo LE25FW808, 1024 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for Spansion S25FL004A, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL008A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL016A, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL032A/P, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL064A/P, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL204K, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL208K, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL116K/S25FL216K, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL132K, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL164K, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL127S-64kB, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL127S-256kB, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL128P......0, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL128P......1, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL128S......0, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL128S......1, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL129P......0, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Spansion S25FL129P......1, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25LF020A, 256 kB: probe_spi_rems: id1 0xc8, id2 0x10
Probing for SST SST25LF040A, 512 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for SST SST25LF080(A), 1024 kB: probe_spi_res2: id1 0x10, id2 0x10
Probing for SST SST25VF512(A), 64 kB: probe_spi_rems: id1 0xc8, id2 0x10
Probing for SST SST25VF010(A), 128 kB: probe_spi_rems: id1 0xc8, id2 0x10
Probing for SST SST25VF020, 256 kB: probe_spi_rems: id1 0xc8, id2 0x10
Probing for SST SST25VF020B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25VF040, 512 kB: probe_spi_rems: id1 0xc8, id2 0x10
Probing for SST SST25VF040B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25VF040B.REMS, 512 kB: probe_spi_rems: id1 0xc8, id2 0x10
Probing for SST SST25WF020A, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF040B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF080B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25VF080B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25VF016B, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25VF032B, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25VF064C, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF512, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF010, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST SST25WF080, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q40.V, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q80.V, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q16.V, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q32.V, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q64.V, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q128.V, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q20.W, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q40.W, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q80.W, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q16.W, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q32.W, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25Q64.W, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond W25X64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Unknown SFDP-capable chip, 0 kB: SFDP revision = 1.0
SFDP number of parameter headers is 2 (NPH = 1).

SFDP parameter table header 0/1:
  ID 0x00, version 1.0
  Length 36 B, Parameter Table Pointer 0x000030
Parsing JEDEC flash parameter table... 
  3-Byte only addressing.
  Status register is non-volatile and the standard does not allow vendors to tell us whether EWSR/WREN is needed for status register writes - assuming EWSR.
  Write chunk size is at least 64 B.
  Flash chip size is 128 kB.
  Block eraser 0: 32 x 4096 B with opcode 0x20
  Tried to add a duplicate block eraser: 32 x 4096 B with opcode 0x20.
  Block eraser 1: 4 x 32768 B with opcode 0x52
  Block eraser 2: 2 x 65536 B with opcode 0xd8
done.

SFDP parameter table header 1/1:
  ID 0xc8, version 1.0
  Length 12 B, Parameter Table Pointer 0x000060
Probing for AMIC unknown AMIC SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Atmel unknown Atmel SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Eon unknown Eon SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Macronix unknown Macronix SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for PMC unknown PMC SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for SST unknown SST SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for ST unknown ST SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Sanyo unknown Sanyo SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Winbond unknown Winbond (ex Nexcom) SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Generic unknown SPI chip (RDID), 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6011
Probing for Generic unknown SPI chip (REMS), 0 kB: probe_spi_rems: id1 0xc8, id2 0x10
Found GigaDevice flash chip "GD25LQ10B" (128 kB, SPI).
This chip may contain one-time programmable memory. flashrom cannot read
and may never be able to write it, hence it may not be able to completely
clone the contents of this chip (see man page for details).
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (7 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -w random.bin -o gd25lq20b-3.log -V
Calibrating delay loop... OS timer resolution is 1 usecs, 1382M loops per second, 10 myus = 9 us, 100 myus = 106 us, 1000 myus = 938 us, 10000 myus = 9589 us, 4 myus = 4 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for AMIC A25L05PT, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L05PU, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L10PT, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L10PU, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L20PT, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L20PU, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L40PT, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L40PU, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L80P, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L16PT, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L16PU, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L512, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L010, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L080, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L016, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25L032, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25LQ16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25LQ032/A25LQ32A, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for AMIC A25LQ64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF021, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF041A, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF081, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF081A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF321, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF321A, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DF641(A), 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DL081, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DL161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25DQ161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25F512, 64 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512A, 64 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F512B, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25F1024(A), 128 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F2048, 256 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25F4096, 512 kB: probe_spi_at25f: id1 0x00, id2 0x00
Probing for Atmel AT25FS010, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT25FS040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT26DF041, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT26DF081A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT26DF161, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT26DF161A, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT26F004, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45CS1282, 16896 kB: serprog: requested mapping AT45CS1282 is incompatible: 0x1080000 bytes at 0x00000000fef80000.
probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB011D, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB021D, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB041D, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB081D, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB161D, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB321C, 4224 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB321D, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB321E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel AT45DB642D, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for ESMT F25L008A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for ESMT F25L32PA, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B05, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B05T, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P05, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B10T, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B20T, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B40T, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B80T, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B16T, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B32T, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25B64T, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25P64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F05, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25F64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25Q40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25Q80(A), 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25Q16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25Q32(A/B), 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25Q64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25Q128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25QH16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25QH32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25QH64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25QH128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon EN25S64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for ESI ES25P40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for ESI ES25P80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for ESI ES25P16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25LQ20B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Found GigaDevice flash chip "GD25LQ20B" (256 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Block Protect 4 (BP4) is not set
Chip status register: Block Protect 3 (BP3) is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
Probing for GigaDevice GD25LQ40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25LQ80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25LQ16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25LQ32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25LQ64(B), 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25LQ128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q512, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q20(B), 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q40(B), 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q80(B), 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q16(B), 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q32(B), 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q64(B), 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q128B, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25Q128C, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25T80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25VQ21B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25VQ40C, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25VQ41B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25VQ80C, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for GigaDevice GD25VQ16C, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Intel 25F160S33B8, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Intel 25F160S33T8, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Intel 25F320S33B8, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Intel 25F320S33T8, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Intel 25F640S33B8, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Intel 25F640S33T8, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX23L1654, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX23L3254, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX23L6454, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX23L12854, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L512(E)/MX25V512(C), 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L1005(C)/MX25L1006E, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L2005(C)/MX25L2006E, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L4005(A/C)/MX25L4006E, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L8005/MX25L8006E/MX25L8008E/MX25V8005, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L1605, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L1605A/MX25L1606E/MX25L1608E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L1605D/MX25L1608D/MX25L1673E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L1635D, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L1635E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L3205(A), 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L3205D/MX25L3208D, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L3206E/MX25L3208E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L3273E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L3235D, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L6405, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L6405D, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L6406E/MX25L6408E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L6436E/MX25L6445E/MX25L6465E/MX25L6473E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L12805D, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L12835F/MX25L12845E/MX25L12865E, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25U1635E, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25U3235E/F, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25U6435E/F, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25U12835F, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix MX25L6495F, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P05-A, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P05, 64 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P10-A, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P10, 128 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P20-old, 256 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P40-old, 512 kB: Ignoring RES in favour of RDID.
Probing for Micron/Numonyx/ST M25P80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25P128, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PE10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PE20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PE40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PE80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PE16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PX80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PX16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PX32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M25PX64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M45PE10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M45PE20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M45PE40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M45PE80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST M45PE16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q016, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q032..1E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q032..3E, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q064..1E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q064..3E, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q128..1E, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Micron/Numonyx/ST N25Q128..3E, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Nantronics N25S10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Nantronics N25S20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Nantronics N25S40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Nantronics N25S80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Nantronics N25S16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LD256C, 32 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LD512(C), 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LD010(C), 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LD020(C), 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LD040(C), 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LQ020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LQ040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LQ080, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LQ016, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LQ032C, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LV512(A), 64 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for PMC Pm25LV010, 128 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for PMC Pm25LV010A, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LV020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LV040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LV080B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC Pm25LV016B, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Sanyo LE25FW106, 128 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for Sanyo LE25FW406A, 512 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for Sanyo LE25FU406B, 512 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for Sanyo LE25FU406C/LE25U40CMC, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Sanyo LE25FW203A, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Sanyo LE25FW403A, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Sanyo LE25FW418A, 512 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for Sanyo LE25FW806, 1024 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for Sanyo LE25FW808, 1024 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for Spansion S25FL004A, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL008A, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL016A, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL032A/P, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL064A/P, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL204K, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL208K, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL116K/S25FL216K, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL132K, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL164K, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL127S-64kB, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL127S-256kB, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL128P......0, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL128P......1, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL128S......0, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL128S......1, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL129P......0, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Spansion S25FL129P......1, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25LF020A, 256 kB: probe_spi_rems: id1 0xc8, id2 0x11
Probing for SST SST25LF040A, 512 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for SST SST25LF080(A), 1024 kB: probe_spi_res2: id1 0x11, id2 0x11
Probing for SST SST25VF512(A), 64 kB: probe_spi_rems: id1 0xc8, id2 0x11
Probing for SST SST25VF010(A), 128 kB: probe_spi_rems: id1 0xc8, id2 0x11
Probing for SST SST25VF020, 256 kB: probe_spi_rems: id1 0xc8, id2 0x11
Probing for SST SST25VF020B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25VF040, 512 kB: probe_spi_rems: id1 0xc8, id2 0x11
Probing for SST SST25VF040B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25VF040B.REMS, 512 kB: probe_spi_rems: id1 0xc8, id2 0x11
Probing for SST SST25WF020A, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF040B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF080B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25VF080B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25VF016B, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25VF032B, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25VF064C, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF512, 64 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF010, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF020, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF040, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST SST25WF080, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q40.V, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q80.V, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q16.V, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q32.V, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q64.V, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q128.V, 16384 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q20.W, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q40.W, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q80.W, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q16.W, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q32.W, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25Q64.W, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X10, 128 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X20, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X40, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X80, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X16, 2048 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X32, 4096 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond W25X64, 8192 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Unknown SFDP-capable chip, 0 kB: SFDP revision = 1.0
SFDP number of parameter headers is 2 (NPH = 1).

SFDP parameter table header 0/1:
  ID 0x00, version 1.0
  Length 36 B, Parameter Table Pointer 0x000030
Parsing JEDEC flash parameter table... 
  3-Byte only addressing.
  Status register is non-volatile and the standard does not allow vendors to tell us whether EWSR/WREN is needed for status register writes - assuming EWSR.
  Write chunk size is at least 64 B.
  Flash chip size is 256 kB.
  Block eraser 0: 64 x 4096 B with opcode 0x20
  Tried to add a duplicate block eraser: 64 x 4096 B with opcode 0x20.
  Block eraser 1: 8 x 32768 B with opcode 0x52
  Block eraser 2: 4 x 65536 B with opcode 0xd8
done.

SFDP parameter table header 1/1:
  ID 0xc8, version 1.0
  Length 12 B, Parameter Table Pointer 0x000060
Probing for AMIC unknown AMIC SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Atmel unknown Atmel SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Eon unknown Eon SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Macronix unknown Macronix SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for PMC unknown PMC SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for SST unknown SST SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for ST unknown ST SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Sanyo unknown Sanyo SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Winbond unknown Winbond (ex Nexcom) SPI chip, 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Generic unknown SPI chip (RDID), 0 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6012
Probing for Generic unknown SPI chip (REMS), 0 kB: probe_spi_rems: id1 0xc8, id2 0x11
Found GigaDevice flash chip "GD25LQ20B" (256 kB, SPI).
This chip may contain one-time programmable memory. flashrom cannot read
and may never be able to write it, hence it may not be able to completely
clone the contents of this chip (see man page for details).
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W, 0x020000-0x020fff:W, 0x021000-0x021fff:W, 0x022000-0x022fff:W, 0x023000-0x023fff:W, 0x024000-0x024fff:W, 0x025000-0x025fff:W, 0x026000-0x026fff:W, 0x027000-0x027fff:W, 0x028000-0x028fff:W, 0x029000-0x029fff:W, 0x02a000-0x02afff:W, 0x02b000-0x02bfff:W, 0x02c000-0x02cfff:W, 0x02d000-0x02dfff:W, 0x02e000-0x02efff:W, 0x02f000-0x02ffff:W, 0x030000-0x030fff:W, 0x031000-0x031fff:W, 0x032000-0x032fff:W, 0x033000-0x033fff:W, 0x034000-0x034fff:W, 0x035000-0x035fff:W, 0x036000-0x036fff:W, 0x037000-0x037fff:W, 0x038000-0x038fff:W, 0x039000-0x039fff:W, 0x03a000-0x03afff:W, 0x03b000-0x03bfff:W, 0x03c000-0x03cfff:W, 0x03d000-0x03dfff:W, 0x03e000-0x03efff:W, 0x03f000-0x03ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (9 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -w random.bin -o gd25lq40b-1.log -V -c GD25LQ40B
Calibrating delay loop... OS timer resolution is 1 usecs, 1505M loops per second, 10 myus = 10 us, 100 myus = 111 us, 1000 myus = 993 us, 10000 myus = 9814 us, 4 myus = 5 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for GigaDevice GD25LQ40B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6013
Found GigaDevice flash chip "GD25LQ40B" (512 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Block Protect 4 (BP4) is not set
Chip status register: Block Protect 3 (BP3) is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
This chip may contain one-time programmable memory. flashrom cannot read
and may never be able to write it, hence it may not be able to completely
clone the contents of this chip (see man page for details).
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W, 0x020000-0x020fff:W, 0x021000-0x021fff:W, 0x022000-0x022fff:W, 0x023000-0x023fff:W, 0x024000-0x024fff:W, 0x025000-0x025fff:W, 0x026000-0x026fff:W, 0x027000-0x027fff:W, 0x028000-0x028fff:W, 0x029000-0x029fff:W, 0x02a000-0x02afff:W, 0x02b000-0x02bfff:W, 0x02c000-0x02cfff:W, 0x02d000-0x02dfff:W, 0x02e000-0x02efff:W, 0x02f000-0x02ffff:W, 0x030000-0x030fff:W, 0x031000-0x031fff:W, 0x032000-0x032fff:W, 0x033000-0x033fff:W, 0x034000-0x034fff:W, 0x035000-0x035fff:W, 0x036000-0x036fff:W, 0x037000-0x037fff:W, 0x038000-0x038fff:W, 0x039000-0x039fff:W, 0x03a000-0x03afff:W, 0x03b000-0x03bfff:W, 0x03c000-0x03cfff:W, 0x03d000-0x03dfff:W, 0x03e000-0x03efff:W, 0x03f000-0x03ffff:W, 0x040000-0x040fff:W, 0x041000-0x041fff:W, 0x042000-0x042fff:W, 0x043000-0x043fff:W, 0x044000-0x044fff:W, 0x045000-0x045fff:W, 0x046000-0x046fff:W, 0x047000-0x047fff:W, 0x048000-0x048fff:W, 0x049000-0x049fff:W, 0x04a000-0x04afff:W, 0x04b000-0x04bfff:W, 0x04c000-0x04cfff:W, 0x04d000-0x04dfff:W, 0x04e000-0x04efff:W, 0x04f000-0x04ffff:W, 0x050000-0x050fff:W, 0x051000-0x051fff:W, 0x052000-0x052fff:W, 0x053000-0x053fff:W, 0x054000-0x054fff:W, 0x055000-0x055fff:W, 0x056000-0x056fff:W, 0x057000-0x057fff:W, 0x058000-0x058fff:W, 0x059000-0x059fff:W, 0x05a000-0x05afff:W, 0x05b000-0x05bfff:W, 0x05c000-0x05cfff:W, 0x05d000-0x05dfff:W, 0x05e000-0x05efff:W, 0x05f000-0x05ffff:W, 0x060000-0x060fff:W, 0x061000-0x061fff:W, 0x062000-0x062fff:W, 0x063000-0x063fff:W, 0x064000-0x064fff:W, 0x065000-0x065fff:W, 0x066000-0x066fff:W, 0x067000-0x067fff:W, 0x068000-0x068fff:W, 0x069000-0x069fff:W, 0x06a000-0x06afff:W, 0x06b000-0x06bfff:W, 0x06c000-0x06cfff:W, 0x06d000-0x06dfff:W, 0x06e000-0x06efff:W, 0x06f000-0x06ffff:W, 0x070000-0x070fff:W, 0x071000-0x071fff:W, 0x072000-0x072fff:W, 0x073000-0x073fff:W, 0x074000-0x074fff:W, 0x075000-0x075fff:W, 0x076000-0x076fff:W, 0x077000-0x077fff:W, 0x078000-0x078fff:W, 0x079000-0x079fff:W, 0x07a000-0x07afff:W, 0x07b000-0x07bfff:W, 0x07c000-0x07cfff:W, 0x07d000-0x07dfff:W, 0x07e000-0x07efff:W, 0x07f000-0x07ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (9 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -w random.bin -o gd25lq80b-1.log -V -c GD25LQ80B
Calibrating delay loop... OS timer resolution is 1 usecs, 1497M loops per second, 10 myus = 10 us, 100 myus = 116 us, 1000 myus = 987 us, 10000 myus = 9807 us, 4 myus = 3 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for GigaDevice GD25LQ80B, 1024 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x6014
Found GigaDevice flash chip "GD25LQ80B" (1024 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Block Protect 4 (BP4) is not set
Chip status register: Block Protect 3 (BP3) is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
This chip may contain one-time programmable memory. flashrom cannot read
and may never be able to write it, hence it may not be able to completely
clone the contents of this chip (see man page for details).
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W, 0x020000-0x020fff:W, 0x021000-0x021fff:W, 0x022000-0x022fff:W, 0x023000-0x023fff:W, 0x024000-0x024fff:W, 0x025000-0x025fff:W, 0x026000-0x026fff:W, 0x027000-0x027fff:W, 0x028000-0x028fff:W, 0x029000-0x029fff:W, 0x02a000-0x02afff:W, 0x02b000-0x02bfff:W, 0x02c000-0x02cfff:W, 0x02d000-0x02dfff:W, 0x02e000-0x02efff:W, 0x02f000-0x02ffff:W, 0x030000-0x030fff:W, 0x031000-0x031fff:W, 0x032000-0x032fff:W, 0x033000-0x033fff:W, 0x034000-0x034fff:W, 0x035000-0x035fff:W, 0x036000-0x036fff:W, 0x037000-0x037fff:W, 0x038000-0x038fff:W, 0x039000-0x039fff:W, 0x03a000-0x03afff:W, 0x03b000-0x03bfff:W, 0x03c000-0x03cfff:W, 0x03d000-0x03dfff:W, 0x03e000-0x03efff:W, 0x03f000-0x03ffff:W, 0x040000-0x040fff:W, 0x041000-0x041fff:W, 0x042000-0x042fff:W, 0x043000-0x043fff:W, 0x044000-0x044fff:W, 0x045000-0x045fff:W, 0x046000-0x046fff:W, 0x047000-0x047fff:W, 0x048000-0x048fff:W, 0x049000-0x049fff:W, 0x04a000-0x04afff:W, 0x04b000-0x04bfff:W, 0x04c000-0x04cfff:W, 0x04d000-0x04dfff:W, 0x04e000-0x04efff:W, 0x04f000-0x04ffff:W, 0x050000-0x050fff:W, 0x051000-0x051fff:W, 0x052000-0x052fff:W, 0x053000-0x053fff:W, 0x054000-0x054fff:W, 0x055000-0x055fff:W, 0x056000-0x056fff:W, 0x057000-0x057fff:W, 0x058000-0x058fff:W, 0x059000-0x059fff:W, 0x05a000-0x05afff:W, 0x05b000-0x05bfff:W, 0x05c000-0x05cfff:W, 0x05d000-0x05dfff:W, 0x05e000-0x05efff:W, 0x05f000-0x05ffff:W, 0x060000-0x060fff:W, 0x061000-0x061fff:W, 0x062000-0x062fff:W, 0x063000-0x063fff:W, 0x064000-0x064fff:W, 0x065000-0x065fff:W, 0x066000-0x066fff:W, 0x067000-0x067fff:W, 0x068000-0x068fff:W, 0x069000-0x069fff:W, 0x06a000-0x06afff:W, 0x06b000-0x06bfff:W, 0x06c000-0x06cfff:W, 0x06d000-0x06dfff:W, 0x06e000-0x06efff:W, 0x06f000-0x06ffff:W, 0x070000-0x070fff:W, 0x071000-0x071fff:W, 0x072000-0x072fff:W, 0x073000-0x073fff:W, 0x074000-0x074fff:W, 0x075000-0x075fff:W, 0x076000-0x076fff:W, 0x077000-0x077fff:W, 0x078000-0x078fff:W, 0x079000-0x079fff:W, 0x07a000-0x07afff:W, 0x07b000-0x07bfff:W, 0x07c000-0x07cfff:W, 0x07d000-0x07dfff:W, 0x07e000-0x07efff:W, 0x07f000-0x07ffff:W, 0x080000-0x080fff:W, 0x081000-0x081fff:W, 0x082000-0x082fff:W, 0x083000-0x083fff:W, 0x084000-0x084fff:W, 0x085000-0x085fff:W, 0x086000-0x086fff:W, 0x087000-0x087fff:W, 0x088000-0x088fff:W, 0x089000-0x089fff:W, 0x08a000-0x08afff:W, 0x08b000-0x08bfff:W, 0x08c000-0x08cfff:W, 0x08d000-0x08dfff:W, 0x08e000-0x08efff:W, 0x08f000-0x08ffff:W, 0x090000-0x090fff:W, 0x091000-0x091fff:W, 0x092000-0x092fff:W, 0x093000-0x093fff:W, 0x094000-0x094fff:W, 0x095000-0x095fff:W, 0x096000-0x096fff:W, 0x097000-0x097fff:W, 0x098000-0x098fff:W, 0x099000-0x099fff:W, 0x09a000-0x09afff:W, 0x09b000-0x09bfff:W, 0x09c000-0x09cfff:W, 0x09d000-0x09dfff:W, 0x09e000-0x09efff:W, 0x09f000-0x09ffff:W, 0x0a0000-0x0a0fff:W, 0x0a1000-0x0a1fff:W, 0x0a2000-0x0a2fff:W, 0x0a3000-0x0a3fff:W, 0x0a4000-0x0a4fff:W, 0x0a5000-0x0a5fff:W, 0x0a6000-0x0a6fff:W, 0x0a7000-0x0a7fff:W, 0x0a8000-0x0a8fff:W, 0x0a9000-0x0a9fff:W, 0x0aa000-0x0aafff:W, 0x0ab000-0x0abfff:W, 0x0ac000-0x0acfff:W, 0x0ad000-0x0adfff:W, 0x0ae000-0x0aefff:W, 0x0af000-0x0affff:W, 0x0b0000-0x0b0fff:W, 0x0b1000-0x0b1fff:W, 0x0b2000-0x0b2fff:W, 0x0b3000-0x0b3fff:W, 0x0b4000-0x0b4fff:W, 0x0b5000-0x0b5fff:W, 0x0b6000-0x0b6fff:W, 0x0b7000-0x0b7fff:W, 0x0b8000-0x0b8fff:W, 0x0b9000-0x0b9fff:W, 0x0ba000-0x0bafff:W, 0x0bb000-0x0bbfff:W, 0x0bc000-0x0bcfff:W, 0x0bd000-0x0bdfff:W, 0x0be000-0x0befff:W, 0x0bf000-0x0bffff:W, 0x0c0000-0x0c0fff:W, 0x0c1000-0x0c1fff:W, 0x0c2000-0x0c2fff:W, 0x0c3000-0x0c3fff:W, 0x0c4000-0x0c4fff:W, 0x0c5000-0x0c5fff:W, 0x0c6000-0x0c6fff:W, 0x0c7000-0x0c7fff:W, 0x0c8000-0x0c8fff:W, 0x0c9000-0x0c9fff:W, 0x0ca000-0x0cafff:W, 0x0cb000-0x0cbfff:W, 0x0cc000-0x0ccfff:W, 0x0cd000-0x0cdfff:W, 0x0ce000-0x0cefff:W, 0x0cf000-0x0cffff:W, 0x0d0000-0x0d0fff:W, 0x0d1000-0x0d1fff:W, 0x0d2000-0x0d2fff:W, 0x0d3000-0x0d3fff:W, 0x0d4000-0x0d4fff:W, 0x0d5000-0x0d5fff:W, 0x0d6000-0x0d6fff:W, 0x0d7000-0x0d7fff:W, 0x0d8000-0x0d8fff:W, 0x0d9000-0x0d9fff:W, 0x0da000-0x0dafff:W, 0x0db000-0x0dbfff:W, 0x0dc000-0x0dcfff:W, 0x0dd000-0x0ddfff:W, 0x0de000-0x0defff:W, 0x0df000-0x0dffff:W, 0x0e0000-0x0e0fff:W, 0x0e1000-0x0e1fff:W, 0x0e2000-0x0e2fff:W, 0x0e3000-0x0e3fff:W, 0x0e4000-0x0e4fff:W, 0x0e5000-0x0e5fff:W, 0x0e6000-0x0e6fff:W, 0x0e7000-0x0e7fff:W, 0x0e8000-0x0e8fff:W, 0x0e9000-0x0e9fff:W, 0x0ea000-0x0eafff:W, 0x0eb000-0x0ebfff:W, 0x0ec000-0x0ecfff:W, 0x0ed000-0x0edfff:W, 0x0ee000-0x0eefff:W, 0x0ef000-0x0effff:W, 0x0f0000-0x0f0fff:W, 0x0f1000-0x0f1fff:W, 0x0f2000-0x0f2fff:W, 0x0f3000-0x0f3fff:W, 0x0f4000-0x0f4fff:W, 0x0f5000-0x0f5fff:W, 0x0f6000-0x0f6fff:W, 0x0f7000-0x0f7fff:W, 0x0f8000-0x0f8fff:W, 0x0f9000-0x0f9fff:W, 0x0fa000-0x0fafff:W, 0x0fb000-0x0fbfff:W, 0x0fc000-0x0fcfff:W, 0x0fd000-0x0fdfff:W, 0x0fe000-0x0fefff:W, 0x0ff000-0x0fffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (9 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -c GD25Q21B -V -o gd25q21b/gd25q21b-1.log -w gd25q21b/random.bin
Calibrating delay loop... OS timer resolution is 1 usecs, 1491M loops per second, 10 myus = 10 us, 100 myus = 115 us, 1000 myus = 988 us, 10000 myus = 10034 us, 4 myus = 4 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for GigaDevice GD25Q21B, 256 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x4012
Found GigaDevice flash chip "GD25Q21B" (256 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Block Protect 4 (BP4) is not set
Chip status register: Block Protect 3 (BP3) is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
This chip may contain one-time programmable memory. flashrom cannot read
and may never be able to write it, hence it may not be able to completely
clone the contents of this chip (see man page for details).
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W, 0x020000-0x020fff:W, 0x021000-0x021fff:W, 0x022000-0x022fff:W, 0x023000-0x023fff:W, 0x024000-0x024fff:W, 0x025000-0x025fff:W, 0x026000-0x026fff:W, 0x027000-0x027fff:W, 0x028000-0x028fff:W, 0x029000-0x029fff:W, 0x02a000-0x02afff:W, 0x02b000-0x02bfff:W, 0x02c000-0x02cfff:W, 0x02d000-0x02dfff:W, 0x02e000-0x02efff:W, 0x02f000-0x02ffff:W, 0x030000-0x030fff:W, 0x031000-0x031fff:W, 0x032000-0x032fff:W, 0x033000-0x033fff:W, 0x034000-0x034fff:W, 0x035000-0x035fff:W, 0x036000-0x036fff:W, 0x037000-0x037fff:W, 0x038000-0x038fff:W, 0x039000-0x039fff:W, 0x03a000-0x03afff:W, 0x03b000-0x03bfff:W, 0x03c000-0x03cfff:W, 0x03d000-0x03dfff:W, 0x03e000-0x03efff:W, 0x03f000-0x03ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

flashrom v0.9.9-rc1-r1948 on Linux 4.2.0-23-generic (x86_64)
flashrom was built with libpci 3.3.1, GCC 5.2.1 20151010, little endian
Command line (9 args): flashrom -p serprog:dev=/dev/ttyACM0:115200 -c GD25Q41B -V -o gd25q41b/gd25q41b-1.log -w gd25q41b/random.bin
Calibrating delay loop... OS timer resolution is 1 usecs, 1506M loops per second, 10 myus = 11 us, 100 myus = 108 us, 1000 myus = 1078 us, 10000 myus = 10808 us, 4 myus = 4 us, OK.
Initializing serprog programmer
serprog: connected - attempting to synchronize
.
serprog: Synchronized
serprog: Interface version ok.
serprog: Bus support: parallel=off, LPC=off, FWH=off, SPI=on
serprog: Maximum write-n length is 1013
serprog: Maximum read-n length is 23552
serprog: Programmer name is "frser-duino"
serprog: Serial buffer size is 1020
serprog: operation buffer size is 12
serprog: Output drivers enabled
The following protocols are supported: SPI.
Probing for GigaDevice GD25Q41B, 512 kB: probe_spi_rdid_generic: id1 0xc8, id2 0x4013
Found GigaDevice flash chip "GD25Q41B" (512 kB, SPI) on serprog.
Chip status register is 0x00.
Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
Chip status register: Block Protect 4 (BP4) is not set
Chip status register: Block Protect 3 (BP3) is not set
Chip status register: Block Protect 2 (BP2) is not set
Chip status register: Block Protect 1 (BP1) is not set
Chip status register: Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
This chip may contain one-time programmable memory. flashrom cannot read
and may never be able to write it, hence it may not be able to completely
clone the contents of this chip (see man page for details).
===
This flash part has status UNTESTED for operations: PROBE READ ERASE 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@flashrom.org if any of the above operations
work correctly for you with this flash chip. Please include the flashrom log
file for all operations you tested (see the man page for details), and mention
which mainboard or programmer you tested in the subject line.
Thanks for your help!
Block protection is disabled.
Reading old flash chip contents... done.
Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:W, 0x001000-0x001fff:W, 0x002000-0x002fff:W, 0x003000-0x003fff:W, 0x004000-0x004fff:W, 0x005000-0x005fff:W, 0x006000-0x006fff:W, 0x007000-0x007fff:W, 0x008000-0x008fff:W, 0x009000-0x009fff:W, 0x00a000-0x00afff:W, 0x00b000-0x00bfff:W, 0x00c000-0x00cfff:W, 0x00d000-0x00dfff:W, 0x00e000-0x00efff:W, 0x00f000-0x00ffff:W, 0x010000-0x010fff:W, 0x011000-0x011fff:W, 0x012000-0x012fff:W, 0x013000-0x013fff:W, 0x014000-0x014fff:W, 0x015000-0x015fff:W, 0x016000-0x016fff:W, 0x017000-0x017fff:W, 0x018000-0x018fff:W, 0x019000-0x019fff:W, 0x01a000-0x01afff:W, 0x01b000-0x01bfff:W, 0x01c000-0x01cfff:W, 0x01d000-0x01dfff:W, 0x01e000-0x01efff:W, 0x01f000-0x01ffff:W, 0x020000-0x020fff:W, 0x021000-0x021fff:W, 0x022000-0x022fff:W, 0x023000-0x023fff:W, 0x024000-0x024fff:W, 0x025000-0x025fff:W, 0x026000-0x026fff:W, 0x027000-0x027fff:W, 0x028000-0x028fff:W, 0x029000-0x029fff:W, 0x02a000-0x02afff:W, 0x02b000-0x02bfff:W, 0x02c000-0x02cfff:W, 0x02d000-0x02dfff:W, 0x02e000-0x02efff:W, 0x02f000-0x02ffff:W, 0x030000-0x030fff:W, 0x031000-0x031fff:W, 0x032000-0x032fff:W, 0x033000-0x033fff:W, 0x034000-0x034fff:W, 0x035000-0x035fff:W, 0x036000-0x036fff:W, 0x037000-0x037fff:W, 0x038000-0x038fff:W, 0x039000-0x039fff:W, 0x03a000-0x03afff:W, 0x03b000-0x03bfff:W, 0x03c000-0x03cfff:W, 0x03d000-0x03dfff:W, 0x03e000-0x03efff:W, 0x03f000-0x03ffff:W, 0x040000-0x040fff:W, 0x041000-0x041fff:W, 0x042000-0x042fff:W, 0x043000-0x043fff:W, 0x044000-0x044fff:W, 0x045000-0x045fff:W, 0x046000-0x046fff:W, 0x047000-0x047fff:W, 0x048000-0x048fff:W, 0x049000-0x049fff:W, 0x04a000-0x04afff:W, 0x04b000-0x04bfff:W, 0x04c000-0x04cfff:W, 0x04d000-0x04dfff:W, 0x04e000-0x04efff:W, 0x04f000-0x04ffff:W, 0x050000-0x050fff:W, 0x051000-0x051fff:W, 0x052000-0x052fff:W, 0x053000-0x053fff:W, 0x054000-0x054fff:W, 0x055000-0x055fff:W, 0x056000-0x056fff:W, 0x057000-0x057fff:W, 0x058000-0x058fff:W, 0x059000-0x059fff:W, 0x05a000-0x05afff:W, 0x05b000-0x05bfff:W, 0x05c000-0x05cfff:W, 0x05d000-0x05dfff:W, 0x05e000-0x05efff:W, 0x05f000-0x05ffff:W, 0x060000-0x060fff:W, 0x061000-0x061fff:W, 0x062000-0x062fff:W, 0x063000-0x063fff:W, 0x064000-0x064fff:W, 0x065000-0x065fff:W, 0x066000-0x066fff:W, 0x067000-0x067fff:W, 0x068000-0x068fff:W, 0x069000-0x069fff:W, 0x06a000-0x06afff:W, 0x06b000-0x06bfff:W, 0x06c000-0x06cfff:W, 0x06d000-0x06dfff:W, 0x06e000-0x06efff:W, 0x06f000-0x06ffff:W, 0x070000-0x070fff:W, 0x071000-0x071fff:W, 0x072000-0x072fff:W, 0x073000-0x073fff:W, 0x074000-0x074fff:W, 0x075000-0x075fff:W, 0x076000-0x076fff:W, 0x077000-0x077fff:W, 0x078000-0x078fff:W, 0x079000-0x079fff:W, 0x07a000-0x07afff:W, 0x07b000-0x07bfff:W, 0x07c000-0x07cfff:W, 0x07d000-0x07dfff:W, 0x07e000-0x07efff:W, 0x07f000-0x07ffff:W
Erase/write done.
Verifying flash... VERIFIED.
serprog: Output drivers disabled

_______________________________________________
flashrom mailing list
flashrom@flashrom.org
https://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to