flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first physmap...
[coreboot.git] / util / flashrom / flashrom.c
2009-01-26 Stefan Reinauerflashrom: Abstract mmap() in physmap.c and only open...
2009-01-26 Peter Stugeflashrom: Change flashrom.c:map_flash_registers() from...
2009-01-25 Peter Stugeflashrom: Fix stupid off-by-one error in erase verifica...
2009-01-23 Peter Stugeflashrom: Check all mmap() calls and print helpful...
2009-01-22 Peter Stugeflashrom: Provide some hints for the user in case ...
2009-01-13 Peter Stugeflashrom: Always print address when verification fails...
2009-01-12 Peter Stugeflashrom: Check return value of fscanf()/fwrite()/fread()
2008-12-06 Peter Stugeflashrom: Display test status in -L chip listing
2008-12-05 Peter Stugeflashrom: Fix compilation of r3797 with gcc-4.3.2
2008-12-05 Peter Stugeflashrom: Check if erase succeeds and exit with error...
2008-12-03 Peter Stugeflashrom: gcc thinks base could be used uninitialized...
2008-12-03 Peter Stugeflashrom: Fix bug in r3790
2008-12-03 Stefan ReinauerReplace #ifdefs for sc520 systems by run time probing.
2008-11-28 Carl-Daniel HailfingerIf a chip has any TEST_BAD_* flag set, we don't even...
2008-11-28 Jason WangAdd support for the AMD/ATI SB600 southbridge SPI funct...
2008-10-18 Uwe HermannCoding-style fixes for flashrom, partly indent-aided...
2008-10-10 Peter Stugeflashrom: Check that a filename was specified also...
2008-09-03 Peter Stugeflashrom: Only find "unknown .. SPI chip" if no other...
2008-08-12 Segher Boessenkoolflashrom: Fix error -EINVAL on mmap()
2008-08-02 Stefan Reinauerupdate copyright year (trivial)
2008-07-02 Peter Stugeflashrom: probe_flash() cleanup for better code readability
2008-06-28 Carl-Daniel HailfingerUse symbolic constants for PCI subsystem probing in...
2008-06-27 Stefan Reinauer* ICH7 SPI support
2008-06-20 Peter Stugeflashrom: Show expected and read byte on verify failure...
2008-06-18 Peter Stugeflashrom: Force read unknown flash chips
2008-05-22 Uwe HermannA bunch of cosmetic improvements (trivial).
2008-05-22 Andriy GaponChanges to make flashrom compile (and work) on FreeBSD.
2008-05-14 Carl-Daniel HailfingerAdd more infrastructure for flashrom ICH9 support.
2008-05-08 Claus Gindhartflashrom: Probe for up to 3 flash chips.
2008-05-03 Peter Stugeflashrom: Add a tested bitmap field to the flash chip...
2008-04-28 Peter Stugeflashrom: Handle NULL probe, erase and write function...
2008-03-17 Stefan ReinauerSupport for the Winbond W39V080FA series of chips.
2008-03-15 Stefan Reinauerremove nasty warning that happened due to our vendor...
2008-03-14 Uwe HermannRe-add code erroneously removed in r3140.
2008-03-14 Carl-Daniel HailfingerRevert the delete of 82802ab.c in r3137.
2008-03-13 Uwe HermannAlso print the chip vendor name in --list-supported...
2008-03-12 Uwe HermannAdd --list-supported option to flashrom which lists...
2008-01-27 Peter StugeMake the vendor name optional in the -m flashrom parame...
2008-01-22 Carl-Daniel HailfingerFlashrom did not use the read function for verifying...
2008-01-21 Bernhard WalleThis patch adds version information to flashrom. Becaus...
2008-01-18 Stefan Reinauerfor some reasons the externals did not get committed.
2008-01-11 Bernhard WalleThis patch removes '\n' from the help output since...
2007-10-17 Uwe HermannSome cosmetic cleanups in the flashrom code and output.
2007-10-04 Jordan Crouse[FLASHROM] Fix the help, and print a message when nothi...
2007-09-09 Uwe HermannAdd '(C)' where it's missing (for consistency reasons).
2007-08-29 Uwe HermannChange all flashrom license headers to use our standard...
2007-08-23 Uwe HermannCosmetic fixes (trivial).
2007-08-23 Uwe HermannDrop a bunch of useless header files, merge them into...
2007-05-24 Uwe HermannMinor cosmetics (trivial).
2007-05-24 Stefan Reinauerfactor out register mapping code (trivial)
2007-05-23 Stefan ReinauerUnify mmap error messages in flashrom (trivial)
2007-05-23 Stefan Reinauerbig cosmetic offensive on flashrom. (trivial)
2007-05-09 Uwe HermannFix coding style of flashrom by running indent on all...
2007-04-14 Stefan ReinauerExit on return code of read_layout and print error...
2007-04-11 Uwe HermannRename flash_rom.c to flashrom.c. The tool is called...