index
:
flashrom
0.9.9-n25q256
stable
staging
Raptor Engineering's copy of the legoater/flashrom fork of the main branches in the flashrom.org's git repository
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sst28sf040.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-1
/
+1
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-26
/
+29
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-6
/
+6
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-1
/
+1
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-1
/
+1
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-1
/
+1
*
Erase functions are no longer called from chip drivers and thus their interna...
Carl-Daniel Hailfinger
2011-06-26
1
-8
/
+2
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-7
/
+2
*
Refactor remaining write wrappers
Carl-Daniel Hailfinger
2010-10-13
1
-11
/
+9
*
Simplify calls to inner write functions
Carl-Daniel Hailfinger
2010-10-10
1
-7
/
+1
*
The currently used write functions (wrappers) all use helpers which perform t...
Carl-Daniel Hailfinger
2010-10-10
1
-14
/
+16
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-4
/
+0
*
Flashrom had an implicit erase-on-write for most flash chip and programmer dr...
Carl-Daniel Hailfinger
2010-10-08
1
-6
/
+0
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-2
/
+2
*
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
Sean Nelson
2010-03-24
1
-8
/
+8
*
Remove function probe_28sf040 delete references to dead sharplhf00l04.c and s...
Sean Nelson
2010-03-16
1
-24
/
+0
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Convert the following chips to block_erasers: SST28SF040A
Sean Nelson
2010-01-20
1
-2
/
+13
*
This patch fixes all 27 flashrom source code issues reported by LLVM/clang's ...
Stefan Reinauer
2009-09-16
1
-18
/
+14
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-1
/
+1
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-2
/
+15
*
Add external programmer delay functions so external programmers can handle th...
Carl-Daniel Hailfinger
2009-06-05
1
-5
/
+5
*
Eliminate all 'inline's from the flashrom code
Uwe Hermann
2009-05-16
1
-8
/
+5
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-2
/
+0
*
Use chipaddr instead of volatile uint8_t * because when we access chips in ex...
Carl-Daniel Hailfinger
2009-05-16
1
-8
/
+8
*
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06
1
-25
/
+25
*
During the conversion of flash chip accesses to helper functions, I spotted a...
Carl-Daniel Hailfinger
2009-03-06
1
-4
/
+2
*
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05
1
-25
/
+25
*
Beautify flash chip ID verbose printout a little, always use %02x
Peter Stuge
2009-01-25
1
-1
/
+1
*
Some cosmetic cleanups in the flashrom code and output
Uwe Hermann
2007-10-17
1
-1
/
+1
*
Add '(C)' where it's missing (for consistency reasons)
Uwe Hermann
2007-09-09
1
-2
/
+2
*
Change all flashrom license headers to use our standard format
Uwe Hermann
2007-08-29
1
-18
/
+12
*
Cosmetic fixes
Uwe Hermann
2007-08-23
1
-4
/
+4
*
Drop a bunch of useless header files, merge them into flash.h
Uwe Hermann
2007-08-23
1
-2
/
+0
*
Fix bug in probe_28sf040() causing flash corruption on SST49LF160C verify
Ed Swierk
2007-08-13
1
-6
/
+1
*
Drop leftover includes
Stefan Reinauer
2007-05-24
1
-1
/
+1
*
Big cosmetic offensive on flashrom
Stefan Reinauer
2007-05-23
1
-3
/
+3
*
Fix coding style of flashrom by running indent on all files
Uwe Hermann
2007-05-09
1
-18
/
+18
*
Flashrom update from Stefan, resolve issue 21
Ollie Lho
2005-11-26
1
-33
/
+35
*
Removed false alarm of erase/write, use verify '-v' if you are not sure about...
Ollie Lho
2004-03-27
1
-2
/
+1
*
Consolidate more jedec standard code
Ollie Lho
2004-03-20
1
-29
/
+34
*
Fixed 32bit vs 64bit long int arithematics
Ollie Lho
2004-03-18
1
-1
/
+1
*
Changes from NIKI
Ronald G. Minnich
2003-09-12
1
-3
/
+12
*
Made the ids always print in hex less verbose verify step
Ronald G. Minnich
2003-02-28
1
-1
/
+1
*
fixes
Ronald G. Minnich
2002-01-29
1
-29
/
+30
*
Trying to make this general purpose user-land flash burner
Ronald G. Minnich
2002-01-29
1
-0
/
+159