| Commit message (Expand) | Author | Age | Files | Lines |
* | Some coding style and consistency fixes | Uwe Hermann | 2009-04-15 | 1 | -12/+13 |
* | SST25VF040B using 0x90 identification and AAI write | Peter Stuge | 2009-01-26 | 1 | -0/+26 |
* | Decode SST25VF040B status register, also from July 2008 | Peter Stuge | 2009-01-26 | 1 | -1/+26 |
* | Winbond SuperIO SPI driver | Peter Stuge | 2009-01-26 | 1 | -1/+8 |
* | Beautify flash chip ID verbose printout a little, always use %02x | Peter Stuge | 2009-01-25 | 1 | -1/+1 |
* | Add support for the AMD/ATI SB600 southbridge SPI functionality | Jason Wang | 2008-11-28 | 1 | -3/+24 |
* | Flashrom already has the following probe functions | Carl-Daniel Hailfinger | 2008-11-28 | 1 | -0/+41 |
* | Try RES even if RDID fails | Carl-Daniel Hailfinger | 2008-11-27 | 1 | -7/+5 |
* | Check for failed SPI command execution | Carl-Daniel Hailfinger | 2008-11-18 | 1 | -17/+66 |
* | Add additional SPI sector erase and chip erase command functions | Carl-Daniel Hailfinger | 2008-11-03 | 1 | -0/+34 |
* | Flashrom support for some Numonyx parts (M25PE) | Stefan Reinauer | 2008-10-29 | 1 | -0/+23 |
* | Coding-style fixes for flashrom, partly indent-aided | Uwe Hermann | 2008-10-18 | 1 | -43/+53 |
* | Trivial SPI cleanups | Peter Stuge | 2008-07-07 | 1 | -27/+12 |
* | First attempt to clean up SPI probing and create a common construct: the flas... | Stefan Reinauer | 2008-06-30 | 1 | -22/+47 |
* | Mine AMIC flash chip needs 4 bytes RDID | Rudolf Marek | 2008-06-30 | 1 | -6/+23 |
* | This patch adds support for VIA SPI controller on VT8237S | Rudolf Marek | 2008-06-30 | 1 | -6/+6 |
* | Multiple unrelated changes | Stefan Reinauer | 2008-06-27 | 1 | -0/+7 |
* | Slight restructure of SPI probe_ functions | Peter Stuge | 2008-06-24 | 1 | -47/+53 |
* | Add support for SPI chips on ICH9 | Dominik Geyer | 2008-05-16 | 1 | -0/+6 |
* | Print detailed status register information for SST25VF series flash | Carl-Daniel Hailfinger | 2008-05-15 | 1 | -0/+4 |
* | Add support for the JEDEC RES | Carl-Daniel Hailfinger | 2008-05-15 | 1 | -1/+40 |
* | Check the JEDEC vendor ID for correct parity | Carl-Daniel Hailfinger | 2008-05-14 | 1 | -0/+4 |
* | Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c | Carl-Daniel Hailfinger | 2008-05-13 | 1 | -223/+15 |
* | Move the SPI #defines from spi.c to spi.h | Carl-Daniel Hailfinger | 2008-05-13 | 1 | -60/+1 |
* | Change the SPI parts of flashrom to prepare for a merge of ICH9 SPI support | Carl-Daniel Hailfinger | 2008-05-13 | 1 | -17/+17 |
* | Improve flashrom SPI abstraction, second step | Carl-Daniel Hailfinger | 2008-05-10 | 1 | -18/+18 |
* | Rename generic_spi_*() functions to spi_*() | Peter Stuge | 2008-05-10 | 1 | -36/+36 |
* | Handle JEDEC JEP106W continuation codes in SPI RDID | Carl-Daniel Hailfinger | 2008-02-06 | 1 | -4/+10 |
* | Make sure we delay writing the next byte long enough in SPI byte programming | Carl-Daniel Hailfinger | 2008-01-22 | 1 | -22/+19 |
* | Omitting the wait for SPI ready when there is no data to be read, e.g | Ronald Hoogenboom | 2008-01-21 | 1 | -5/+8 |
* | Further abstract SPI functions to allow chips bigger than 512 kB behind IT8716Fs | Ronald Hoogenboom | 2008-01-19 | 1 | -24/+180 |
* | Print at least the vendor for SPI flash chips if the exact chip ID is unknown | Carl-Daniel Hailfinger | 2008-01-04 | 1 | -2/+7 |
* | Print the chip status register for all SPI chips on probe if verbose output i... | Carl-Daniel Hailfinger | 2007-12-29 | 1 | -7/+50 |
* | Rename SPI erase functions to include opcode | Carl-Daniel Hailfinger | 2007-12-17 | 1 | -19/+19 |
* | Add support for ST M25P80 chips | Carl-Daniel Hailfinger | 2007-12-16 | 1 | -0/+4 |
* | Introduce block and sector erase routines, but do not use them yet | Carl-Daniel Hailfinger | 2007-10-22 | 1 | -9/+70 |
* | Remove hardcoded wait from SPI write/erase routines and check the chip status... | Carl-Daniel Hailfinger | 2007-10-18 | 1 | -18/+2 |
* | Add generic SPI flash erase and write support | Carl-Daniel Hailfinger | 2007-10-18 | 1 | -5/+123 |
* | Some cosmetic cleanups in the flashrom code and output | Uwe Hermann | 2007-10-17 | 1 | -3/+3 |
* | Convert the existing it8716f_* functions to generic_spi_* functions | Carl-Daniel Hailfinger | 2007-10-16 | 1 | -13/+20 |
* | Add spi.c forgotten in r145 | Carl-Daniel Hailfinger | 2007-10-15 | 1 | -0/+199 |