Add generic SPI flash erase and write support to flashrom. The first
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Thu, 18 Oct 2007 00:24:07 +0000 (00:24 +0000)
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Thu, 18 Oct 2007 00:24:07 +0000 (00:24 +0000)
commit79aa01a6c35bfa03ae8010b7044e878d38589e89
treef64c7d221629f3527e2c82897d27de3b39cd8fc8
parentdcb9abdf4ce76910191c5b3abf56d03ad800e1f7
Add generic SPI flash erase and write support to flashrom. The first
chip the code was tested and verified with is the Macronix MX25L4005,
but other chips should work as well.
Timeouts are still hardcoded to data sheet maxima, but the status
register checking code is already there.
Thanks to Harald Gutmann for the initial code on which this is loosely
based.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2874 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/flashrom/flash.h
util/flashrom/flashchips.c
util/flashrom/spi.c