| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Refactor unlocking of many chips with locking at register space address +2 | Carl-Daniel Hailfinger | 2014-08-03 | 1 | -39/+0 |
* | Use uintptr_t for chipaddr instead of unsigned long | Stefan Tauner | 2013-07-13 | 1 | -1/+1 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -1/+1 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -6/+10 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -4/+4 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -1/+1 |
* | Move erase verification to generic code | Carl-Daniel Hailfinger | 2011-06-26 | 1 | -4/+1 |
* | Look at the return value of wait_82802ab() | Stefan Reinauer | 2011-06-19 | 1 | -0/+1 |
* | Refactor remaining write wrappers | Carl-Daniel Hailfinger | 2010-10-13 | 1 | -12/+0 |
* | Simplify calls to inner write functions | Carl-Daniel Hailfinger | 2010-10-10 | 1 | -6/+1 |
* | Unify chip write functions | Carl-Daniel Hailfinger | 2010-10-10 | 1 | -4/+2 |
* | Remove progress printing from individual flash chip drivers | Carl-Daniel Hailfinger | 2010-10-08 | 1 | -5/+0 |
* | Move implicit erase out of chip drivers | Carl-Daniel Hailfinger | 2010-10-08 | 1 | -5/+0 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -21/+6 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -1/+0 |
* | Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel | Sean Nelson | 2010-03-24 | 1 | -13/+13 |
* | Sst49lfxxxc chips are functionally the same as 82802ab chips | Sean Nelson | 2010-03-23 | 1 | -122/+6 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -0/+1 |
* | Here's a very quick patch to fix the missing unlock code | Sean Nelson | 2010-02-19 | 1 | -0/+5 |
* | Convert various SST chips to use block_erasers | Sean Nelson | 2010-01-20 | 1 | -1/+36 |
* | Standardize on using __func__ instead of __FUNCTION__ | Uwe Hermann | 2009-09-02 | 1 | -1/+1 |
* | Remove unnecessary #include files | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -3/+0 |
* | Reset SST49LF016C after erase to exit the read status register mode | Carl-Daniel Hailfinger | 2009-07-20 | 1 | -0/+1 |
* | Flashrom only checks for very few chips if the erase worked | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -3/+11 |
* | Refine write_lockbits_49lfxxxc() to use struct flashchip | Carl-Daniel Hailfinger | 2009-06-05 | 1 | -26/+26 |
* | Enable debug output of protection register access on SST49LF* chips | Uwe Hermann | 2009-06-05 | 1 | -9/+17 |
* | Eliminate all 'inline's from the flashrom code | Uwe Hermann | 2009-05-16 | 1 | -8/+5 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -3/+0 |
* | Introduce a type "chipaddr" to abstract the offsets within flash regions | Carl-Daniel Hailfinger | 2009-05-16 | 1 | -10/+10 |
* | FreeBSD definitions of (read|write)[bwl] collide with our own | Carl-Daniel Hailfinger | 2009-03-06 | 1 | -21/+21 |
* | Use helper functions to access flash chips | Carl-Daniel Hailfinger | 2009-03-05 | 1 | -21/+21 |
* | Beautify flash chip ID verbose printout a little, always use %02x | Peter Stuge | 2009-01-25 | 1 | -1/+1 |
* | Some cosmetic cleanups in the flashrom code and output | Uwe Hermann | 2007-10-17 | 1 | -1/+1 |
* | Add '(C)' where it's missing (for consistency reasons) | Uwe Hermann | 2007-09-09 | 1 | -2/+2 |
* | Change all flashrom license headers to use our standard format | Uwe Hermann | 2007-08-29 | 1 | -18/+12 |
* | Cosmetic fixes | Uwe Hermann | 2007-08-23 | 1 | -5/+7 |
* | 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 | -1/+1 |
* | Factor out register mapping code | Stefan Reinauer | 2007-05-24 | 1 | -10/+3 |
* | Unify mmap error messages | Stefan Reinauer | 2007-05-23 | 1 | -1/+1 |
* | Big cosmetic offensive on flashrom | Stefan Reinauer | 2007-05-23 | 1 | -9/+11 |
* | Fix coding style of flashrom by running indent on all files | Uwe Hermann | 2007-05-09 | 1 | -25/+22 |
* | Trivial (cosmetic) cleanup | Stefan Reinauer | 2007-04-06 | 1 | -1/+1 |
* | This patch is a rework of Adam Kaufman's Solaris patch | Adam Kaufman | 2007-02-06 | 1 | -1/+1 |
* | Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C | Yinghai Lu | 2007-01-22 | 1 | -0/+204 |