index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
flashrom
/
flashrom.c
Age
Commit message (
Expand
)
Author
2008-12-03
Replace #ifdefs for sc520 systems by run time probing.
Stefan Reinauer
2008-11-28
If a chip has any TEST_BAD_* flag set, we don't even list the
Carl-Daniel Hailfinger
2008-11-28
Add support for the AMD/ATI SB600 southbridge SPI functionality.
Jason Wang
2008-10-18
Coding-style fixes for flashrom, partly indent-aided (trivial).
Uwe Hermann
2008-10-10
flashrom: Check that a filename was specified also when using force read
Peter Stuge
2008-09-03
flashrom: Only find "unknown .. SPI chip" if no other chip was found
Peter Stuge
2008-08-12
flashrom: Fix error -EINVAL on mmap()
Segher Boessenkool
2008-08-02
update copyright year (trivial)
Stefan Reinauer
2008-07-02
flashrom: probe_flash() cleanup for better code readability
Peter Stuge
2008-06-28
Use symbolic constants for PCI subsystem probing in flashrom.
Carl-Daniel Hailfinger
2008-06-27
* ICH7 SPI support
Stefan Reinauer
2008-06-20
flashrom: Show expected and read byte on verify failure. Trivial.
Peter Stuge
2008-06-18
flashrom: Force read unknown flash chips
Peter Stuge
2008-05-22
A bunch of cosmetic improvements (trivial).
Uwe Hermann
2008-05-22
Changes to make flashrom compile (and work) on FreeBSD.
Andriy Gapon
2008-05-14
Add more infrastructure for flashrom ICH9 support.
Carl-Daniel Hailfinger
2008-05-08
flashrom: Probe for up to 3 flash chips.
Claus Gindhart
2008-05-03
flashrom: Add a tested bitmap field to the flash chip table.
Peter Stuge
2008-04-28
flashrom: Handle NULL probe, erase and write function pointers in the
Peter Stuge
2008-03-17
Support for the Winbond W39V080FA series of chips.
Stefan Reinauer
2008-03-15
remove nasty warning that happened due to our vendor detection
Stefan Reinauer
2008-03-14
Re-add code erroneously removed in r3140.
Uwe Hermann
2008-03-14
Revert the delete of 82802ab.c in r3137.
Carl-Daniel Hailfinger
2008-03-13
Also print the chip vendor name in --list-supported output (trivial).
Uwe Hermann
2008-03-12
Add --list-supported option to flashrom which lists the supported
Uwe Hermann
2008-01-27
Make the vendor name optional in the -m flashrom parameter when there's only
Peter Stuge
2008-01-22
Flashrom did not use the read function for verifying, it used direct memory
Carl-Daniel Hailfinger
2008-01-21
This patch adds version information to flashrom. Because 'v' and 'V'
Bernhard Walle
2008-01-18
for some reasons the externals did not get committed.
Stefan Reinauer
2008-01-11
This patch removes '\n' from the help output since this looks a bit strange.
Bernhard Walle
2007-10-17
Some cosmetic cleanups in the flashrom code and output.
Uwe Hermann
2007-10-04
[FLASHROM] Fix the help, and print a message when nothing happens
Jordan Crouse
2007-09-09
Add '(C)' where it's missing (for consistency reasons).
Uwe Hermann
2007-08-29
Change all flashrom license headers to use our standard format.
Uwe Hermann
2007-08-23
Cosmetic fixes (trivial).
Uwe Hermann
2007-08-23
Drop a bunch of useless header files, merge them into flash.h.
Uwe Hermann
2007-05-24
Minor cosmetics (trivial).
Uwe Hermann
2007-05-24
factor out register mapping code (trivial)
Stefan Reinauer
2007-05-23
Unify mmap error messages in flashrom (trivial)
Stefan Reinauer
2007-05-23
big cosmetic offensive on flashrom. (trivial)
Stefan Reinauer
2007-05-09
Fix coding style of flashrom by running indent on all files:
Uwe Hermann
2007-04-14
Exit on return code of read_layout and print error message to stderr
Stefan Reinauer
2007-04-11
Rename flash_rom.c to flashrom.c. The tool is called 'flashrom' after
Uwe Hermann