Already reported this in IRC, but was asked to send it to the mailing list:

I managed to flash a password protected BIOS on an HP TC4400 without actually knowing the password, resulting in a complete erase of the whole Eeprom, including it's password and all system related information(serial number, model, etc.).

The vendor tools both for DOS(rompaq) and Windows(hpqflash) won't let me do it without having to enter the password, thus I gave flashrom a try. Here's what I did(not a very elegant approach, though it worked)

1. Get Ubuntu onto USB the usual way(see System --> Sysem management --> Create 2. Create a FreeDOS floppy disk with peritools on it. Here's one containing it: http://stashbox.org/665101/DIYVDock-conf.RAR
3. Boot into Ubuntu
4. sudo setpci -s 0:1f.0 f0
5. sudo setpci -s 0:1f.0 f1
6. sudo setpci -s 0:1f.0 f2
7. sudo setpci -s 0:1f.0 f3
8. f3+f2+f1+f0 = Offset for RBCA, e.g. 0xFED90001
9. Feature flags are at RBCA+0x3418, e.g. 0xFED93418
10. Boot from floppy
11. pt MEM read 4 RBCAOffset, e.g.: pt MEM read 4 0xFED93418
12. Sample Output: 0x003400E9
13. Bit 4 from right is for SMBus --> Change to 0x003400E1:
14. pt MEM write 4 0xFED93418 0x003400E1
15. Chainload Ubuntu from FreeDOS:
16. edit A:\grub.cfg
17. add line: title Ubuntu USB
18. add line: root (hd0,0)
19. add line: kernel /casper/vmlinuz noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper quiet
20. add line: initrd /casper/initrd.lz
21. start grub: grub --config-file=grubmenu.cfg
22. Boot Ubuntu by selecting it from the menu
23. sudo apt-get install subversion
24. sudo apt-get install pcilib-dev
25. Build flashrom from svn, instructions: http://www.flashrom.org/Downloads
26. flashrom -w rom.bin -V

Explanations for all steps:

1: Designated for running flashrom
2: Used with a certain software(peritool) to change some contents in memory before chainbooting Ubuntu 3-14: Enable the SMBus controller. Usually, the Embedded Controller disables it, preventing certain SPI communication. In detail:
3-9: Determine offset for the Function Disable Register
10-14: Read out the current register value and change the Bit 3 to 0 (means SMBus enabled)
15-22: Chainload Ubuntu
23-25: Build current flashrom trunk
26: Flash the BIOS

For backround information and an alternative, floppyless method regards 3-14, see here: http://forum.notebookreview.com/showpost.php?p=5479271&postcount=283

The most interesting part was that flashrom v0.9.1-r706 didn't do the job. It's the version which installs via apt-get install flashrom. Only the trunk version was able to do it. It failed at first try, however it used a different function to erase the Eeprom, and then was able to write it.

It looks like the Embedded Controller it's doing it's job to block the usual erase function, but not the second one. That's a pretty ugly flaw. Maybe 3-14 weren't necessary at all, however I wanted to make sure there's no missing part for SPI communication. Maybe someone could verify this with another laptop.

I've attached verbose output from both flashrom versions.
flashrom v0.9.1-r706
No coreboot table found.
Found chipset "Intel ICH7M", enabling flash write... 
0xfff80000/0xffb80000 FWH IDSEL: 0x0
0xfff00000/0xffb00000 FWH IDSEL: 0x0
0xffe80000/0xffa80000 FWH IDSEL: 0x1
0xffe00000/0xffa00000 FWH IDSEL: 0x1
0xffd80000/0xff980000 FWH IDSEL: 0x2
0xffd00000/0xff900000 FWH IDSEL: 0x2
0xffc80000/0xff880000 FWH IDSEL: 0x3
0xffc00000/0xff800000 FWH IDSEL: 0x3
0xff700000/0xff300000 FWH IDSEL: 0x4
0xff600000/0xff200000 FWH IDSEL: 0x5
0xff500000/0xff100000 FWH IDSEL: 0x6
0xff400000/0xff000000 FWH IDSEL: 0x7
0xfff80000/0xffb80000 FWH decode enabled
0xfff00000/0xffb00000 FWH decode enabled
0xffe80000/0xffa80000 FWH decode disabled
0xffe00000/0xffa00000 FWH decode disabled
0xffd80000/0xff980000 FWH decode disabled
0xffd00000/0xff900000 FWH decode disabled
0xffc80000/0xff880000 FWH decode disabled
0xffc00000/0xff800000 FWH decode disabled
0xff700000/0xff300000 FWH decode disabled
0xff600000/0xff200000 FWH decode disabled
0xff500000/0xff100000 FWH decode disabled
0xff400000/0xff000000 FWH decode disabled
BIOS Lock Enable: disabled, BIOS Write Enable: enabled, BIOS_CNTL is 0x1

Root Complex Register Block address = 0xfed90000
GCS = 0x460: BIOS Interface Lock-Down: disabled, BOOT BIOS Straps: 0x1 (SPI)
Top Swap : not enabled
SPIBAR = 0xfed90000 + 0x3020
0x00: 0x8004     (SPIS)
0x02: 0x7f10     (SPIC)
0x04: 0x000fffc0 (SPIA)
0x08: 0xffffffff (SPID0)
0x0c: 0xffffffff (SPID0+4)
0x10: 0xffffffff (SPID1)
0x14: 0xffffffff (SPID1+4)
0x18: 0xffffffff (SPID2)
0x1c: 0xffffffff (SPID2+4)
0x20: 0xffffffff (SPID3)
0x24: 0xffffffff (SPID3+4)
0x28: 0xfffeffe0 (SPID4)
0x2c: 0xfff00000 (SPID4+4)
0x30: 0x20054004 (SPID5)
0x34: 0x00000000 (SPID5+4)
0x38: 0x3092a5e9 (SPID6)
0x3c: 0x33312f37 (SPID6+4)
0x40: 0x5937302f (SPID7)
0x44: 0xdb0c4856 (SPID7+4)
0x50: 0x00000000 (BBAR)
0x54: 0x5006     (PREOP)
0x56: 0x7f48     (OPTYPE)
0x58: 0x0405039f (OPMENU)
0x5c: 0x0102d852 (OPMENU+4)
0x60: 0x00000000 (PBR0)
0x64: 0x00000000 (PBR1)
0x68: 0x00000000 (PBR2)
0x6c: 0x00000000 (PBR3)

WARNING: SPI Configuration Lockdown activated.
Generating OPCODES... done
SPI Read Configuration: prefetching disabled, caching enabled, OK.
This chipset supports the following protocols: SPI.
Calibrating delay loop... 521M loops per second, 100 myus = 201 us. OK.
Probing for AMD Am29F010A/B, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F002(N)BB, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F002(N)BT, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F016D, 2048 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMD Am29F080B, 1024 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29LV040B, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29LV081B, 1024 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for ASD AE49F2008, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for Atmel AT25DF021, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF041A, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF081, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF161, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF321, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF321A, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF641, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25F512B, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25FS010, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25FS040, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF041, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF081A, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF161, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF161A, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26F004, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT29C512, 64 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for Atmel AT29C010A, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT29C020, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT29C040A, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT45CS1282, 16896 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB011D, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB021D, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB041D, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB081D, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB161D, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB321C, 4224 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB321D, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB642D, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT49BV512, 64 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT49F002(N), 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT49F002(N)T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMIC A25L40P, 512 KB: RDID returned 0xbf 0x25 0x8e 0xbf. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for AMIC A29002B, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMIC A29002T, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMIC A29040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMIC A49LF040A, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for EMST F49B002UA, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Eon EN25B05, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B64, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25D16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F05, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for EON EN29F002(A)(N)B, 256 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for EON EN29F002(A)(N)T, 256 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F004BC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F004TC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F400BC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F400TC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Intel 28F001BX-B, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Intel 28F001BX-T, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Intel 82802AB, 512 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for Intel 82802AC, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Macronix MX25L512, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L1005, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L2005, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L4005, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L8005, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L1605, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L1635D, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L3205, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L3235D, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L6405, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L12805, 16384 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX29F001B, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29F001T, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29F002B, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29F002T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29LV040, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Numonyx M25PE10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE40, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV010, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV016B, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV020, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV040, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV080B, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV512, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm29F0002T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for PMC Pm29F0002B, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for PMC Pm39LV010, 128 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for PMC Pm49FL002, 256 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for PMC Pm49FL004, 512 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for Sharp LHF00L04, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Spansion S25FL016A, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF016B, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF032B, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF040B, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF040.REMS, 512 KB: Invalid OPCODE 0x90
Probing for SST SST25VF040B.REMS, 512 KB: Invalid OPCODE 0x90
Probing for SST SST25VF080B, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Chip status register is 00
Chip status register: Block Protect Write Disable (BPL) is not set
Chip status register: Auto Address Increment Programming (AAI) is not set
Chip status register: Bit 5 / Block Protect 3 (BP3) is not set
Chip status register: Bit 4 / Block Protect 2 (BP2) is not set
Chip status register: Bit 3 / Block Protect 1 (BP1) is not set
Chip status register: Bit 2 / Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
Found chip "SST SST25VF080B" (1024 KB, SPI) at physical address 0xfff00000.
Probing for SST SST28SF040A, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29EE010, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29LE010, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29EE020A, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29LE020, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39SF010A, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39SF020A, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39SF040, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF512, 64 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for SST SST39VF010, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF020, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF040, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF080, 1024 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST49LF002A/B, 256 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF003A/B, 384 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF004A/B, 512 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF004C, 512 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF008A, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF008C, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF016C, 2048 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF020, 256 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF020A, 256 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF040, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF040B, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF080A, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF160C, 2048 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for ST M25P05-A, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P05.RES, 64 KB: RDID returned 0xbf 0x25 0x8e. Probing for ST 
M25P10-A, 128 KB: RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 
0xbf, id2 0x258e
Probing for ST M25P10.RES, 128 KB: RDID returned 0xbf 0x25 0x8e. Probing for ST 
M25P20, 256 KB: RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, 
id2 0x258e
Probing for ST M25P40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P40-old, 512 KB: RDID returned 0xbf 0x25 0x8e. Probing for ST 
M25P80, 1024 KB: RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 
0xbf, id2 0x258e
Probing for ST M25P16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P64, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P128, 16384 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M29F002B, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29F002T/NT, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for ST M29F040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29F400BT, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29W010B, 128 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29W040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M50FLW040A, 512 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for ST M50FLW040B, 512 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for ST M50FLW080A, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC,FWH are incompatible.
Probing for ST M50FLW080B, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC,FWH are incompatible.
Probing for ST M50FW002, 256 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50FW016, 2048 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50FW040, 512 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50FW080, 1024 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50LPW116, 2048 KB: skipped. Host bus type SPI and chip bus type 
LPC are incompatible.
Probing for SyncMOS S29C31004T, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SyncMOS S29C51001T, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SyncMOS S29C51002T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SyncMOS S29C51004T, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for TI TMS29F002RB, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for TI TMS29F002RT, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W25x10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W29C011, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W29C020C, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W29C040P, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W29EE011, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W39V040A, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W39V040B, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W39V040C, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W39V040FA, 512 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Winbond W39V080A, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W49F002U, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W49V002A, 256 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W49V002FA, 256 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Winbond W39V080FA, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Winbond W39V080FA (dual mode), 512 KB: skipped. Host bus type SPI 
and chip bus type FWH are incompatible.
Probing for Atmel unknown Atmel SPI chip, 0 KB: Not mapping flash chip, zero 
size at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for EON unknown EON SPI chip, 0 KB: Not mapping flash chip, zero size 
at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for Macronix unknown Macronix SPI chip, 0 KB: Not mapping flash chip, 
zero size at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for PMC unknown PMC SPI chip, 0 KB: Not mapping flash chip, zero size 
at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for SST unknown SST SPI chip, 0 KB: Not mapping flash chip, zero size 
at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for ST unknown ST SPI chip, 0 KB: Not mapping flash chip, zero size at 
0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Erasing flash chip... Invalid OPCODE 0x06
 due to SPI master limitation, ignoring and hoping it will be run as PREOP
Invalid OPCODE 0x60
spi_chip_erase_60 failed, trying c7
Invalid OPCODE 0x06
 due to SPI master limitation, ignoring and hoping it will be run as PREOP
Invalid OPCODE 0xc7
FAILED!
flashrom v0.9.1-r862
No coreboot table found.
Found chipset "Intel ICH7M", enabling flash write... 
0xfff80000/0xffb80000 FWH IDSEL: 0x0
0xfff00000/0xffb00000 FWH IDSEL: 0x0
0xffe80000/0xffa80000 FWH IDSEL: 0x1
0xffe00000/0xffa00000 FWH IDSEL: 0x1
0xffd80000/0xff980000 FWH IDSEL: 0x2
0xffd00000/0xff900000 FWH IDSEL: 0x2
0xffc80000/0xff880000 FWH IDSEL: 0x3
0xffc00000/0xff800000 FWH IDSEL: 0x3
0xff700000/0xff300000 FWH IDSEL: 0x4
0xff600000/0xff200000 FWH IDSEL: 0x5
0xff500000/0xff100000 FWH IDSEL: 0x6
0xff400000/0xff000000 FWH IDSEL: 0x7
0xfff80000/0xffb80000 FWH decode enabled
0xfff00000/0xffb00000 FWH decode enabled
0xffe80000/0xffa80000 FWH decode disabled
0xffe00000/0xffa00000 FWH decode disabled
0xffd80000/0xff980000 FWH decode disabled
0xffd00000/0xff900000 FWH decode disabled
0xffc80000/0xff880000 FWH decode disabled
0xffc00000/0xff800000 FWH decode disabled
0xff700000/0xff300000 FWH decode disabled
0xff600000/0xff200000 FWH decode disabled
0xff500000/0xff100000 FWH decode disabled
0xff400000/0xff000000 FWH decode disabled
Maximum FWH chip size: 0x100000 bytes
BIOS Lock Enable: disabled, BIOS Write Enable: enabled, BIOS_CNTL is 0x1

Root Complex Register Block address = 0xfed90000
GCS = 0x460: BIOS Interface Lock-Down: disabled, BOOT BIOS Straps: 0x1 (SPI)
Top Swap : not enabled
SPIBAR = 0xfed90000 + 0x3020
0x00: 0x8004     (SPIS)
0x02: 0x4200     (SPIC)
0x04: 0x00000000 (SPIA)
0x08: 0xbf8e25bf (SPID0)
0x0c: 0xffffffff (SPID0+4)
0x10: 0xffffffff (SPID1)
0x14: 0xffffffff (SPID1+4)
0x18: 0xffffffff (SPID2)
0x1c: 0xffffffff (SPID2+4)
0x20: 0xffffffff (SPID3)
0x24: 0xffffffff (SPID3+4)
0x28: 0xffffffff (SPID4)
0x2c: 0xffffffff (SPID4+4)
0x30: 0xffffffff (SPID5)
0x34: 0xffffffff (SPID5+4)
0x38: 0xffffffff (SPID6)
0x3c: 0xffffffff (SPID6+4)
0x40: 0xffffffff (SPID7)
0x44: 0xffffffff (SPID7+4)
0x50: 0x00000000 (BBAR)
0x54: 0x5006     (PREOP)
0x56: 0x7f48     (OPTYPE)
0x58: 0x0405039f (OPMENU)
0x5c: 0x0102d852 (OPMENU+4)
0x60: 0x00000000 (PBR0)
0x64: 0x00000000 (PBR1)
0x68: 0x00000000 (PBR2)
0x6c: 0x00000000 (PBR3)

WARNING: SPI Configuration Lockdown activated.
Generating OPCODES... done
SPI Read Configuration: prefetching disabled, caching enabled, OK.
This chipset supports the following protocols: SPI.
Calibrating delay loop... 520M loops per second, 100 myus = 200 us. OK.
Probing for AMD Am29F010A/B, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F002(N)BB, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F002(N)BT, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F016D, 2048 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29F040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMD Am29F080B, 1024 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29LV040B, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMD Am29LV081B, 1024 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for ASD AE49F2008, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for Atmel AT25DF021, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF041A, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF081, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF161, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF321, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF321A, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25DF641, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25F512B, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25FS010, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT25FS040, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF041, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF081A, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF161, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26DF161A, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT26F004, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT29C512, 64 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for Atmel AT29C010A, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT29C020, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT29C040A, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT45CS1282, 16896 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB011D, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB021D, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB041D, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB081D, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB161D, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB321C, 4224 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB321D, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT45DB642D, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Atmel AT49BV512, 64 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT49F002(N), 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Atmel AT49F002(N)T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for AMIC A25L40PT, 512 KB: RDID returned 0xbf 0x25 0x8e 0xbf. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for AMIC A25L40PU, 512 KB: RDID returned 0xbf 0x25 0x8e 0xbf. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for AMIC A29002B, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMIC A29002T, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMIC A29040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for AMIC A49LF040A, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for EMST F49B002UA, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Eon EN25B05, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B05T, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B10T, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B20T, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B40T, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B80T, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B16T, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B32T, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B64, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25B64T, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25D16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F05, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Eon EN25F32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for EON EN29F002(A)(N)B, 256 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for EON EN29F002(A)(N)T, 256 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F004BC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F004TC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F400BC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Fujitsu MBM29F400TC, 512 KB: skipped. Host bus type SPI and chip 
bus type Parallel are incompatible.
Probing for Intel 28F001BX-B, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Intel 28F001BX-T, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Intel 82802AB, 512 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for Intel 82802AC, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Macronix MX25L512, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L1005, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L2005, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L4005, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L8005, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L1605, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L1635D, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L3205, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L3235D, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L6405, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX25L12805, 16384 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Macronix MX29F001B, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29F001T, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29F002B, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29F002T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Macronix MX29LV040, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Numonyx M25PE10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE40, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Numonyx M25PE16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV010, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV016B, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV020, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV040, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV080B, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm25LV512, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for PMC Pm29F002T, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for PMC Pm29F002B, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for PMC Pm39LV010, 128 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for PMC Pm49FL002, 256 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for PMC Pm49FL004, 512 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for Sanyo LF25FW203A, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Sharp LHF00L04, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Spansion S25FL008A, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Spansion S25FL016A, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF016B, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF032B, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF040.REMS, 512 KB: Invalid OPCODE 0x90
Probing for SST SST25VF040B, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for SST SST25VF040B.REMS, 512 KB: Invalid OPCODE 0x90
Probing for SST SST25VF080B, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Chip status register is 00
Chip status register: Block Protect Write Disable (BPL) is not set
Chip status register: Auto Address Increment Programming (AAI) is not set
Chip status register: Bit 5 / Block Protect 3 (BP3) is not set
Chip status register: Bit 4 / Block Protect 2 (BP2) is not set
Chip status register: Bit 3 / Block Protect 1 (BP1) is not set
Chip status register: Bit 2 / Block Protect 0 (BP0) is not set
Chip status register: Write Enable Latch (WEL) is not set
Chip status register: Write In Progress (WIP/BUSY) is not set
Found chip "SST SST25VF080B" (1024 KB, SPI) at physical address 0xfff00000.
Probing for SST SST28SF040A, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29EE010, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29LE010, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29EE020A, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST29LE020, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39SF010A, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39SF020A, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39SF040, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF512, 64 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for SST SST39VF010, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF020, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF040, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST39VF080, 1024 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SST SST49LF002A/B, 256 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF003A/B, 384 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF004A/B, 512 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF004C, 512 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF008A, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF008C, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF016C, 2048 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for SST SST49LF020, 256 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF020A, 256 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF040, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF040B, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF080A, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for SST SST49LF160C, 2048 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for ST M25P05-A, 64 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P05.RES, 64 KB: RDID returned 0xbf 0x25 0x8e. Probing for ST 
M25P10-A, 128 KB: RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 
0xbf, id2 0x258e
Probing for ST M25P10.RES, 128 KB: RDID returned 0xbf 0x25 0x8e. Probing for ST 
M25P20, 256 KB: RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, 
id2 0x258e
Probing for ST M25P40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P40-old, 512 KB: RDID returned 0xbf 0x25 0x8e. Probing for ST 
M25P80, 1024 KB: RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 
0xbf, id2 0x258e
Probing for ST M25P16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P64, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M25P128, 16384 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for ST M29F002B, 256 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29F002T/NT, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for ST M29F040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29F400BT, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29W010B, 128 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M29W040B, 512 KB: skipped. Host bus type SPI and chip bus type 
Parallel are incompatible.
Probing for ST M50FLW040A, 512 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for ST M50FLW040B, 512 KB: skipped. Host bus type SPI and chip bus type 
LPC,FWH are incompatible.
Probing for ST M50FLW080A, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC,FWH are incompatible.
Probing for ST M50FLW080B, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC,FWH are incompatible.
Probing for ST M50FW002, 256 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50FW016, 2048 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50FW040, 512 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50FW080, 1024 KB: skipped. Host bus type SPI and chip bus type 
FWH are incompatible.
Probing for ST M50LPW116, 2048 KB: skipped. Host bus type SPI and chip bus type 
LPC are incompatible.
Probing for SyncMOS S29C31004T, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SyncMOS S29C51001T, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SyncMOS S29C51002T, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for SyncMOS S29C51004T, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for TI TMS29F002RB, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for TI TMS29F002RT, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W25x10, 128 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x20, 256 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x40, 512 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x80, 1024 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x16, 2048 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x32, 4096 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W25x64, 8192 KB: RDID returned 0xbf 0x25 0x8e. 
probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Probing for Winbond W29C011, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W29C020C, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W29C040P, 512 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W29EE011, 128 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W39V040A, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W39V040B, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W39V040C, 512 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W39V040FA, 512 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Winbond W39V080A, 1024 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W49F002U, 256 KB: skipped. Host bus type SPI and chip bus 
type Parallel are incompatible.
Probing for Winbond W49V002A, 256 KB: skipped. Host bus type SPI and chip bus 
type LPC are incompatible.
Probing for Winbond W49V002FA, 256 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Winbond W39V080FA, 1024 KB: skipped. Host bus type SPI and chip bus 
type FWH are incompatible.
Probing for Winbond W39V080FA (dual mode), 512 KB: skipped. Host bus type SPI 
and chip bus type FWH are incompatible.
Probing for Atmel unknown Atmel SPI chip, 0 KB: Not mapping flash chip, zero 
size at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for EON unknown EON SPI chip, 0 KB: Not mapping flash chip, zero size 
at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for Macronix unknown Macronix SPI chip, 0 KB: Not mapping flash chip, 
zero size at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for PMC unknown PMC SPI chip, 0 KB: Not mapping flash chip, zero size 
at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for SST unknown SST SPI chip, 0 KB: Not mapping flash chip, zero size 
at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for ST unknown ST SPI chip, 0 KB: Not mapping flash chip, zero size at 
0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for Sanyo unknown Sanyo SPI chip, 0 KB: Not mapping flash chip, zero 
size at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for Generic unknown SPI chip (RDID), 0 KB: Not mapping flash chip, zero 
size at 0x00000000.
RDID returned 0xbf 0x25 0x8e. probe_spi_rdid_generic: id1 0xbf, id2 0x258e
Not unmapping zero size at (nil)
Probing for Generic unknown SPI chip (REMS), 0 KB: Not mapping flash chip, zero 
size at 0x00000000.
Invalid OPCODE 0x90
Not unmapping zero size at (nil)
===
This flash part has status UNTESTED for operations: ERASE
Please email a report to [email protected] 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, -rV,
-wV, -EV), and mention which mainboard or programmer you tested. Thanks for 
your help!
===
Flash image seems to be a legacy BIOS. Disabling checks.
Writing flash chip... Erasing flash before programming... Erasing flash chip... 
Looking at blockwise erase function 0... trying... 0x000000-0x000fff, Invalid 
OPCODE 0x06

Looking at blockwise erase function 1... trying... 0x000000-0x007fff, 
0x008000-0x00ffff, 0x010000-0x017fff, 0x018000-0x01ffff, 0x020000-0x027fff, 
0x028000-0x02ffff, 0x030000-0x037fff, 0x038000-0x03ffff, 0x040000-0x047fff, 
0x048000-0x04ffff, 0x050000-0x057fff, 0x058000-0x05ffff, 0x060000-0x067fff, 
0x068000-0x06ffff, 0x070000-0x077fff, 0x078000-0x07ffff, 0x080000-0x087fff, 
0x088000-0x08ffff, 0x090000-0x097fff, 0x098000-0x09ffff, 0x0a0000-0x0a7fff, 
0x0a8000-0x0affff, 0x0b0000-0x0b7fff, 0x0b8000-0x0bffff, 0x0c0000-0x0c7fff, 
0x0c8000-0x0cffff, 0x0d0000-0x0d7fff, 0x0d8000-0x0dffff, 0x0e0000-0x0e7fff, 
0x0e8000-0x0effff, 0x0f0000-0x0f7fff, 0x0f8000-0x0fffff, 
SUCCESS.
done.
COMPLETE.
Verifying flash... VERIFIED.          
_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to