| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -3/+3 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -11/+11 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -1/+1 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | Fix Winbond W29EE011, W29EE012, W29C010M, W29C011A probing | Carl-Daniel Hailfinger | 2011-07-26 | 1 | -5/+8 |
* | Use __clang_version__ macro | Carl-Daniel Hailfinger | 2010-07-17 | 1 | -1/+0 |
* | Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel | Sean Nelson | 2010-03-24 | 1 | -2/+2 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -0/+1 |
* | Standardize on using __func__ instead of __FUNCTION__ | Uwe Hermann | 2009-09-02 | 1 | -1/+1 |
* | Verbose probe output is split across multiple lines for some probe functions | Carl-Daniel Hailfinger | 2009-07-23 | 1 | -5/+4 |
* | Add programmer-specific delay functions | Carl-Daniel Hailfinger | 2009-06-05 | 1 | -9/+9 |
* | Introduce a type "chipaddr" to abstract the offsets within flash regions | Carl-Daniel Hailfinger | 2009-05-16 | 1 | -1/+1 |
* | FreeBSD definitions of (read|write)[bwl] collide with our own | Carl-Daniel Hailfinger | 2009-03-06 | 1 | -11/+11 |
* | Use helper functions to access flash chips | Carl-Daniel Hailfinger | 2009-03-05 | 1 | -11/+11 |
* | Beautify flash chip ID verbose printout a little, always use %02x | Peter Stuge | 2009-01-25 | 1 | -1/+1 |
* | Coding-style fixes for flashrom, partly indent-aided | Uwe Hermann | 2008-10-18 | 1 | -1/+1 |
* | Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore | Jens Kuehnel | 2008-06-18 | 1 | -0/+11 |
* | Add support for the Winbond W29EE011 | Markus Boas | 2007-08-30 | 1 | -0/+60 |