| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Compilation fix for gcc 4.0.2 (SUSE10) | Stefan Reinauer | 2006-03-20 | 1 | -2/+2 |
* | Add ts5300 flag as comment utility Makefile | Stefan Reinauer | 2006-03-19 | 1 | -1/+1 |
* | Make SST49lf040 not clog the serial line too | Stefan Reinauer | 2006-03-17 | 1 | -2/+5 |
* | Multiple unrelated changes | Stefan Reinauer | 2006-03-16 | 1 | -17/+46 |
* | Make am29f040b driver more solid by printing every 4096th flash address | Stefan Reinauer | 2006-03-16 | 1 | -4/+6 |
* | Support for Am29F016D | Stefan Reinauer | 2006-03-16 | 2 | -0/+3 |
* | Add preliminary (non-working) support for Sharp LHF00L04 | Ronald G. Minnich | 2006-03-14 | 3 | -83/+172 |
* | A few new items and mods for ollie | Ronald G. Minnich | 2006-03-01 | 1 | -1/+1 |
* | Add support for ICH5 | Ronald G. Minnich | 2006-02-24 | 1 | -0/+1 |
* | Add support for ST M29F040B | Stefan Reinauer | 2006-02-24 | 2 | -0/+3 |
* | Add sharp flash | Ronald G. Minnich | 2006-02-23 | 5 | -1/+170 |
* | Pass on return values | Stefan Reinauer | 2006-01-04 | 1 | -3/+4 |
* | Redo image checking in conversion case | Stefan Reinauer | 2005-12-18 | 1 | -13/+31 |
* | Multiple unrelated changes | Stefan Reinauer | 2005-12-18 | 3 | -10/+16 |
* | Make flashrom utility build process more solid | Stefan Reinauer | 2005-12-01 | 1 | -2/+15 |
* | Mention build dependencies in Makefile | Stefan Reinauer | 2005-12-01 | 1 | -0/+13 |
* | Flashrom update from Stefan, resolve issue 21 | Ollie Lho | 2005-11-26 | 38 | -517/+1104 |
* | Bug fix from Jonathan McDowell <noodles@earth.li> | Ollie Lho | 2005-08-03 | 1 | -1/+1 |
* | Nvidia Ck804 support | Yinghai Lu | 2005-07-06 | 1 | -0/+38 |
* | Add dedicated chip erase function for SST49LF040 | Ollie Lho | 2005-01-11 | 3 | -3/+19 |
* | Add -E option for chip erase, remove duplicated code | Ollie Lho | 2004-12-08 | 6 | -147/+49 |
* | Add retry to write_byte_program_jedec(), 99% success rate | Ollie Lho | 2004-12-08 | 4 | -74/+12 |
* | Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B | Ollie Lho | 2004-12-07 | 3 | -12/+8 |
* | SST49LF00[2,3,4] should use the same driver as 49LF008 | Ollie Lho | 2004-12-07 | 3 | -51/+49 |
* | Tyan update to work with new CPU Config | Yinghai Lu | 2004-10-20 | 2 | -5/+74 |
* | Support for sst firmware hub | Ronald G. Minnich | 2004-09-30 | 6 | -2/+261 |
* | Use hex print in id1, id2 | Ronald G. Minnich | 2004-09-28 | 1 | -1/+1 |
* | Add support for ICH4 | Ronald G. Minnich | 2004-09-28 | 1 | -0/+26 |
* | Code reformat | Ollie Lho | 2004-09-07 | 1 | -2/+1 |
* | Add missing return at 205 | Ronald G. Minnich | 2004-04-13 | 1 | -0/+1 |
* | Data type consistence | Ollie Lho | 2004-03-27 | 2 | -10/+7 |
* | Remove false alarm of erase/write, use verify '-v' if you are not sure about ... | Ollie Lho | 2004-03-27 | 8 | -138/+77 |
* | More jedec standard consolidation | Ollie Lho | 2004-03-22 | 2 | -32/+38 |
* | Remove unused #define and function declaration | Ollie Lho | 2004-03-20 | 7 | -25/+4 |
* | I have no idea what i was trying to show off when I used the while loop rathe... | Ollie Lho | 2004-03-20 | 1 | -3/+2 |
* | Consolidate more jedec standard code | Ollie Lho | 2004-03-20 | 27 | -690/+757 |
* | Remove duplicated code | Ollie Lho | 2004-03-19 | 8 | -384/+142 |
* | Add support for SST49LF0xxA parts | David Hendricks | 2004-03-18 | 1 | -1/+12 |
* | Add support for more SST 49lf0xxA parts | David Hendricks | 2004-03-18 | 1 | -0/+5 |
* | Forgot a semicolon | Ollie Lho | 2004-03-18 | 2 | -4/+5 |
* | Remove unused code in pm49fl004, remove experimental delay in sst49lf040 | Ollie Lho | 2004-03-18 | 2 | -37/+1 |
* | Fix stupid i++ evalution order bug | Ollie Lho | 2004-03-18 | 1 | -4/+8 |
* | Fix 32bit vs. 64bit long int arithematics | Ollie Lho | 2004-03-18 | 6 | -43/+14 |
* | Use standard product ID exit method for w49f002u | Ollie Lho | 2004-03-17 | 4 | -91/+40 |
* | Move utility functions into new source files | Ollie Lho | 2004-03-17 | 6 | -549/+511 |
* | Add support for SST49LF040 | David Hendricks | 2004-03-17 | 5 | -4/+243 |
* | Fix makefile | Ronald G. Minnich | 2004-02-13 | 1 | -1/+2 |
* | Now we support 8111 and these parts | Ronald G. Minnich | 2004-02-10 | 4 | -4/+301 |
* | Remove spd_dump.c, it has nothing to do with flashing flash parts | Ronald G. Minnich | 2003-11-05 | 2 | -137/+0 |
* | Missing return in msys_doc.c:206 | Ronald G. Minnich | 2004-04-13 | 1 | -0/+1 |