On Fri, 9 Aug 2013 12:59:03 -0700 Wei Hu wei@aristanetworks.com wrote:
Stefan,
I pulled your latest code from https://github.com/stefanct/flashrom/tree/amd. However it's still reading bad bits at 16.5 MHz. Here's a log from -VV trying to erase the flash.
yes, it is... because I am using the FIFO as ring buffer, but apparently the hardware does not wrap. I am testing this right now because I still don't want to believe that any engineer would build a 71 B long buffer that does not wrap for this kind of application... The fix is rather easy, but it is address length-specific and hence inelegant :)