summaryrefslogtreecommitdiffstats
path: root/spi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.cCarl-Daniel Hailfinger2008-05-131-223/+15
* Move the SPI #defines from spi.c to spi.hCarl-Daniel Hailfinger2008-05-131-60/+1
* Change the SPI parts of flashrom to prepare for a merge of ICH9 SPI supportCarl-Daniel Hailfinger2008-05-131-17/+17
* Improve flashrom SPI abstraction, second stepCarl-Daniel Hailfinger2008-05-101-18/+18
* Rename generic_spi_*() functions to spi_*()Peter Stuge2008-05-101-36/+36
* Handle JEDEC JEP106W continuation codes in SPI RDIDCarl-Daniel Hailfinger2008-02-061-4/+10
* Make sure we delay writing the next byte long enough in SPI byte programmingCarl-Daniel Hailfinger2008-01-221-22/+19
* Omitting the wait for SPI ready when there is no data to be readRonald Hoogenboom2008-01-211-5/+8
* Support SPI flash chips bigger than 512 kByte sitting behind IT8716F Super I/...Ronald Hoogenboom2008-01-191-24/+180
* Print at least the vendor for SPI flash chips if the exact chip ID is unknownCarl-Daniel Hailfinger2008-01-041-2/+7
* Print the chip status register for all SPI chips on probe if verbose output i...Carl-Daniel Hailfinger2007-12-291-7/+50
* To make it easier to add new SPI chips to flashchips.c, rename functions with...Carl-Daniel Hailfinger2007-12-171-19/+19
* Add support for ST M25P80 chips to flashromCarl-Daniel Hailfinger2007-12-161-0/+4
* Introduce block and sector erase routines to flashrom, but do not use them yetCarl-Daniel Hailfinger2007-10-221-9/+70
* Remove hardcoded wait from SPI write/erase routines and check the chip status...Carl-Daniel Hailfinger2007-10-181-18/+2
* Add generic SPI flash erase and write support to flashromCarl-Daniel Hailfinger2007-10-181-5/+123
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-3/+3
* Convert the existing it8716f_* functions to generic_spi_* functions by applyi...Carl-Daniel Hailfinger2007-10-161-13/+20
* (forgot to add spi.c)Carl-Daniel Hailfinger2007-10-151-0/+199
OpenPOWER on IntegriCloud