summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Move utility functions into new source filesOllie Lho2004-03-176-549/+511
| | | | Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
* Add support for SST49LF040David Hendricks2004-03-175-4/+243
| | | | 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.
* Now we support 8111 and these partsRonald G. Minnich2004-02-104-4/+301
| | | | Corresponding to flashrom svn r3 and coreboot v2 svn r1375.
* Remove spd_dump.c, it has nothing to do with flashing flash partsRonald G. Minnich2003-11-052-137/+0
| | | | Corresponding to flashrom svn r2 and coreboot v2 svn r1255.
* Missing return in msys_doc.c:206Ronald G. Minnich2004-04-131-0/+1
| | | | Corresponding to coreboot v1 svn r900.
* Fix another volatile declarationRonald G. Minnich2004-03-081-1/+1
| | | | Corresponding to coreboot v1 svn r893.
* Fix volatileRonald G. Minnich2003-11-051-3/+3
| | | | Corresponding to coreboot v1 svn r888.
* Changes from NIKIRonald G. Minnich2003-09-1222-82/+622
| | | | Corresponding to coreboot v1 svn r873.
* SONE's changesRonald G. Minnich2003-07-253-23/+34
| | | | Corresponding to coreboot v1 svn r863.
* Add flash enable for sc1100Andrew Ip2003-07-221-0/+18
| | | | Corresponding to coreboot v1 svn r856.
* Add vt8235 for epia-mAndrew Ip2003-07-211-0/+39
| | | | Corresponding to coreboot v1 svn r854.
* Fix for sis 5595Ronald G. Minnich2003-05-081-0/+24
| | | | Corresponding to coreboot v1 svn r805.
* Add support for CS5530Ronald G. Minnich2003-04-211-2/+20
| | | | Corresponding to coreboot v1 svn r780.
* Fixes ...Ronald G. Minnich2003-03-282-30/+106
| | | | Corresponding to coreboot v1 svn r760.
* Made the ids always print in hex less verbose verify stepRonald G. Minnich2003-02-288-19/+30
| | | | Corresponding to coreboot v1 svn r752.
* Enhancements to make flash_rom easierRonald G. Minnich2003-02-121-2/+2
| | | | Corresponding to coreboot v1 svn r746.
* This will now enable flash automagically for chipsets on which it knows howRonald G. Minnich2003-02-112-3/+78
| | | | | | Currently, only e7500 supported, but it is easy to add more. Corresponding to coreboot v1 svn r744.
* Clean up at user requestRonald G. Minnich2003-02-112-6/+9
| | | | Corresponding to coreboot v1 svn r743.
* Quick fix for 82802acRonald G. Minnich2003-01-131-0/+2
| | | | Corresponding to coreboot v1 svn r736.
* Add w29c011Andrew Ip2002-12-302-0/+3
| | | | Corresponding to coreboot v1 svn r727.
* Add w49f002u supportAndrew Ip2002-10-164-1/+121
| | | | Corresponding to coreboot v1 svn r643.
* Can now burn 82802abRonald G. Minnich2002-09-066-1/+251
| | | | Corresponding to coreboot v1 svn r633.
* Add sst39vf020 supportOllie Lho2002-07-183-14/+18
| | | | Corresponding to coreboot v1 svn r606.
* Add support for ST M29F400BT - part 2Ronald G. Minnich2002-06-112-0/+247
| | | | Corresponding to coreboot v1 svn r589.
* Add support for ST M29F400BT - part 1Ronald G. Minnich2002-05-283-1/+7
| | | | Corresponding to coreboot v1 svn r582.
* Add a note on the cs5530 southbridgeRonald G. Minnich2002-04-101-0/+5
| | | | Corresponding to coreboot v1 svn r548.
* Support for the 39sf020Ronald G. Minnich2002-04-102-13/+36
| | | | Corresponding to coreboot v1 svn r544.
* Fix idiot bug, thanks to Mikael Halvarsson <mi.halvarsson@telia.com>Ronald G. Minnich2002-04-091-1/+1
| | | | Corresponding to coreboot v1 svn r540.
* sst39sf020 supportRonald G. Minnich2002-03-211-0/+163
| | | | Corresponding to coreboot v1 svn r524.
* Add support for 39sf020Ronald G. Minnich2002-03-213-2/+9
| | | | Corresponding to coreboot v1 svn r523.
* FixesRonald G. Minnich2002-01-298-88/+137
| | | | | | | - switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492.
* DammitRonald G. Minnich2002-01-291-0/+196
| | | | Corresponding to coreboot v1 svn r491.
* DammitRonald G. Minnich2002-01-291-196/+0
| | | | Corresponding to coreboot v1 svn r490.
* Trying to make this general purpose user-land flash burnerRonald G. Minnich2002-01-2911-0/+1016
Corresponding to coreboot v1 svn r489.
OpenPOWER on IntegriCloud