aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flashrom.c
AgeCommit message (Expand)Author
2009-06-28This copy of flashrom is old and unmaintained. Delete it to avoidPatrick Georgi
2009-04-24MAX may already be defined. Also, fix smaller cosmetics (trivial).Uwe Hermann
2009-02-09flashrom: Fix broken flash chip base address logicPeter Stuge
2009-01-28Factor out read and erase functions from flashrom main().Carl-Daniel Hailfinger
2009-01-26flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first ph...Stefan Reinauer
2009-01-26flashrom: Change flashrom.c:map_flash_registers() from int to void.Peter Stuge
2009-01-25flashrom: Fix stupid off-by-one error in erase verification.Peter Stuge
2009-01-23flashrom: Check all mmap() calls and print helpful Linux error message.Peter Stuge
2009-01-22flashrom: Provide some hints for the user in case /dev/mem mmap fails.Peter Stuge
2009-01-13flashrom: Always print address when verification fails, not only with -V.Peter Stuge
2009-01-12flashrom: Check return value of fscanf()/fwrite()/fread()Peter Stuge
2008-12-06flashrom: Display test status in -L chip listingPeter Stuge
2008-12-05flashrom: Fix compilation of r3797 with gcc-4.3.2Peter Stuge
2008-12-05flashrom: Check if erase succeeds and exit with error on failure.Peter Stuge
2008-12-03flashrom: gcc thinks base could be used uninitialized, so shut it up.Peter Stuge
2008-12-03flashrom: Fix bug in r3790Peter Stuge
2008-12-03Replace #ifdefs for sc520 systems by run time probing.Stefan Reinauer
2008-11-28If a chip has any TEST_BAD_* flag set, we don't even list theCarl-Daniel Hailfinger
2008-11-28Add support for the AMD/ATI SB600 southbridge SPI functionality.Jason Wang
2008-10-18Coding-style fixes for flashrom, partly indent-aided (trivial).Uwe Hermann
2008-10-10flashrom: Check that a filename was specified also when using force readPeter Stuge
2008-09-03flashrom: Only find "unknown .. SPI chip" if no other chip was foundPeter Stuge
2008-08-12flashrom: Fix error -EINVAL on mmap()Segher Boessenkool
2008-08-02update copyright year (trivial)Stefan Reinauer
2008-07-02flashrom: probe_flash() cleanup for better code readabilityPeter Stuge
2008-06-28Use symbolic constants for PCI subsystem probing in flashrom.Carl-Daniel Hailfinger
2008-06-27* ICH7 SPI supportStefan Reinauer
2008-06-20flashrom: Show expected and read byte on verify failure. Trivial.Peter Stuge
2008-06-18flashrom: Force read unknown flash chipsPeter Stuge
2008-05-22A bunch of cosmetic improvements (trivial).Uwe Hermann
2008-05-22Changes to make flashrom compile (and work) on FreeBSD.Andriy Gapon
2008-05-14Add more infrastructure for flashrom ICH9 support.Carl-Daniel Hailfinger
2008-05-08flashrom: Probe for up to 3 flash chips.Claus Gindhart
2008-05-03flashrom: Add a tested bitmap field to the flash chip table.Peter Stuge
2008-04-28flashrom: Handle NULL probe, erase and write function pointers in thePeter Stuge
2008-03-17Support for the Winbond W39V080FA series of chips.Stefan Reinauer
2008-03-15remove nasty warning that happened due to our vendor detectionStefan Reinauer
2008-03-14Re-add code erroneously removed in r3140.Uwe Hermann
2008-03-14Revert the delete of 82802ab.c in r3137.Carl-Daniel Hailfinger
2008-03-13Also print the chip vendor name in --list-supported output (trivial).Uwe Hermann
2008-03-12Add --list-supported option to flashrom which lists the supportedUwe Hermann
2008-01-27Make the vendor name optional in the -m flashrom parameter when there's onlyPeter Stuge
2008-01-22Flashrom did not use the read function for verifying, it used direct memoryCarl-Daniel Hailfinger
2008-01-21This patch adds version information to flashrom. Because 'v' and 'V'Bernhard Walle
2008-01-18for some reasons the externals did not get committed.Stefan Reinauer
2008-01-11This patch removes '\n' from the help output since this looks a bit strange.Bernhard Walle
2007-10-17Some cosmetic cleanups in the flashrom code and output.Uwe Hermann
2007-10-04[FLASHROM] Fix the help, and print a message when nothing happensJordan Crouse
2007-09-09Add '(C)' where it's missing (for consistency reasons).Uwe Hermann
2007-08-29Change all flashrom license headers to use our standard format.Uwe Hermann
2007-08-23Cosmetic fixes (trivial).Uwe Hermann
2007-08-23Drop a bunch of useless header files, merge them into flash.h.Uwe Hermann
2007-05-24Minor cosmetics (trivial).Uwe Hermann
2007-05-24factor out register mapping code (trivial)Stefan Reinauer
2007-05-23Unify mmap error messages in flashrom (trivial)Stefan Reinauer
2007-05-23big cosmetic offensive on flashrom. (trivial)Stefan Reinauer
2007-05-09Fix coding style of flashrom by running indent on all files:Uwe Hermann
2007-04-14Exit on return code of read_layout and print error message to stderrStefan Reinauer
2007-04-11Rename flash_rom.c to flashrom.c. The tool is called 'flashrom' afterUwe Hermann