aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add an install target to the flashrom Makefile which installs flashrom into ↵Uwe Hermann2006-12-141-0/+5
| | | | | | | | | /usr/local/bin Corresponding to flashrom svn r82 and coreboot v2 svn r2524. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* Fix write_page_write_jedec() in jedec.cGiampiero Giancipoli2006-11-221-1/+1
| | | | | | | | | | | | | | | | | | | Added a check-reprogram loop in the same function, to come around the high page write failure rate on some boards. This patch includes the changes suggested by Ron to simplify the control flow. It also includes trivial changes by me to make flashrom build on newer systems (libpci needs libz now). I also made a small type case compile fix and proper return code handling in one or two places. Corresponding to flashrom svn r78 and coreboot v2 svn r2505. Signed-off-by: Giampiero Giancipoli <gianci@email.it> Signed-off-by: Ronald G Minnich <rminnich@gmail.com> Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
* 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.