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
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A bunch of output beautifications and improvements, as well as doc fixes
Uwe Hermann
2009-05-22
1
-10
/
+19
*
Improve flashrom test report text a bit
Uwe Hermann
2009-05-21
1
-4
/
+6
*
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
*
Use chipaddr instead of volatile uint8_t * because when we access chips in ex...
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
*
3COM: Add support for users to specify a certain NIC via PCI bus:slot.func no...
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
*
Flash mapping/unmapping was performed without an abstraction layer, so even t...
Carl-Daniel Hailfinger
2009-05-11
1
-18
/
+8
*
Add lock bit handling (printing, setting and checking) to SST FWH chips and a...
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
*
Flashrom assumes that the flash chip contents are available via mmap if no re...
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
0.9.0
Carl-Daniel Hailfinger
2009-05-04
1
-1
/
+1
*
Fix compilation on Solaris and tell people how to compile flashrom 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
*
There are still some tweaks necessary to get Flashrom to build on DragonFly, ...
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
*
If a chip has any TEST_BAD_* flag set, we don't even list the unsupported fun...
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
[next]