aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add ts5300 flag as comment utility MakefileStefan Reinauer2006-03-191-1/+1
| | | | Corresponding to flashrom svn r49 and coreboot v2 svn r2215.
* Add sharp flashRonald G. Minnich2006-02-231-1/+1
| | | | Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
* Make flashrom utility build process more solidStefan Reinauer2005-12-011-2/+15
| | | | Corresponding to flashrom svn r36 and coreboot v2 svn r2117.
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-28/+33
| | | | Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
* Support for sst firmware hubRonald G. Minnich2004-09-301-1/+1
| | | | Corresponding to flashrom svn r25 and coreboot v2 svn r1651.
* Move utility functions into new source filesOllie Lho2004-03-171-3/+4
| | | | Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
* Add support for SST49LF040David Hendricks2004-03-171-2/+3
| | | | Corresponding to flashrom svn r5 and coreboot v2 svn r1422.
* Fix makefileRonald G. Minnich2004-02-131-1/+2
| | | | Corresponding to flashrom svn r4 and coreboot v2 svn r1376.
* Changes from NIKIRonald G. Minnich2003-09-121-5/+24
| | | | Corresponding to coreboot v1 svn r873.
* This will now enable flash automagically for chipsets on which it knows howRonald G. Minnich2003-02-111-1/+1
| | | | | | Currently, only e7500 supported, but it is easy to add more. Corresponding to coreboot v1 svn r744.
* Add w49f002u supportAndrew Ip2002-10-161-1/+2
| | | | Corresponding to coreboot v1 svn r643.
* Can now burn 82802abRonald G. Minnich2002-09-061-0/+1
| | | | Corresponding to coreboot v1 svn r633.
* Add support for ST M29F400BT - part 1Ronald G. Minnich2002-05-281-1/+1
| | | | Corresponding to coreboot v1 svn r582.
* Add support for 39sf020Ronald G. Minnich2002-03-211-2/+2
| | | | Corresponding to coreboot v1 svn r523.
* FixesRonald G. Minnich2002-01-291-4/+2
| | | | | | | - switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492.
* Trying to make this general purpose user-land flash burnerRonald G. Minnich2002-01-291-0/+11
Corresponding to coreboot v1 svn r489.