summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>Stefan Reinauer2006-07-192-0/+3
| | | | | | | Data sheet: http://www.alldatasheet.com/datasheet-pdf/pdf/47674/WINBOND/W49V002FAP.html Corresponding to flashrom svn r56 and coreboot v2 svn r2341.
* Add support for EFST F49B002UA (untested)Stefan Reinauer2006-06-302-0/+5
| | | | Corresponding to flashrom svn r55 and coreboot v2 svn r2336.
* Add support for PMC 49FL002 as used in the RD1-PMC2Stefan Reinauer2006-06-252-0/+3
| | | | Corresponding to flashrom svn r54 and coreboot v2 svn r2332.
* Add support for Winbond W49V002AStefan Reinauer2006-06-142-0/+3
| | | | Corresponding to flashrom svn r53 and coreboot v2 svn r2321.
* Multiple unrelated changesScott Tsai2006-03-313-0/+6
| | | | | | | | | * SST_49LF040B flash support for flashrom * add ICH4-M support to flashrom Corresponding to flashrom svn r52 and coreboot v2 svn r2230. Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>
* Multiple unrelated changesStefan Reinauer2006-03-313-11/+88
| | | | | | | | * support for Winbond W39V040A * Support for ATI SB400 (RS480 chipset) * Support for Intel ICH7 (from Scott Tsai <scott.tsai@arima.com.tw>) Corresponding to flashrom svn r51 and coreboot v2 svn r2229.
* Compilation fix for gcc 4.0.2 (SUSE10)Stefan Reinauer2006-03-201-2/+2
| | | | Corresponding to flashrom svn r50 and coreboot v2 svn r2220.
* Add ts5300 flag as comment utility MakefileStefan Reinauer2006-03-191-1/+1
| | | | Corresponding to flashrom svn r49 and coreboot v2 svn r2215.
* Make SST49lf040 not clog the serial line tooStefan Reinauer2006-03-171-2/+5
| | | | Corresponding to flashrom svn r48 and coreboot v2 svn r2210.
* Multiple unrelated changesStefan Reinauer2006-03-161-17/+46
| | | | | | | | - speed up flash verification by only printing 1 of 4096 addresses - support for flashing technologic system ts5300 SBC (needs -DTS5300 in the makefile) Corresponding to flashrom svn r47 and coreboot v2 svn r2205.
* Make am29f040b driver more solid by printing every 4096th flash addressStefan Reinauer2006-03-161-4/+6
| | | | | | This fixes the timing when flashing over a serial console. Corresponding to flashrom svn r46 and coreboot v2 svn r2204.
* Support for Am29F016DStefan Reinauer2006-03-162-0/+3
| | | | Corresponding to flashrom svn r45 and coreboot v2 svn r2203.
* Add preliminary (non-working) support for Sharp LHF00L04Ronald G. Minnich2006-03-143-83/+172
| | | | Corresponding to flashrom svn r44 and coreboot v2 svn r2197.
* A few new items and mods for ollieRonald G. Minnich2006-03-011-1/+1
| | | | Corresponding to flashrom svn r43 and coreboot v2 svn r2189.
* Add support for ICH5Ronald G. Minnich2006-02-241-0/+1
| | | | Corresponding to flashrom svn r42 and coreboot v2 svn r2183.
* Add support for ST M29F040BStefan Reinauer2006-02-242-0/+3
| | | | | | Signed-off-by: Leon Woestenberg <leonw@mailcan.com> Corresponding to flashrom svn r41 and coreboot v2 svn r2182.
* Add sharp flashRonald G. Minnich2006-02-235-1/+170
| | | | Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
* Pass on return valuesStefan Reinauer2006-01-041-3/+4
| | | | Corresponding to flashrom svn r39 and coreboot v2 svn r2151.
* Redo image checking in conversion caseStefan Reinauer2005-12-181-13/+31
| | | | | | Please update to this release if you are using flashrom. Corresponding to flashrom svn r38 and coreboot v2 svn r2147.
* Multiple unrelated changesStefan Reinauer2005-12-183-10/+16
| | | | | | | | * make -v switch print debug messages. * do case insensitive comparison of mainboards, as wished on the mailinglist Corresponding to flashrom svn r37 and coreboot v2 svn r2146.
* Make flashrom utility build process more solidStefan Reinauer2005-12-011-2/+15
| | | | Corresponding to flashrom svn r36 and coreboot v2 svn r2117.
* Mention build dependencies in MakefileStefan Reinauer2005-12-011-0/+13
| | | | Corresponding to flashrom svn r35 and coreboot v2 svn r2114.
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-2638-517/+1104
| | | | Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
* Bug fix from Jonathan McDowell <noodles@earth.li>Ollie Lho2005-08-031-1/+1
| | | | Corresponding to flashrom svn r33 and coreboot v2 svn r1988.
* Nvidia Ck804 supportYinghai Lu2005-07-061-0/+38
| | | | | | Corresponding to flashrom svn r32 and coreboot v2 svn r1946. Signed-off-by: Yinghai Lu <yhlu@tyan.com>
* Add dedicated chip erase function for SST49LF040Ollie Lho2005-01-113-3/+19
| | | | Corresponding to flashrom svn r31 and coreboot v2 svn r1852.
* Add -E option for chip erase, remove duplicated codeOllie Lho2004-12-086-147/+49
| | | | Corresponding to flashrom svn r30 and coreboot v2 svn r1815.
* Add retry to write_byte_program_jedec(), 99% success rateOllie Lho2004-12-084-74/+12
| | | | Corresponding to flashrom svn r29 and coreboot v2 svn r1814.
* Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/BOllie Lho2004-12-073-12/+8
| | | | Corresponding to flashrom svn r28 and coreboot v2 svn r1813.
* SST49LF00[2,3,4] should use the same driver as 49LF008Ollie Lho2004-12-073-51/+49
| | | | Corresponding to flashrom svn r27 and coreboot v2 svn r1812.
* Tyan update to work with new CPU ConfigYinghai Lu2004-10-202-5/+74
| | | | Corresponding to flashrom svn r26 and coreboot v2 svn r1693.
* Support for sst firmware hubRonald G. Minnich2004-09-306-2/+261
| | | | Corresponding to flashrom svn r25 and coreboot v2 svn r1651.
* Use hex print in id1, id2Ronald G. Minnich2004-09-281-1/+1
| | | | Corresponding to flashrom svn r24 and coreboot v2 svn r1650.
* Add support for ICH4Ronald G. Minnich2004-09-281-0/+26
| | | | | | More i955pm stuff. Corresponding to flashrom svn r23 and coreboot v2 svn r1649.
* Code reformatOllie Lho2004-09-071-2/+1
| | | | Corresponding to flashrom svn r22 and coreboot v2 svn r1647.
* Add missing return at 205Ronald G. Minnich2004-04-131-0/+1
| | | | Corresponding to flashrom svn r21 and coreboot v2 svn r1496.
* Data type consistenceOllie Lho2004-03-272-10/+7
| | | | Corresponding to flashrom svn r20 and coreboot v2 svn r1487.
* Remove false alarm of erase/write, use verify '-v' if you are not sure about ↵Ollie Lho2004-03-278-138/+77
| | | | | | the integrity Corresponding to flashrom svn r19 and coreboot v2 svn r1486.
* More jedec standard consolidationOllie Lho2004-03-222-32/+38
| | | | Corresponding to flashrom svn r18 and coreboot v2 svn r1464.
* Remove unused #define and function declarationOllie Lho2004-03-207-25/+4
| | | | Corresponding to flashrom svn r17 and coreboot v2 svn r1459.
* I have no idea what i was trying to show off when I used the while loop ↵Ollie Lho2004-03-201-3/+2
| | | | | | | | rather than for loop Please forgive me, I was too young 4 years ago. Corresponding to flashrom svn r16 and coreboot v2 svn r1458.
* Consolidate more jedec standard codeOllie Lho2004-03-2027-690/+757
| | | | Corresponding to flashrom svn r15 and coreboot v2 svn r1457.
* Remove duplicated codeOllie Lho2004-03-198-384/+142
| | | | Corresponding to flashrom svn r14 and coreboot v2 svn r1456.
* Add support for SST49LF0xxA partsDavid Hendricks2004-03-181-1/+12
| | | | Corresponding to flashrom svn r13 and coreboot v2 svn r1439.
* Add support for more SST 49lf0xxA partsDavid Hendricks2004-03-181-0/+5
| | | | Corresponding to flashrom svn r12 and coreboot v2 svn r1438.
* Forgot a semicolonOllie Lho2004-03-182-4/+5
| | | | Corresponding to flashrom svn r11 and coreboot v2 svn r1437.
* Remove unused code in pm49fl004, remove experimental delay in sst49lf040Ollie Lho2004-03-182-37/+1
| | | | Corresponding to flashrom svn r10 and coreboot v2 svn r1436.
* Fix stupid i++ evalution order bugOllie Lho2004-03-181-4/+8
| | | | Corresponding to flashrom svn r9 and coreboot v2 svn r1435.
* Fix 32bit vs. 64bit long int arithematicsOllie Lho2004-03-186-43/+14
| | | | Corresponding to flashrom svn r8 and coreboot v2 svn r1434.
* Use standard product ID exit method for w49f002uOllie Lho2004-03-174-91/+40
| | | | Corresponding to flashrom svn r7 and coreboot v2 svn r1433.
OpenPOWER on IntegriCloud