summaryrefslogtreecommitdiffstats
path: root/sst28sf040.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-2/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-1/+1
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-26/+29
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-6/+6
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-1/+1
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-1/+1
* Erase functions are no longer called from chip drivers and thus their interna...Carl-Daniel Hailfinger2011-06-261-8/+2
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-7/+2
* Refactor remaining write wrappersCarl-Daniel Hailfinger2010-10-131-11/+9
* Simplify calls to inner write functionsCarl-Daniel Hailfinger2010-10-101-7/+1
* The currently used write functions (wrappers) all use helpers which perform t...Carl-Daniel Hailfinger2010-10-101-14/+16
* Remove progress printing from individual flash chip driversCarl-Daniel Hailfinger2010-10-081-4/+0
* Flashrom had an implicit erase-on-write for most flash chip and programmer dr...Carl-Daniel Hailfinger2010-10-081-6/+0
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-2/+2
* Convert chips' message printing to msg_c* Fixed suggestions by Carl-DanielSean Nelson2010-03-241-8/+8
* Remove function probe_28sf040 delete references to dead sharplhf00l04.c and s...Sean Nelson2010-03-161-24/+0
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert the following chips to block_erasers: SST28SF040A Sean Nelson2010-01-201-2/+13
* This patch fixes all 27 flashrom source code issues reported by LLVM/clang's ...Stefan 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 external programmer delay functions so external programmers can handle th...Carl-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
* Use chipaddr instead of volatile uint8_t * because when we access chips in ex...Carl-Daniel Hailfinger2009-05-161-8/+8
* FreeBSD definitions of (read|write)[bwl] collide with our ownCarl-Daniel Hailfinger2009-03-061-25/+25
* During the conversion of flash chip accesses to helper functions, I spotted a...Carl-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
* Removed 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
* Fixed 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