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
/
stm50flw0x0x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Erase functions are no longer called from chip drivers and thus their interna...
Carl-Daniel Hailfinger
2011-06-26
1
-5
/
+1
*
Remove erase_chip_stm50flw0x0x
Michael Karcher
2011-04-14
1
-27
/
+0
*
This patch reduces the stack usage by declaring 'const' stack variables as 's...
Mathias Krause
2011-01-17
1
-1
/
+1
*
The currently used write functions (wrappers) all use helpers which perform t...
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
*
Flashrom had an implicit erase-on-write for most flash chip and programmer dr...
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
*
Rename print_82802ab_status to print_status_82802ab add unlock_82802ab
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
*
This patch removes the extremely dangerous unprotect_jedec function which is ...
Michael Karcher
2009-11-26
1
-12
/
+0
*
This patch fixes all 27 flashrom source code issues reported by LLVM/clang's ...
Stefan Reinauer
2009-09-16
1
-4
/
+2
*
Quite a few probe functions in flashrom are copies of probe_jedec with additi...
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
*
Flash.h not only contains function prototypes and general settings, it also 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 external programmer delay functions so external programmers can handle th...
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
*
Use chipaddr instead of volatile uint8_t * because when we access chips in ex...
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
*
The generic jedec.c does not work for the ST M50FLW flash devices, because th...
Claus Gindhart
2008-04-28
1
-0
/
+293