| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce proper error checking for SPI programming | Carl-Daniel Hailfinger | 2009-10-01 | 1 | -2/+4 |
* | The current ICH SPI preop handling is a hack which spews lots of warnings, bu... | Carl-Daniel Hailfinger | 2009-09-18 | 1 | -23/+22 |
* | Allow to exclude each of the external programmer drivers from being compiled in | Carl-Daniel Hailfinger | 2009-09-16 | 1 | -0/+4 |
* | This is a patch which stores eraseblock sizes and corresponding block erase f... | Carl-Daniel Hailfinger | 2009-09-05 | 1 | -2/+2 |
* | Standardize on using __func__ instead of __FUNCTION__ | Uwe Hermann | 2009-09-02 | 1 | -3/+3 |
* | If FT2232H SPI is not enabled, it should be compiled out completely | Carl-Daniel Hailfinger | 2009-08-19 | 1 | -0/+7 |
* | Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ... | Carl-Daniel Hailfinger | 2009-08-10 | 1 | -0/+7 |
* | Fix SPI multicommand endless loop in default_spi_send_multicommand | Carl-Daniel Hailfinger | 2009-08-03 | 1 | -0/+1 |
* | This is a workaround for a bug in SB600 and SB700 | Carl-Daniel Hailfinger | 2009-07-23 | 1 | -4/+0 |
* | Verbose probe output is split across multiple lines for some probe functions | Carl-Daniel Hailfinger | 2009-07-23 | 1 | -24/+32 |
* | Convert SPI write status register to multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-22 | 1 | -26/+24 |
* | Replace most of the switch cases in the spi code with lookup on a struct instead | Carl-Daniel Hailfinger | 2009-07-22 | 1 | -86/+124 |
* | Convert SPI byte program to use the multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-12 | 1 | -30/+56 |
* | Convert SPI block erase to use the multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-11 | 1 | -25/+63 |
* | Convert SPI chip erase to use the multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-11 | 1 | -18/+62 |
* | Add SPI multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-10 | 1 | -27/+37 |
* | Check result of all SPI erase functions | Carl-Daniel Hailfinger | 2009-06-24 | 1 | -9/+50 |
* | This patch adds support for a new SPI programmer, based on the FT2232H/4232H ... | Paul Fox | 2009-06-16 | 1 | -0/+7 |
* | This patch gives us arbitrary range reads at byte boundaries for every single... | Carl-Daniel Hailfinger | 2009-06-16 | 1 | -13/+25 |
* | Flash.h not only contains function prototypes and general settings, it also h... | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -0/+1 |
* | Every SPI host controller implemented its own way to read flash chips | Carl-Daniel Hailfinger | 2009-06-13 | 1 | -0/+27 |
* | Add spi_nbyte_program as generic function to the SPI layer | Paul Fox | 2009-06-12 | 1 | -0/+21 |
* | Add external programmer delay functions so external programmers can handle th... | Carl-Daniel Hailfinger | 2009-06-05 | 1 | -8/+8 |
* | Add bus type annotation to struct flashchips | Carl-Daniel Hailfinger | 2009-05-31 | 1 | -40/+43 |
* | Use consistent naming for local chip ID variables | Carl-Daniel Hailfinger | 2009-05-27 | 1 | -23/+21 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -3/+0 |
* | Until the ICH SPI driver can handle preopcodes as standalone opcodes, we shou... | Carl-Daniel Hailfinger | 2009-05-15 | 1 | -4/+29 |
* | Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas... | Carl-Daniel Hailfinger | 2009-05-14 | 1 | -2/+8 |
* | Generic status register prettyprinting for SST25* | Carl-Daniel Hailfinger | 2009-05-13 | 1 | -1/+1 |
* | There are various reasons why a SPI command can fail | Carl-Daniel Hailfinger | 2009-05-13 | 1 | -11/+44 |
* | Convert all flashchips.c entries with SPI programing to the 256-byte version ... | Carl-Daniel Hailfinger | 2009-05-09 | 1 | -1/+1 |
* | Chips like the SST SST25VF080B can only handle single byte writes outside AAI... | Carl-Daniel Hailfinger | 2009-05-09 | 1 | -5/+31 |
* | Until the ICH SPI driver can handle preopcodes as standalone opcodes, we shou... | Carl-Daniel Hailfinger | 2009-05-09 | 1 | -11/+36 |
* | Improve SST25 status register routines | Carl-Daniel Hailfinger | 2009-05-06 | 1 | -11/+15 |
* | 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 |
* | The existing check in probe_spi_res() was right for SPI controllers which sup... | Carl-Daniel Hailfinger | 2008-11-27 | 1 | -7/+5 |
* | Check for failed SPI command execution in flashrom | Carl-Daniel Hailfinger | 2008-11-18 | 1 | -17/+66 |
* | Add additional SPI sector erase and chip erase command functions to flashrom | 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 |