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
*
Documentation improvements and small code/whitespace fixes
Uwe Hermann
2009-05-19
1
-7
/
+10
*
Factor out fallback_map/unmap, most external programmers don't need and speci...
Uwe Hermann
2009-05-17
1
-4
/
+4
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
1
-0
/
+1
*
This patch adds support for BIOS flashing on the all SiliconImage SATA contro...
Rudolf Marek
2009-05-17
1
-0
/
+17
*
List all boards which are
Uwe Hermann
2009-05-16
1
-7
/
+12
*
Eliminate all 'inline's from the flashrom code
Uwe Hermann
2009-05-16
1
-0
/
+52
*
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
-4
/
+3
*
Add generic 16 bit and 32 bit chip read/write emulation to the external flash...
Carl-Daniel Hailfinger
2009-05-16
1
-4
/
+4
*
Refactor parts of the 3COM NIC code
Uwe Hermann
2009-05-15
1
-2
/
+4
*
nic3com: allow selection of a particular PCI device to use as programmer
Christian Ruppert
2009-05-14
1
-0
/
+3
*
Add support for 3COM NICs as "external programmer" and Atmel AT49BV512
Uwe Hermann
2009-05-13
1
-0
/
+15
*
Print dummy programmer messages only if verbose mode is selected
Carl-Daniel Hailfinger
2009-05-11
1
-16
/
+16
*
Abstract mapping/unmapping of flash regions
Carl-Daniel Hailfinger
2009-05-11
1
-18
/
+8
*
Handle (un)locking of SST FWH chips
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+1
*
Kill one superfluous variable and improve code readability
Carl-Daniel Hailfinger
2009-05-09
1
-3
/
+2
*
Fix Elan SC520 handling
Carl-Daniel Hailfinger
2009-05-09
1
-2
/
+1
*
Add a dummy external flasher which just prints each operation
Carl-Daniel Hailfinger
2009-05-09
1
-0
/
+13
*
Add --programmer to help text and man page
Carl-Daniel Hailfinger
2009-05-09
1
-0
/
+1
*
Add external flasher support
Carl-Daniel Hailfinger
2009-05-08
1
-81
/
+29
*
Re-add a line which got deleted in r473 by accident
Carl-Daniel Hailfinger
2009-05-08
1
-0
/
+2
*
Don't assume flash is accessible via MMIO for chips with no read function
Carl-Daniel Hailfinger
2009-05-08
1
-13
/
+37
*
Always print the flashrom version as first output line
Carl-Daniel Hailfinger
2009-05-07
1
-1
/
+3
*
Flashrom 0.9.0
Carl-Daniel Hailfinger
2009-05-04
1
-1
/
+1
*
Allow compilation on Solaris
Carl-Daniel Hailfinger
2009-05-01
1
-7
/
+0
*
Since the command line interface for flashrom will change for 1.0
Carl-Daniel Hailfinger
2009-05-01
1
-0
/
+4
*
Handle DragonFly BSD definitions in flash.h
Patrick Georgi
2009-04-28
1
-2
/
+2
*
MAX may already be defined
Uwe Hermann
2009-04-24
1
-0
/
+2
*
Fix broken flash chip base address logic
Peter Stuge
2009-02-09
1
-1
/
+1
*
Factor out read and erase functions from flashrom main()
Carl-Daniel Hailfinger
2009-01-28
1
-38
/
+57
*
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
Stefan Reinauer
2009-01-26
1
-40
/
+3
*
Change flashrom.c:map_flash_registers() from int to void
Peter Stuge
2009-01-26
1
-3
/
+1
*
Fix stupid off-by-one error in erase verification
Peter Stuge
2009-01-25
1
-1
/
+1
*
Check all mmap() calls and print helpful Linux error message
Peter Stuge
2009-01-23
1
-7
/
+13
*
Provide some hints for the user in case /dev/mem mmap fails
Peter Stuge
2009-01-22
1
-0
/
+7
*
Always print address when verification fails, not only with -V
Peter Stuge
2009-01-13
1
-4
/
+5
*
Check return value of fscanf()/fwrite()/fread()
Peter Stuge
2009-01-12
1
-7
/
+13
*
Display test status in -L chip listing
Peter Stuge
2008-12-06
1
-4
/
+51
*
Fix compilation of r3797 with gcc-4.3.2
Peter Stuge
2008-12-05
1
-1
/
+1
*
Check if erase succeeds and exit with error on failure
Peter Stuge
2008-12-05
1
-4
/
+17
*
Gcc thinks base could be used uninitialized, so shut it up
Peter Stuge
2008-12-03
1
-1
/
+1
*
Fix bug in r3790
Peter Stuge
2008-12-03
1
-5
/
+5
*
Replace #ifdefs for sc520 systems by run time probing
Stefan Reinauer
2008-12-03
1
-10
/
+5
*
Do not indicate known-bad functions as untested
Carl-Daniel Hailfinger
2008-11-28
1
-5
/
+9
*
Add support for the AMD/ATI SB600 southbridge SPI functionality
Jason Wang
2008-11-28
1
-5
/
+6
*
Coding-style fixes for flashrom, partly indent-aided
Uwe Hermann
2008-10-18
1
-11
/
+15
*
Check that a filename was specified also when using force read
Peter Stuge
2008-10-10
1
-0
/
+4
*
Only find "unknown .. SPI chip" if no other chip was found
Peter Stuge
2008-09-03
1
-3
/
+8
*
Fix error -EINVAL on mmap()
Segher Boessenkool
2008-08-12
1
-8
/
+8
*
Update copyright year
Stefan Reinauer
2008-08-02
1
-1
/
+1
[next]