summaryrefslogtreecommitdiffstats
path: root/sst28sf040.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-161-18/+14
* Standardize on using __func__ instead of __FUNCTION__Uwe Hermann2009-09-021-1/+1
* Flashrom only checks for very few chips if the erase workedCarl-Daniel Hailfinger2009-06-151-2/+15
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-5/+5
* Eliminate all 'inline's from the flashrom codeUwe Hermann2009-05-161-8/+5
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-8/+8
* FreeBSD definitions of (read|write)[bwl] collide with our ownCarl-Daniel Hailfinger2009-03-061-25/+25
* Reduce use of volatile variablesCarl-Daniel Hailfinger2009-03-061-4/+2
* Use helper functions to access flash chipsCarl-Daniel Hailfinger2009-03-051-25/+25
* Beautify flash chip ID verbose printout a little, always use %02xPeter Stuge2009-01-251-1/+1
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-1/+1
* Add '(C)' where it's missing (for consistency reasons)Uwe Hermann2007-09-091-2/+2
* Change all flashrom license headers to use our standard formatUwe Hermann2007-08-291-18/+12
* Cosmetic fixesUwe Hermann2007-08-231-4/+4
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-2/+0
* Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verifyEd Swierk2007-08-131-6/+1
* Drop leftover includesStefan Reinauer2007-05-241-1/+1
* Big cosmetic offensive on flashromStefan Reinauer2007-05-231-3/+3
* Fix coding style of flashrom by running indent on all filesUwe Hermann2007-05-091-18/+18
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-33/+35
* Remove false alarm of erase/write, use verify '-v' if you are not sure about ...Ollie Lho2004-03-271-2/+1
* Consolidate more jedec standard codeOllie Lho2004-03-201-29/+34
* Fix 32bit vs. 64bit long int arithematicsOllie Lho2004-03-181-1/+1
* Changes from NIKIRonald G. Minnich2003-09-121-3/+12
* Made the ids always print in hex less verbose verify stepRonald G. Minnich2003-02-281-1/+1
* FixesRonald G. Minnich2002-01-291-29/+30
* Trying to make this general purpose user-land flash burnerRonald G. Minnich2002-01-291-0/+159
OpenPOWER on IntegriCloud