Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
226037da3d274fdf65e477e9ef1082356830b2c7
/
sst49lfxxxc.c
5a7cb84
Make struct flashchip a field in struct flashctx instead of a complete copy
by Carl-Daniel Hailfinger
· 12 years ago
8a3c60c
Add struct flashctx * parameter to all functions accessing flash chips
by Carl-Daniel Hailfinger
· 13 years ago
63fd902
Use struct flashctx instead of struct flashchip for flash chip access
by Carl-Daniel Hailfinger
· 13 years ago
c69c9c8
Unsignify lengths and addresses in chip functions and structs
by Stefan Tauner
· 13 years ago
b4061f6
Move erase verification to generic code
by Carl-Daniel Hailfinger
· 13 years ago
e8a648d
Look at the return value of wait_82802ab()
by Stefan Reinauer
· 13 years ago
79e6757
Refactor remaining write wrappers
by Carl-Daniel Hailfinger
· 14 years ago
184b95f
Simplify calls to inner write functions
by Carl-Daniel Hailfinger
· 14 years ago
b30a5ed
Unify chip write functions
by Carl-Daniel Hailfinger
· 14 years ago
b28349f
Remove progress printing from individual flash chip drivers
by Carl-Daniel Hailfinger
· 14 years ago
f52f784
Move implicit erase out of chip drivers
by Carl-Daniel Hailfinger
· 14 years ago
ad3cc55
Kill global variables, constants and functions if local scope suffices
by Carl-Daniel Hailfinger
· 14 years ago
831e8f4
Remove unneeded #include statements completely
by Carl-Daniel Hailfinger
· 14 years ago
ed479d2
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
by Sean Nelson
· 15 years ago
69e5811
Sst49lfxxxc chips are functionally the same as 82802ab chips
by Sean Nelson
· 15 years ago
14ba668
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
by Sean Nelson
· 15 years ago
6e0b912
Here's a very quick patch to fix the missing unlock code
by Sean Nelson
· 15 years ago
51c83fb
Convert various SST chips to use block_erasers
by Sean Nelson
· 15 years ago
04aa59a
Standardize on using __func__ instead of __FUNCTION__
by Uwe Hermann
· 15 years ago
be72681
Remove unnecessary #include files
by Carl-Daniel Hailfinger
· 15 years ago
322f305
Reset SST49LF016C after erase to exit the read status register mode
by Carl-Daniel Hailfinger
· 15 years ago
30f7cb2
Flashrom only checks for very few chips if the erase worked
by Carl-Daniel Hailfinger
· 15 years ago
500dd9d
Refine write_lockbits_49lfxxxc() to use struct flashchip
by Carl-Daniel Hailfinger
· 15 years ago
33269a7
Enable debug output of protection register access on SST49LF* chips
by Uwe Hermann
· 15 years ago
09e04f7
Eliminate all 'inline's from the flashrom code
by Uwe Hermann
· 15 years ago
2cac686
Drop unused/duplicated #includes and some dead code
by Uwe Hermann
· 15 years ago
5820f42
Introduce a type "chipaddr" to abstract the offsets within flash regions
by Carl-Daniel Hailfinger
· 15 years ago
0472f3d
FreeBSD definitions of (read|write)[bwl] collide with our own
by Carl-Daniel Hailfinger
· 16 years ago
61a8bd2
Use helper functions to access flash chips
by Carl-Daniel Hailfinger
· 16 years ago
5cafc33
Beautify flash chip ID verbose printout a little, always use %02x
by Peter Stuge
· 16 years ago
a502dce
Some cosmetic cleanups in the flashrom code and output
by Uwe Hermann
· 17 years ago
d22a1d4
Add '(C)' where it's missing (for consistency reasons)
by Uwe Hermann
· 17 years ago
d110764
Change all flashrom license headers to use our standard format
by Uwe Hermann
· 17 years ago
ffec5f3
Cosmetic fixes
by Uwe Hermann
· 17 years ago
0846f89
Drop a bunch of useless header files, merge them into flash.h
by Uwe Hermann
· 17 years ago
7ed78c8
Drop leftover includes
by Stefan Reinauer
· 17 years ago
ff4f197
Factor out register mapping code
by Stefan Reinauer
· 17 years ago
7c1402f
Unify mmap error messages
by Stefan Reinauer
· 17 years ago
ce53297
Big cosmetic offensive on flashrom
by Stefan Reinauer
· 17 years ago
a7e0548
Fix coding style of flashrom by running indent on all files
by Uwe Hermann
· 18 years ago
7038564
Trivial (cosmetic) cleanup
by Stefan Reinauer
· 18 years ago
064b1f2
This patch is a rework of Adam Kaufman's Solaris patch
by Adam Kaufman
· 18 years ago
ca78297
Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C
by Yinghai Lu
· 18 years ago