<div dir="ltr">works when using<br><b>gmake</b> USE_GCC=any<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 24, 2013 at 4:18 PM, Beeblebrox <span dir="ltr"><<a href="mailto:zaphod@berentweb.com" target="_blank">zaphod@berentweb.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div><div class="h5"><div class="gmail_quote">On Sat, Aug 24, 2013 at 4:02 PM, Stefan Tauner <span dir="ltr"><<a href="mailto:stefan.tauner@student.tuwien.ac.at" target="_blank">stefan.tauner@student.tuwien.ac.at</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>On Sat, 24 Aug 2013 15:12:08 +0300<br>
Beeblebrox <<a href="mailto:zaphod@berentweb.com" target="_blank">zaphod@berentweb.com</a>> wrote:<br>
<br>
> Hello.<br>
> It seems the flash controller on my mobo does not support flashing.<br>
> "Super I/O ID 0x8726 is not on the list of flash capable controllers"<br>
> Product page:<br>
> <a href="http://www.ecs.com.tw/ECSWebSite/Product/Product_Detail.aspx?DetailID=1089" target="_blank">www.ecs.com.tw/ECSWebSite/Product/Product_Detail.aspx?DetailID=1089</a><br>
> Output of flashrom -V -p internal attached.<br>
> Regards.<br>
<br>
</div></div>Hi there,<br>
<br>
that line in the log indicates that we have found a chip type that is<br>
often used to act as flash controller but which is either unsupported<br>
yet or does not have that functionality at all. This is no problem<br>
though since your flash is attached differently, namely directly to the<br>
SB710 chipset and that should work without a problem. I have changed<br>
the verbosity of the message so that it does not show up in "normal"<br>
verbose logs and does no longer confuse users. In any case you should<br>
be able to use flashrom to read and write the flash chip of that board<br>
unless there are other problems.<br>
<br>
If you are familiar with git and compiling I would very much appreciate<br>
if you could test a patch set for improved AMD support.<br>
The patches can be found on github. The following commands should grab<br>
them, compile them, run flashrom and create a log file named<br>
amd-probe.log (hopefully :) which I would like you to send us back.<br>
<br>
git clone <a href="https://github.com/stefanct/flashrom.git" target="_blank">https://github.com/stefanct/flashrom.git</a><br>
cd flashrom<br>
git checkout origin/amd -b amd<br>
make<br>
./flashrom -p internal -o amd-probe.log<span><font color="#888888"><br>
</font></span></blockquote></div><br><br></div></div>Hi - System: FreeBSD_9.2_stable_amd64<br></div><div class="gmail_extra">HAVE INSTALLED:<br>gmake-3.82_1        GNU version of 'make' utility<br>libpci-3.2.0        PCI configuration space I/O made easy<br>

libpciaccess-0.13.2 Generic PCI access library<br><br>In flashrom folder, # make =><br>"Makefile", line 59: Missing dependency operator<br>"Makefile", line 61: Need an operator<br>"Makefile", line 68: Missing dependency operator<br>

"Makefile", line 71: Need an operator<br>"Makefile", line 72: Missing dependency operator<br>"Makefile", line 74: Need an operator<br>Error expanding embedded variable.<br><br></div><div class="gmail_extra">

All these are "ifeq" commands, paired to endif.<br></div><div class="gmail_extra">Compilers available: clang 3.3, gcc 4.6, gcc 4.2<br>make USE_GCC=any gives same result<br><br></div><div class="gmail_extra">Regards.<br>

</div></div>
</blockquote></div><br></div>