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
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Always read the flash chip before writing
Carl-Daniel Hailfinger
2010-10-19
1
-11
/
+66
*
Refactor doit()
Carl-Daniel Hailfinger
2010-10-15
1
-81
/
+100
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-1
/
+1
*
Move implicit erase out of chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-9
/
+17
*
Refine text of requests to send logs
Paul Menzel
2010-10-08
1
-3
/
+4
*
Refine -L output to include all programmer modules
Carl-Daniel Hailfinger
2010-10-06
1
-0
/
+41
*
Add support for building flashrom against libpayload
Patrick Georgi
2010-09-30
1
-1
/
+3
*
Add Intel Gigabit NIC SPI flashing support
Idwer Vollering
2010-09-03
1
-1
/
+23
*
Various cosmetic and coding-style fixes
Uwe Hermann
2010-08-08
1
-3
/
+3
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...
Carl-Daniel Hailfinger
2010-07-21
1
-1
/
+23
*
Use struct pointer instead of enum to set bitbang adapter
Michael Karcher
2010-07-17
1
-6
/
+0
*
Use __clang_version__ macro
Carl-Daniel Hailfinger
2010-07-17
1
-1
/
+6
*
Print an error message on read errors and abort instead of proceeding anyway
Carl-Daniel Hailfinger
2010-07-13
1
-17
/
+44
*
Wrap a line which was 156 columns wide
Carl-Daniel Hailfinger
2010-07-13
1
-1
/
+4
*
Split erase region walking out of erase_flash
Carl-Daniel Hailfinger
2010-07-13
1
-21
/
+24
*
Unify programmer parameter extraction
Carl-Daniel Hailfinger
2010-07-08
1
-1
/
+6
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-35
/
+42
*
Disable writes on default for known bad programmers
Carl-Daniel Hailfinger
2010-07-03
1
-0
/
+20
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-21
/
+44
*
National Semiconductor DP83815/DP83816 and DP83820 NIC programmer support
Andrew Morgan
2010-06-07
1
-1
/
+22
*
Gcc and clang can check format strings of printf-like functions
Carl-Daniel Hailfinger
2010-06-04
1
-1
/
+1
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-33
/
+33
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-0
/
+1
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-4
/
+11
*
Support for Realtek RTL8139 network card flashing
Joerg Fischer
2010-05-21
1
-1
/
+41
*
Fix assorted documentation, frontend and printing bugs
Carl-Daniel Hailfinger
2010-05-15
1
-10
/
+25
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-71
/
+71
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-1
/
+12
*
Add runtime and build environment info to the flashrom version message
Carl-Daniel Hailfinger
2010-03-27
1
-1
/
+39
*
Reduce message severity level for skipped chips
Carl-Daniel Hailfinger
2010-03-22
1
-4
/
+8
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-3
/
+4
*
Write granularity is chip specific
Carl-Daniel Hailfinger
2010-03-08
1
-0
/
+61
*
Add initial (non-working) code for Highpoint ATA/RAID controllers
Uwe Hermann
2010-02-21
1
-1
/
+23
*
Here's a very quick patch to fix the missing unlock code
Sean Nelson
2010-02-19
1
-0
/
+12
*
Allow the registration of functions to be called at programmer shutdown
Carl-Daniel Hailfinger
2010-02-14
1
-0
/
+33
*
At long last, the day has come, and we can bury full-chip erase once and for all
Carl-Daniel Hailfinger
2010-02-11
1
-6
/
+0
*
Open binary files in binary mode
Patrick Georgi
2010-01-25
1
-2
/
+2
*
Dediprog SF100 support
Carl-Daniel Hailfinger
2010-01-19
1
-1
/
+23
*
Add eraseblock functions to self-check
Carl-Daniel Hailfinger
2010-01-19
1
-9
/
+28
*
Do sanity checks of block erasers at startup and continue check on errors
Carl-Daniel Hailfinger
2010-01-18
1
-20
/
+61
*
Refine selection of the default programmer
Carl-Daniel Hailfinger
2010-01-10
1
-2
/
+31
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
1
-352
/
+3
*
Factor out CLI code by moving generic stuff out of main()
Carl-Daniel Hailfinger
2009-12-24
1
-60
/
+98
*
Fix eraseblock walking and add a few more checks to make sure such bugs get c...
Carl-Daniel Hailfinger
2009-12-14
1
-2
/
+25
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-11
/
+43
*
Clarify a comment about verification routine usage
Carl-Daniel Hailfinger
2009-11-25
1
-1
/
+2
*
Add the ability to set Bus Pirate SPI speed via the command line
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+54
*
Cleanly validate ICH SPI preopcodes
Carl-Daniel Hailfinger
2009-11-24
1
-0
/
+19
*
Add the ability to generate test patterns for write testing
Carl-Daniel Hailfinger
2009-11-23
1
-0
/
+136
[prev]
[next]