index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
m29f400bt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-31
/
+34
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-5
/
+5
*
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
-0
/
+1
*
Simplify calls to inner write functions
Carl-Daniel Hailfinger
2010-10-10
1
-14
/
+1
*
Unify chip write functions
Carl-Daniel Hailfinger
2010-10-10
1
-13
/
+15
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-28
/
+0
*
Move implicit erase out of chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-21
/
+0
*
Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout in write)
Carl-Daniel Hailfinger
2010-07-16
1
-53
/
+0
*
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
Sean Nelson
2010-03-24
1
-30
/
+29
*
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 use struct eraseblock
Sean Nelson
2009-12-23
1
-1
/
+11
*
Use common jedec functionality where appropriate
Michael Karcher
2009-11-27
1
-0
/
+6
*
Refine support for the JEDEC Software Data Protection
Michael Karcher
2009-11-26
1
-11
/
+0
*
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
-10
/
+47
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-6
/
+6
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
Carl-Daniel Hailfinger
2009-05-16
1
-12
/
+12
*
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06
1
-28
/
+28
*
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05
1
-28
/
+28
*
Beautify flash chip ID verbose printout a little, always use %02x
Peter Stuge
2009-01-25
1
-1
/
+1
*
Rename LinuxBIOS to coreboot
Stefan Reinauer
2008-01-18
1
-1
/
+1
*
Refine various vendor ID annotations
Carl-Daniel Hailfinger
2007-12-31
1
-0
/
+3
*
Some cosmetic cleanups in the flashrom code and output
Uwe Hermann
2007-10-17
1
-2
/
+2
*
Add '(C)' where it's missing (for consistency reasons)
Uwe Hermann
2007-09-09
1
-1
/
+1
*
Change all flashrom license headers to use our standard format
Uwe Hermann
2007-08-29
1
-17
/
+12
*
Cosmetic fixes
Uwe Hermann
2007-08-23
1
-4
/
+4
*
Drop duplicated code (copies of plain JEDEC functions)
Uwe Hermann
2007-08-23
1
-34
/
+3
*
Drop a bunch of useless header files, merge them into flash.h
Uwe Hermann
2007-08-23
1
-2
/
+0
*
Move code into *.c files, there's no reason to have it in header files
Uwe Hermann
2007-08-23
1
-0
/
+63
*
Big cosmetic offensive on flashrom
Stefan Reinauer
2007-05-23
1
-4
/
+4
*
Fix coding style of flashrom by running indent on all files
Uwe Hermann
2007-05-09
1
-40
/
+30
*
Removing $Id$ tags as they have no meaning in SVN
Stefan Reinauer
2006-08-23
1
-1
/
+0
*
Flashrom update from Stefan, resolve issue 21
Ollie Lho
2005-11-26
1
-29
/
+30
*
Consolidate more jedec standard code
Ollie Lho
2004-03-20
1
-56
/
+66
*
Changes from NIKI
Ronald G. Minnich
2003-09-12
1
-3
/
+10
*
Made the ids always print in hex less verbose verify step
Ronald G. Minnich
2003-02-28
1
-2
/
+4
*
Add support for ST M29F400BT - part 2
Ronald G. Minnich
2002-06-11
1
-0
/
+180