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
/
stm50flw0x0x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move erase verification to generic code
Carl-Daniel Hailfinger
2011-06-26
1
-5
/
+1
*
Remove erase_chip_stm50flw0x0x
Michael Karcher
2011-04-14
1
-27
/
+0
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
1
-1
/
+1
*
Unify chip write functions
Carl-Daniel Hailfinger
2010-10-10
1
-1
/
+1
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-6
/
+0
*
Move implicit erase out of chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-0
/
+2
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-1
/
+1
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-2
/
+0
*
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
-15
/
+14
*
Unlock fixup
Sean Nelson
2010-03-20
1
-1
/
+1
*
Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x...
Sean Nelson
2010-03-19
1
-137
/
+19
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Block eraser conversions and support for Eon EN25B series
Sean Nelson
2010-01-19
1
-6
/
+40
*
Use the register mapping feature bit
Carl-Daniel Hailfinger
2010-01-09
1
-12
/
+0
*
Refine support for the JEDEC Software Data Protection
Michael Karcher
2009-11-26
1
-12
/
+0
*
Fix some of the issues reported by LLVM/clang's scan-build
Stefan Reinauer
2009-09-16
1
-4
/
+2
*
Unify some probe functions that basically correspond to probe_jedec()
Carl-Daniel Hailfinger
2009-09-05
1
-42
/
+3
*
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
-13
/
+14
*
Split flashchips.h from flash.h
Carl-Daniel Hailfinger
2009-06-15
1
-0
/
+1
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+9
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-9
/
+9
*
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
-13
/
+13
*
Rename the STM50FLW register variable flash_addr used for block write protect...
Carl-Daniel Hailfinger
2009-05-11
1
-5
/
+5
*
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06
1
-32
/
+32
*
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05
1
-32
/
+32
*
Beautify flash chip ID verbose printout a little, always use %02x
Peter Stuge
2009-01-25
1
-1
/
+1
*
Coding-style fixes for flashrom, partly indent-aided
Uwe Hermann
2008-10-18
1
-34
/
+32
*
Separate ST M50FLW support from generic JEDEC code
Claus Gindhart
2008-04-28
1
-0
/
+293