index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for Angelbird Wings PCIe SSD (solid-state drive)
Carl-Daniel Hailfinger
2011-02-04
1
-1
/
+23
*
Avoid printing mapped addresses for programmers that do not map flash chips
Stefan Reinauer
2011-01-19
1
-2
/
+9
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
1
-1
/
+1
*
Simplify get_next_write in the partial write code
Carl-Daniel Hailfinger
2010-12-06
1
-3
/
+1
*
Clean up erase function checking
Carl-Daniel Hailfinger
2010-12-05
1
-24
/
+41
*
Add support for the Open Graphics Project development card, OGD1, as a SPI fl...
Mark Marshall
2010-12-03
1
-1
/
+23
*
Avoid printing the chip locks if chip detection was forced
Carl-Daniel Hailfinger
2010-12-02
1
-2
/
+6
*
Handle erase failure in partial write
Carl-Daniel Hailfinger
2010-12-02
1
-4
/
+13
*
Read the to-be-verified area in one go
Carl-Daniel Hailfinger
2010-11-16
1
-33
/
+17
*
Revert PCI config space writes on shutdown
Carl-Daniel Hailfinger
2010-11-10
1
-1
/
+1
*
Support setting the Dediprog SF100 SPI voltage
Carl-Daniel Hailfinger
2010-11-09
1
-0
/
+7
*
Fix two memory leaks in doit() and refine get_next_write()
Carl-Daniel Hailfinger
2010-11-05
1
-81
/
+63
*
This patch makes flashrom use real partial writes
Carl-Daniel Hailfinger
2010-11-04
1
-40
/
+204
*
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
[next]