flashrom: Beautify flash chip ID verbose printout a little, always use %02x.
[coreboot.git] / util / flashrom / spi.c
2009-01-25 Peter Stugeflashrom: Beautify flash chip ID verbose printout a...
2008-11-28 Jason WangAdd support for the AMD/ATI SB600 southbridge SPI funct...
2008-11-28 Carl-Daniel HailfingerFlashrom already has the following probe functions:
2008-11-27 Carl-Daniel HailfingerThe existing check in probe_spi_res() was right for...
2008-11-18 Carl-Daniel HailfingerCheck for failed SPI command execution in flashrom...
2008-11-03 Carl-Daniel HailfingerAdd additional SPI sector erase and chip erase command...
2008-10-29 Stefan ReinauerFlashrom support for some Numonyx parts (M25PE)
2008-10-18 Uwe HermannCoding-style fixes for flashrom, partly indent-aided...
2008-07-07 Peter Stugeflashrom: Trivial SPI cleanups
2008-06-30 Stefan ReinauerFirst attempt to clean up SPI probing and create a...
2008-06-30 Rudolf MarekMine AMIC flash chip needs 4 bytes RDID. Following...
2008-06-30 Rudolf MarekThis patch adds support for VIA SPI controller on VT823...
2008-06-27 Stefan Reinauer* ICH7 SPI support
2008-06-24 Peter Stugeflashrom: Slight restructure of SPI probe_ functions
2008-05-16 Dominik GeyerAdd support for SPI chips on ICH9. This is done by...
2008-05-15 Carl-Daniel HailfingerPrint detailed status register information for SST25VF...
2008-05-15 Carl-Daniel HailfingerAdd support for the JEDEC RES (Read Electronic Signatur...
2008-05-14 Carl-Daniel HailfingerCheck the JEDEC vendor ID for correct parity. Flash...
2008-05-13 Carl-Daniel Hailfingerflashrom: Move all IT87xx specific SPI routines from...
2008-05-13 Carl-Daniel Hailfingerflashrom: Move the SPI #defines from spi.c to spi.h
2008-05-13 Carl-Daniel HailfingerChange the SPI parts of flashrom to prepare for a merge of
2008-05-10 Carl-Daniel HailfingerImprove flashrom SPI abstraction, second step.
2008-05-10 Peter Stugeflashrom: Rename generic_spi_*() functions to spi_*()
2008-02-06 Carl-Daniel HailfingerHandle JEDEC JEP106W continuation codes in SPI RDID...
2008-01-22 Carl-Daniel HailfingerMake sure we delay writing the next byte long enough...
2008-01-21 Ronald HoogenboomOmitting the wait for SPI ready when there is no data...
2008-01-19 Ronald HoogenboomSupport SPI flash chips bigger than 512 kByte sitting...
2008-01-04 Carl-Daniel HailfingerPrint at least the vendor for SPI flash chips if the...
2007-12-29 Carl-Daniel HailfingerPrint the chip status register for all SPI chips on...
2007-12-17 Carl-Daniel HailfingerTo make it easier to add new SPI chips to flashchips...
2007-12-16 Carl-Daniel HailfingerAdd support for ST M25P80 chips to flashrom. Detection...
2007-10-22 Carl-Daniel HailfingerIntroduce block and sector erase routines to flashrom...
2007-10-18 Carl-Daniel HailfingerRemove hardcoded wait from SPI write/erase routines...
2007-10-18 Carl-Daniel HailfingerAdd generic SPI flash erase and write support to flashr...
2007-10-17 Uwe HermannSome cosmetic cleanups in the flashrom code and output.
2007-10-16 Carl-Daniel HailfingerConvert the existing it8716f_* functions to generic_spi...
2007-10-15 Carl-Daniel Hailfinger(forgot to add spi.c)