aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/spi.c
AgeCommit message (Expand)Author
2008-11-03Add additional SPI sector erase and chip erase command functions toCarl-Daniel Hailfinger
2008-10-29Flashrom support for some Numonyx parts (M25PE)Stefan Reinauer
2008-10-18Coding-style fixes for flashrom, partly indent-aided (trivial).Uwe Hermann
2008-07-07flashrom: Trivial SPI cleanupsPeter Stuge
2008-06-30First attempt to clean up SPI probing and create a commonStefan Reinauer
2008-06-30Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.Rudolf Marek
2008-06-30This patch adds support for VIA SPI controller on VT8237S. It is similar withRudolf Marek
2008-06-27* ICH7 SPI supportStefan Reinauer
2008-06-24flashrom: Slight restructure of SPI probe_ functionsPeter Stuge
2008-05-16Add support for SPI chips on ICH9. This is done by using the generic SPIDominik Geyer
2008-05-15Print detailed status register information for SST25VF series flash.Carl-Daniel Hailfinger
2008-05-15Add support for the JEDEC RES (Read Electronic Signature and Resume fromCarl-Daniel Hailfinger
2008-05-14Check the JEDEC vendor ID for correct parity. Flash chips which can beCarl-Daniel Hailfinger
2008-05-13flashrom: Move all IT87xx specific SPI routines from spi.c to a separateCarl-Daniel Hailfinger
2008-05-13flashrom: Move the SPI #defines from spi.c to spi.hCarl-Daniel Hailfinger
2008-05-13Change the SPI parts of flashrom to prepare for a merge ofCarl-Daniel Hailfinger
2008-05-10Improve flashrom SPI abstraction, second step.Carl-Daniel Hailfinger
2008-05-10flashrom: Rename generic_spi_*() functions to spi_*()Peter Stuge
2008-02-06Handle JEDEC JEP106W continuation codes in SPI RDID. Some vendors likeCarl-Daniel Hailfinger
2008-01-22Make sure we delay writing the next byte long enough in SPI byteCarl-Daniel Hailfinger
2008-01-21Omitting the wait for SPI ready when there is no data to be read, e.g.Ronald Hoogenboom
2008-01-19Support SPI flash chips bigger than 512 kByte sitting behind IT8716FRonald Hoogenboom
2008-01-04Print at least the vendor for SPI flash chips if the exact chip ID isCarl-Daniel Hailfinger
2007-12-29Print the chip status register for all SPI chips on probe if verboseCarl-Daniel Hailfinger
2007-12-17To make it easier to add new SPI chips to flashchips.c, rename functionsCarl-Daniel Hailfinger
2007-12-16Add support for ST M25P80 chips to flashrom. Detection was tested.Carl-Daniel Hailfinger
2007-10-22Introduce block and sector erase routines to flashrom, but do not useCarl-Daniel Hailfinger
2007-10-18Remove hardcoded wait from SPI write/erase routines and check the chipCarl-Daniel Hailfinger
2007-10-18Add generic SPI flash erase and write support to flashrom. The firstCarl-Daniel Hailfinger
2007-10-17Some cosmetic cleanups in the flashrom code and output.Uwe Hermann
2007-10-16Convert the existing it8716f_* functions to generic_spi_* functions byCarl-Daniel Hailfinger
2007-10-15(forgot to add spi.c)Carl-Daniel Hailfinger