| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -4/+4 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -2/+2 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -2/+0 |
* | Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel | Sean Nelson | 2010-03-24 | 1 | -7/+7 |
* | Further cleanup after JEDEC refactorings | Sean Nelson | 2010-03-16 | 1 | -94/+9 |
* | Add FEATURE_REGISTERMAP to some more chips and change the use of various prob... | Carl-Daniel Hailfinger | 2010-03-15 | 1 | -6/+2 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -0/+1 |
* | Convert various SST chips to use block_erasers | Sean Nelson | 2010-01-20 | 1 | -0/+20 |
* | Use the register mapping feature bit | Carl-Daniel Hailfinger | 2010-01-09 | 1 | -2/+0 |
* | Generify jedec functions by introducing an address mask | Sean Nelson | 2010-01-04 | 1 | -2/+2 |
* | Optimized write_sst_fwhub for safety and speed | Adam Jurkowski | 2009-11-25 | 1 | -15/+23 |
* | Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo... | Carl-Daniel Hailfinger | 2009-09-23 | 1 | -1/+1 |
* | Flashrom only checks for very few chips if the erase worked | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -11/+11 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -1/+0 |
* | Introduce a type "chipaddr" to abstract the offsets within flash regions | Carl-Daniel Hailfinger | 2009-05-16 | 1 | -4/+4 |
* | Use helper functions chip_{read,write}[bwl] to access flash chips | Carl-Daniel Hailfinger | 2009-05-12 | 1 | -1/+1 |
* | Handle (un)locking of SST FWH chips | Carl-Daniel Hailfinger | 2009-05-11 | 1 | -3/+61 |
* | FreeBSD definitions of (read|write)[bwl] collide with our own | Carl-Daniel Hailfinger | 2009-03-06 | 1 | -1/+1 |
* | Use helper functions to access flash chips | Carl-Daniel Hailfinger | 2009-03-05 | 1 | -1/+1 |
* | Check whether SST FWH chip was successfully erased on flashchip -E, too | Stefan Reinauer | 2008-03-16 | 1 | -9/+11 |
* | Some cosmetic cleanups in the flashrom code and output | Uwe Hermann | 2007-10-17 | 1 | -2/+2 |
* | Add '(C)' where it's missing (for consistency reasons) | Uwe Hermann | 2007-09-09 | 1 | -1/+1 |
* | Change all flashrom license headers to use our standard format | Uwe Hermann | 2007-08-29 | 1 | -14/+14 |
* | Cosmetic fixes | Uwe Hermann | 2007-08-23 | 1 | -3/+5 |
* | Drop a bunch of useless header files, merge them into flash.h | Uwe Hermann | 2007-08-23 | 1 | -3/+0 |
* | Drop leftover includes | Stefan Reinauer | 2007-05-24 | 1 | -5/+0 |
* | Factor out register mapping code | Stefan Reinauer | 2007-05-24 | 1 | -11/+1 |
* | Unify mmap error messages | Stefan Reinauer | 2007-05-23 | 1 | -1/+1 |
* | Big cosmetic offensive on flashrom | Stefan Reinauer | 2007-05-23 | 1 | -8/+8 |
* | Trivial (cosmetic) cleanup | Stefan Reinauer | 2007-04-06 | 1 | -1/+1 |
* | Coding style fixes | Uwe Hermann | 2007-04-01 | 1 | -4/+4 |
* | This patch is a rework of Adam Kaufman's Solaris patch | Adam Kaufman | 2007-02-06 | 1 | -1/+0 |
* | Instead of checking the first byte only, the whole part is checked now | Stefan Reinauer | 2006-11-07 | 1 | -5/+8 |
* | Flashrom update from Stefan, resolve issue 21 | Ollie Lho | 2005-11-26 | 1 | -7/+8 |
* | Add -E option for chip erase, remove duplicated code | Ollie Lho | 2004-12-08 | 1 | -50/+5 |
* | Add retry to write_byte_program_jedec(), 99% success rate | Ollie Lho | 2004-12-08 | 1 | -20/+5 |
* | Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B | Ollie Lho | 2004-12-07 | 1 | -0/+1 |
* | SST49LF00[2,3,4] should use the same driver as 49LF008 | Ollie Lho | 2004-12-07 | 1 | -15/+10 |
* | Support for sst firmware hub | Ronald G. Minnich | 2004-09-30 | 1 | -0/+178 |