summaryrefslogtreecommitdiffstats
path: root/spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add spi_nbyte_program as generic function to the SPI layerPaul Fox2009-06-121-0/+21
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-8/+8
* Add bus type annotation to struct flashchipsCarl-Daniel Hailfinger2009-05-311-40/+43
* Use consistent naming for local chip ID variablesCarl-Daniel Hailfinger2009-05-271-23/+21
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-3/+0
* Additionally to WREN also handle WRSR failures gracefully for ICHSPICarl-Daniel Hailfinger2009-05-151-4/+29
* Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...Carl-Daniel Hailfinger2009-05-141-2/+8
* Generic status register prettyprinting for SST25*Carl-Daniel Hailfinger2009-05-131-1/+1
* There are various reasons why a SPI command can failCarl-Daniel Hailfinger2009-05-131-11/+44
* Convert all flashchips.c entries with SPI programing to the 256-byte version ...Carl-Daniel Hailfinger2009-05-091-1/+1
* Chips like the SST SST25VF080B can only handle single byte writes outside AAI...Carl-Daniel Hailfinger2009-05-091-5/+31
* Refine handling of spi_write_enable() failures to fix chip erases on ichspiCarl-Daniel Hailfinger2009-05-091-11/+36
* Improve SST25 status register routinesCarl-Daniel Hailfinger2009-05-061-11/+15
* Some coding style and consistency fixesUwe Hermann2009-04-151-12/+13
* SST25VF040B using 0x90 identification and AAI writePeter Stuge2009-01-261-0/+26
* Decode SST25VF040B status register, also from July 2008Peter Stuge2009-01-261-1/+26
* Winbond SuperIO SPI driverPeter Stuge2009-01-261-1/+8
* Beautify flash chip ID verbose printout a little, always use %02xPeter Stuge2009-01-251-1/+1
* Add support for the AMD/ATI SB600 southbridge SPI functionalityJason Wang2008-11-281-3/+24
* Flashrom already has the following probe functionsCarl-Daniel Hailfinger2008-11-281-0/+41
* Try RES even if RDID failsCarl-Daniel Hailfinger2008-11-271-7/+5
* Check for failed SPI command executionCarl-Daniel Hailfinger2008-11-181-17/+66
* Add additional SPI sector erase and chip erase command functionsCarl-Daniel Hailfinger2008-11-031-0/+34
* Flashrom support for some Numonyx parts (M25PE)Stefan Reinauer2008-10-291-0/+23
* Coding-style fixes for flashrom, partly indent-aidedUwe Hermann2008-10-181-43/+53
* Trivial SPI cleanupsPeter Stuge2008-07-071-27/+12
* First attempt to clean up SPI probing and create a common construct: the flas...Stefan Reinauer2008-06-301-22/+47
* Mine AMIC flash chip needs 4 bytes RDIDRudolf Marek2008-06-301-6/+23
* This patch adds support for VIA SPI controller on VT8237SRudolf Marek2008-06-301-6/+6
* Multiple unrelated changesStefan Reinauer2008-06-271-0/+7
* Slight restructure of SPI probe_ functionsPeter Stuge2008-06-241-47/+53
* Add support for SPI chips on ICH9Dominik Geyer2008-05-161-0/+6
* Print detailed status register information for SST25VF series flashCarl-Daniel Hailfinger2008-05-151-0/+4
* Add support for the JEDEC RESCarl-Daniel Hailfinger2008-05-151-1/+40
* Check the JEDEC vendor ID for correct parityCarl-Daniel Hailfinger2008-05-141-0/+4
* 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 read, e.gRonald Hoogenboom2008-01-211-5/+8
* Further abstract SPI functions to allow chips bigger than 512 kB behind IT8716FsRonald 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
* Rename SPI erase functions to include opcodeCarl-Daniel Hailfinger2007-12-171-19/+19
* Add support for ST M25P80 chipsCarl-Daniel Hailfinger2007-12-161-0/+4
* Introduce block and sector erase routines, 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
OpenPOWER on IntegriCloud