index
:
Flashrom
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
1.5.x
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
*
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
v0.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
*
Probe_flash() cleanup for better code readability
Peter Stuge
2008-07-02
1
-15
/
+15
*
Use symbolic constants for PCI subsystem probing
Carl-Daniel Hailfinger
2008-06-28
1
-2
/
+2
*
Multiple unrelated changes
Stefan Reinauer
2008-06-27
1
-1
/
+1
*
Show expected and read byte on verify failure
Peter Stuge
2008-06-20
1
-1
/
+2
*
Force read unknown flash chips
Peter Stuge
2008-06-18
1
-6
/
+45
*
A bunch of cosmetic improvements
Uwe Hermann
2008-05-22
1
-6
/
+6
*
Changes to make flashrom compile (and work) on FreeBSD
Andriy Gapon
2008-05-22
1
-0
/
+8
*
Add more infrastructure for flashrom ICH9 support
Carl-Daniel Hailfinger
2008-05-14
1
-2
/
+2
*
Probe for up to 3 flash chips
Claus Gindhart
2008-05-08
1
-3
/
+19
*
Add a tested bitmap field to the flash chip table
Peter Stuge
2008-05-03
1
-0
/
+30
*
Handle NULL probe, erase and write function pointers in the flashchips table
Peter Stuge
2008-04-28
1
-1
/
+15
*
Support for the Winbond W39V080FA series of chips
Stefan Reinauer
2008-03-17
1
-2
/
+2
*
Remove nasty warning that happened due to our vendor detection
Stefan Reinauer
2008-03-15
1
-2
/
+5
*
Re-add code erroneously removed in r3140
Uwe Hermann
2008-03-14
1
-1
/
+1
*
Revert the delete of 82802ab.c in r3137
Carl-Daniel Hailfinger
2008-03-14
1
-1
/
+1
*
Also print the chip vendor name in --list-supported output
Uwe Hermann
2008-03-13
1
-1
/
+1
*
Add --list-supported option which lists the supported ROM chips, chipsets, an...
Uwe Hermann
2008-03-12
1
-3
/
+22
[next]