| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix another volatile declaration | Ronald G. Minnich | 2004-03-08 | 1 | -1/+1 |
* | Fix volatile | Ronald G. Minnich | 2003-11-05 | 1 | -3/+3 |
* | Changes from NIKI | Ronald G. Minnich | 2003-09-12 | 22 | -82/+622 |
* | SONE's changes | Ronald G. Minnich | 2003-07-25 | 3 | -23/+34 |
* | Add flash enable for sc1100 | Andrew Ip | 2003-07-22 | 1 | -0/+18 |
* | Add vt8235 for epia-m | Andrew Ip | 2003-07-21 | 1 | -0/+39 |
* | Fix for sis 5595 | Ronald G. Minnich | 2003-05-08 | 1 | -0/+24 |
* | Add support for CS5530 | Ronald G. Minnich | 2003-04-21 | 1 | -2/+20 |
* | Fixes ... | Ronald G. Minnich | 2003-03-28 | 2 | -30/+106 |
* | Made the ids always print in hex less verbose verify step | Ronald G. Minnich | 2003-02-28 | 8 | -19/+30 |