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
/
jedec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a reset to probe_jedec before we read the Chip's IDs
Sean Nelson
2010-10-20
1
-1
/
+21
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-14
/
+4
*
Refactor remaining write wrappers
Carl-Daniel Hailfinger
2010-10-13
1
-35
/
+66
*
Simplify calls to inner write functions
Carl-Daniel Hailfinger
2010-10-10
1
-6
/
+1
*
The currently used write functions (wrappers) all use helpers which perform t...
Carl-Daniel Hailfinger
2010-10-10
1
-10
/
+6
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-12
/
+0
*
Flashrom had an implicit erase-on-write for most flash chip and programmer dr...
Carl-Daniel Hailfinger
2010-10-08
1
-11
/
+0
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-10
/
+10
*
Polish the flashrom code comments and outputs a bit
Uwe Hermann
2010-03-25
1
-1
/
+1
*
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
Sean Nelson
2010-03-24
1
-27
/
+27
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Complete the addition of Feature Bits for all Jedec based chips
Sean Nelson
2010-01-28
1
-10
/
+34
*
Use address mask in probe_jedec
Carl-Daniel Hailfinger
2010-01-09
1
-1
/
+17
*
Use the register mapping feature bit
Carl-Daniel Hailfinger
2010-01-09
1
-3
/
+3
*
The patch converts jedec functions into mask-based generics which can be used...
Sean Nelson
2010-01-04
1
-93
/
+128
*
Convert the following chips to use struct eraseblock
Sean Nelson
2009-12-22
1
-0
/
+11
*
If the JEDEC Toggle Bit algorithm needs more than 2^20 loops, it is a good si...
Carl-Daniel Hailfinger
2009-12-17
1
-4
/
+27
*
Probe_jedec() checks the delay value and issues programmer_delay based on the...
Sean Nelson
2009-12-17
1
-6
/
+12
*
Use common jedec functionality where appropriate
Michael Karcher
2009-11-27
1
-0
/
+27
*
This patch removes the extremely dangerous unprotect_jedec function which is ...
Michael Karcher
2009-11-26
1
-23
/
+3
*
Jedec.c was missing error handling in a few cases
Carl-Daniel Hailfinger
2009-11-25
1
-17
/
+23
*
The automatic retry in write_page_write_jedec didn't retry flashing the corre...
Carl-Daniel Hailfinger
2009-11-14
1
-3
/
+3
*
Remove confusing out-of-date comment
Carl-Daniel Hailfinger
2009-10-19
1
-3
/
+0
*
Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo...
Carl-Daniel Hailfinger
2009-09-23
1
-2
/
+2
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-1
/
+1
*
Verbose probe output is split across multiple lines for some probe functions
Carl-Daniel Hailfinger
2009-07-23
1
-1
/
+1
*
Change chip_readb in loop to use verify_range in write_page_write_jedec (jede...
Urja Rannikko
2009-06-25
1
-14
/
+8
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-10
/
+23
*
Add external programmer delay functions so external programmers can handle th...
Carl-Daniel Hailfinger
2009-06-05
1
-26
/
+26
*
Add probe_timing information (int uS value)
Maciej Pijanka
2009-06-03
1
-2
/
+18
*
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
-19
/
+19
*
Use helper functions chip_{read,write}[bwl] to access flash chips
Carl-Daniel Hailfinger
2009-05-12
1
-2
/
+2
*
When flashrom JEDEC code sends the ID command to the chip, it expects to see ...
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+21
*
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06
1
-50
/
+50
*
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05
1
-50
/
+50
*
Beautify flash chip ID verbose printout a little, always use %02x
Peter Stuge
2009-01-25
1
-1
/
+1
*
Increase delay in probe_jedec() after Product ID Entry to 10ms
Peter Stuge
2008-06-24
1
-3
/
+2
*
Update comment to match delay change in probe_jedec() r3373
Peter Stuge
2008-06-21
1
-1
/
+1
*
Increase delay in probe_jedec() to 2ms to reliably detect AT29C020
Peter Stuge
2008-06-21
1
-1
/
+1
*
Check the JEDEC vendor ID for correct parity
Carl-Daniel Hailfinger
2008-05-14
1
-1
/
+12
*
Add continuation ID support to jedec.c
Carl-Daniel Hailfinger
2007-12-31
1
-2
/
+18
*
Fix ATMEL 29C020 detection with flashrom
Carl-Daniel Hailfinger
2007-11-13
1
-2
/
+6
*
Some cosmetic cleanups in the flashrom code and output
Uwe Hermann
2007-10-17
1
-2
/
+2
*
Changes to flashrom to support the K8N-NEO3, first tested at Google on GSOC d...
Ronald G. Minnich
2007-10-12
1
-1
/
+1
*
Add '(C)' where it's missing (for consistency reasons)
Uwe Hermann
2007-09-09
1
-3
/
+3
*
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
-7
/
+7
*
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
/
+52
[next]