<br><br><div class="gmail_quote">On Fri, Jan 14, 2011 at 4:11 PM, Stefan Reinauer <span dir="ltr"><<a href="mailto:stepan@coreboot.org">stepan@coreboot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
* Carl-Daniel Hailfinger <<a href="mailto:c-d.hailfinger.devel.2006@gmx.net">c-d.hailfinger.devel.2006@gmx.net</a>> [101213 09:20]:<br>
<div class="im">> Hi Carl,<br>
><br>
> I'd have answered sooner, but right now I'm switching net providers and<br>
> have only very sporadic access to email.<br>
><br>
> Auf 10.12.2010 21:43, Carl Worth schrieb:<br>
> > I was delighted to find flashrom when I needed to recently flash a chip<br>
> > with a Dediprog SF100 and I googled for "dediprog linux".<br>
> > [...]<br>
> > Is there some further testing I could help do before this support is<br>
> > enabled by default?<br>
> ><br>
><br>
> Here is the todo list for the Dediprog driver in flashrom:<br>
> - Implement fast write support. I know how to do most of it, but I won't<br>
> have time to tackle that before January at the earliest. That would give<br>
> you native write speed. I'd tell you how to do it, but that would be<br>
> roughly as difficult as writing it myself (I only have lots of USB<br>
> traces and some reverse engineered data).<br>
> - Check _every_ SPI chip if it can handle the FAST READ (0x0b) command<br>
> and mark the ones which can't, because the Dediprog driver uses FAST<br>
> READ by default, and all other SPI programmer drivers use the standard<br>
> READ (0x03) command, so a read test for any given chip with the Dediprog<br>
> is useless for all other programmer drivers...<br>
> - Hook up speed setting support (dediprog_set_spi_speed needs to be<br>
> handled the same way as dediprog_set_spi_voltage, and that also means it<br>
> should take the frequency as parameter instead of some obscure frequency<br>
> ID).<br>
<br>
</div>This is a good TODO list. But I think we should enable dediprog for a<br>
wider audience by setting it to default on in the Makefile before that.<br>
This will make the chance for getting the SPI chips tested by someone<br>
using the dediprog much more likely.<br>
<font color="#888888"><br>
Stefan</font></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888">
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
flashrom mailing list<br>
<a href="mailto:flashrom@flashrom.org">flashrom@flashrom.org</a><br>
<a href="http://www.flashrom.org/mailman/listinfo/flashrom" target="_blank">http://www.flashrom.org/mailman/listinfo/flashrom</a><br>
</div></div></blockquote></div><br><div>Hi, I hope to have a (partial?) list of the chips that support fast_read by this weekend.</div>