index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sst28sf040.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-1
/
+1
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-0
/
+1
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-1
/
+1
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Add 'const' keyword to chip write and other function prototypes
Mark Marshall
2014-05-09
1
-2
/
+1
*
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
*
Move erase verification to generic code
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
*
Unify chip write functions
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
*
Move implicit erase out of chip drivers
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
*
Clean up sst28sf040.c after JEDEC refactorings
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 various SST chips to use block_erasers
Sean Nelson
2010-01-20
1
-2
/
+13
*
Fix some of the issues reported by LLVM/clang's scan-build
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 programmer-specific delay functions
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
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
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
*
Reduce use of volatile variables
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
*
Remove 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
*
Fix 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
[next]