On Mon, 11 Oct 2010, Carl-Daniel Hailfinger wrote:
Switch all flash chips to partial write. The inner write functions which handle partial write are renamed to the original name of their wrappers. The write wrappers are removed.
This patch depends on Re: [flashrom] [PATCH] Refactor remaining write wrappers Tests are appreciated.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
This patch causes compile time problems in spi code, some functions were renamed but *write_1_new() calls in few places remain (spi.c, it87spi.c)
After manual fixing of those test were performed using nic3com and at29c512. logs in attachment, everything went ok and image read back is correct.
best regards Maciej