| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo... | Carl-Daniel Hailfinger | 2009-09-23 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Change chip_readb in loop to use verify_range in write_page_write_jedec (jede... | Urja Rannikko | 2009-06-25 | 1 | -14/+8 |
* | Flashrom only checks for very few chips if the erase worked | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -10/+23 |
* | Add programmer-specific delay functions | Carl-Daniel Hailfinger | 2009-06-05 | 1 | -26/+26 |
* | Add probe_timing information (int uS value) | Maciej Pijanka | 2009-06-03 | 1 | -2/+18 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -2/+0 |
* | Introduce a type "chipaddr" to abstract the offsets within flash regions | Carl-Daniel Hailfinger | 2009-05-16 | 1 | -19/+19 |
* | Use helper functions chip_{read,write}[bwl] to access flash chips | Carl-Daniel Hailfinger | 2009-05-12 | 1 | -2/+2 |
* | Check probing results for flash contents | Carl-Daniel Hailfinger | 2009-05-11 | 1 | -0/+21 |
* | FreeBSD definitions of (read|write)[bwl] collide with our own | Carl-Daniel Hailfinger | 2009-03-06 | 1 | -50/+50 |
* | Use helper functions to access flash chips | Carl-Daniel Hailfinger | 2009-03-05 | 1 | -50/+50 |
* | Beautify flash chip ID verbose printout a little, always use %02x | Peter Stuge | 2009-01-25 | 1 | -1/+1 |
* | Increase delay in probe_jedec() after Product ID Entry to 10ms | Peter Stuge | 2008-06-24 | 1 | -3/+2 |
* | Update comment to match delay change in probe_jedec() r3373 | Peter Stuge | 2008-06-21 | 1 | -1/+1 |
* | Increase delay in probe_jedec() to 2ms to reliably detect AT29C020 | Peter Stuge | 2008-06-21 | 1 | -1/+1 |
* | Check the JEDEC vendor ID for correct parity | Carl-Daniel Hailfinger | 2008-05-14 | 1 | -1/+12 |
* | Add continuation ID support to jedec.c | Carl-Daniel Hailfinger | 2007-12-31 | 1 | -2/+18 |
* | Fix ATMEL 29C020 detection with flashrom | Carl-Daniel Hailfinger | 2007-11-13 | 1 | -2/+6 |
* | Some cosmetic cleanups in the flashrom code and output | Uwe Hermann | 2007-10-17 | 1 | -2/+2 |
* | Changes to support the K8N-NEO3, first tested at Google on GSOC day :-) | Ronald G. Minnich | 2007-10-12 | 1 | -1/+1 |
* | Add '(C)' where it's missing (for consistency reasons) | Uwe Hermann | 2007-09-09 | 1 | -3/+3 |
* | Change all flashrom license headers to use our standard format | Uwe Hermann | 2007-08-29 | 1 | -17/+12 |
* | Cosmetic fixes | Uwe Hermann | 2007-08-23 | 1 | -7/+7 |
* | Drop a bunch of useless header files, merge them into flash.h | Uwe Hermann | 2007-08-23 | 1 | -2/+0 |
* | Move code into *.c files, there's no reason to have it in header files | Uwe Hermann | 2007-08-23 | 1 | -0/+52 |
* | Big cosmetic offensive on flashrom | Stefan Reinauer | 2007-05-23 | 1 | -3/+3 |
* | Fix coding style of flashrom by running indent on all files | Uwe Hermann | 2007-05-09 | 1 | -49/+49 |
* | Fix write_page_write_jedec() in jedec.c | Giampiero Giancipoli | 2006-11-22 | 1 | -14/+49 |
* | Removing $Id$ tags as they have no meaning in SVN | Stefan Reinauer | 2006-08-23 | 1 | -1/+0 |
* | Flashrom update from Stefan, resolve issue 21 | Ollie Lho | 2005-11-26 | 1 | -47/+49 |
* | Add -E option for chip erase, remove duplicated code | Ollie Lho | 2004-12-08 | 1 | -41/+21 |
* | Add retry to write_byte_program_jedec(), 99% success rate | Ollie Lho | 2004-12-08 | 1 | -1/+7 |
* | SST49LF00[2,3,4] should use the same driver as 49LF008 | Ollie Lho | 2004-12-07 | 1 | -17/+20 |
* | Support for sst firmware hub | Ronald G. Minnich | 2004-09-30 | 1 | -0/+29 |
* | Data type consistence | Ollie Lho | 2004-03-27 | 1 | -7/+5 |
* | Remove false alarm of erase/write, use verify '-v' if you are not sure about ... | Ollie Lho | 2004-03-27 | 1 | -14/+7 |
* | More jedec standard consolidation | Ollie Lho | 2004-03-22 | 1 | -31/+37 |
* | Remove unused #define and function declaration | Ollie Lho | 2004-03-20 | 1 | -3/+4 |
* | Consolidate more jedec standard code | Ollie Lho | 2004-03-20 | 1 | -70/+130 |
* | Remove duplicated code | Ollie Lho | 2004-03-19 | 1 | -26/+71 |
* | Changes from NIKI | Ronald G. Minnich | 2003-09-12 | 1 | -1/+6 |
* | Made the ids always print in hex less verbose verify step | Ronald G. Minnich | 2003-02-28 | 1 | -1/+1 |
* | Can now burn 82802ab | Ronald G. Minnich | 2002-09-06 | 1 | -1/+5 |
* | Fixes | Ronald G. Minnich | 2002-01-29 | 1 | -20/+21 |
* | Trying to make this general purpose user-land flash burner | Ronald G. Minnich | 2002-01-29 | 1 | -0/+88 |