aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/spi.c
AgeCommit message (Expand)Author
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