| Commit message (Expand) | Author | Age | Files | Lines |
* | SPI RES is the most unreliable way to identify chips because it only returns ... | Carl-Daniel Hailfinger | 2010-02-12 | 1 | -4/+17 |
* | Add write support | Carl-Daniel Hailfinger | 2010-01-22 | 1 | -0/+3 |
* | Dediprog SF100 support | Carl-Daniel Hailfinger | 2010-01-19 | 1 | -0/+9 |
* | Block eraser conversions and support for Eon EN25B series | Sean Nelson | 2010-01-19 | 1 | -0/+42 |
* | Don't use "byte" as identifier | Michael Karcher | 2010-01-12 | 1 | -2/+2 |
* | Add a few FIXME comments to the generic SPI code | Carl-Daniel Hailfinger | 2009-12-22 | 1 | -0/+2 |
* | Internal (onboard) programming was the only feature which could not be disabled | Carl-Daniel Hailfinger | 2009-12-13 | 1 | -0/+6 |
* | Add the ability to set Bus Pirate SPI speed via the command line | Carl-Daniel Hailfinger | 2009-11-24 | 1 | -0/+3 |
* | Add Bus Pirate SPI support | Carl-Daniel Hailfinger | 2009-11-24 | 1 | -0/+9 |
* | If a chip is not on the RDID generic vendor list nor on the REMS specific ID ... | Carl-Daniel Hailfinger | 2009-11-20 | 1 | -0/+10 |
* | If a SPI command taking an address does fail, we want to know the address for... | Carl-Daniel Hailfinger | 2009-11-16 | 1 | -13/+14 |
* | 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 |