<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I suspect that we're not handling some lockdown correctly. Could you do<br>

a short check for us?<br>
Insert directly before ichspi.c line 1068:<br>
ichspi_lock = 1;<br>
<br></blockquote><div><br>
changed to:<br>
<br>
   spi_controller = SPI_CONTROLLER_VIA;<br>
   ichspi_lock = 1;<br>
   ich_init_opcodes();<br>
<br>
   return 0;<br>
}<br>
 </div><div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Then please recompile and run again in verbose mode. I don't expect<br>
success, but I think we have a good chance to learn more.<br>
<br>
</blockquote><div><br>
attaching  output:<br>
ubuntu@ubuntu:~/flashrom$ sudo ./flashrom -p internal:laptop=force_I_want_a_brick -V > flashrom2.txt<br>
delay loop is unreliable, trying to continue ========================================================================<br>
WARNING! You seem to be running flashrom on a laptop.<br>
Laptops, notebooks and netbooks are difficult to support and we recommend<br>
to use the vendor flashing utility. The embedded controller (EC) in these<br>
machines often interacts badly with flashing.<br>
See <a href="http://www.flashrom.org/Laptops">http://www.flashrom.org/Laptops</a> for details.<br>
<br>
If flash is shared with the EC, erase is guaranteed to brick your laptop<br>
and write may brick your laptop.<br>
Read and probe may irritate your EC and cause fan failure, backlight<br>
failure and sudden poweroff.<br>
You have been warned.<br>
========================================================================<br>
Proceeding anyway because user specified laptop=force_I_want_a_brick<br>
Mapping VT8237S MMIO registers at 0xfed02000, unaligned size 0x70.<br>
ubuntu@ubuntu:~/flashrom$<br>
<br>
Regards <br>Paweł<br>
</div></div><br>