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
/
jedec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-2
/
+4
*
tree: Remove unused functions with no prototypes
Jacob Garber
2019-06-23
1
-13
/
+0
*
Remove empty line at EOF
Elyes HAOUAS
2018-08-19
1
-1
/
+0
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix whitespace errors
Elyes HAOUAS
2018-04-24
1
-1
/
+1
*
Add a bunch of new/tested stuff and various small changes 24
Stefan Tauner
2016-01-23
1
-4
/
+2
*
Fix handling of write protection at register space address +2
Stefan Tauner
2014-12-20
1
-40
/
+53
*
Refine physical address mapping of flash chips
Stefan Tauner
2014-08-30
1
-6
/
+0
*
Unify non-shifted and shifted JEDEC access
Carl-Daniel Hailfinger
2014-08-08
1
-33
/
+42
*
Add support for a bunch of 29GL parallel flash chips
Stefan Tauner
2014-08-03
1
-0
/
+49
*
Refactor unlocking of many chips with locking at register space address +2
Carl-Daniel Hailfinger
2014-08-03
1
-1
/
+184
*
jedec.c: constify a bit more
Stefan Tauner
2014-05-29
1
-7
/
+7
*
Make delay values unsigned
Stefan Tauner
2014-05-02
1
-9
/
+8
*
Add a bunch of new/tested stuff and various small changes 18
Stefan Tauner
2013-07-25
1
-2
/
+2
*
Use uintptr_t for chipaddr instead of unsigned long
Stefan Tauner
2013-07-13
1
-3
/
+2
*
Do not read the flash chip twice in verification mode
Stefan Tauner
2012-10-27
1
-1
/
+1
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-22
/
+23
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-64
/
+72
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-16
/
+16
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-13
/
+13
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-3
/
+3
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-3
/
+3
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Move erase verification to generic code
Carl-Daniel Hailfinger
2011-06-26
1
-13
/
+3
*
Remove delays in JEDEC erase sequence
Michael Karcher
2011-04-15
1
-18
/
+27
*
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
*
Unify chip write functions
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
*
Move implicit erase out of chip drivers
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
*
Generify jedec functions by introducing an address mask
Sean Nelson
2010-01-04
1
-93
/
+128
*
Convert the following chips to use struct eraseblock
Sean Nelson
2009-12-22
1
-0
/
+11
*
jedec: warn if toggle bit is stuck for too long and allow for delays between ...
Carl-Daniel Hailfinger
2009-12-17
1
-4
/
+27
*
Skip all delays in probe_jedec() if probe_delay is 0
Sean Nelson
2009-12-17
1
-6
/
+12
*
Use common jedec functionality where appropriate
Michael Karcher
2009-11-27
1
-0
/
+27
*
Refine support for the JEDEC Software Data Protection
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
*
Retry correct range in write_page_write_jedec()
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
[next]