Checked by trial and error method that flashrom works when set PCI registers like this:
===============================
setpci -s 00:07.0 b0.l=e0000105
or
setpci -s 00:07.0 b2.w=e000
or
setpci -s 00:07.0 b3.b=e0
 
also work setpci -s 00:07.0 b2.w=8000 but e0 is from vendor bios.
 
I found this data in PCI config space device 'ISA Bridge' (offset b0) after boot PC on vendor bios like this:
lspci -s 00:07.0 -xxx
Next compared this data with coreboot bios PCI config space for this device in offset b0.
 
Please help how fix code coreboot to make flashrom working?
 
P.S. Stefan Tauner wrote that this is coreboot code broken, not flashrom --> Link