summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid off-by-one error in erase verificationPeter Stuge2009-01-251-1/+1
* Check all mmap() calls and print helpful Linux error messagePeter Stuge2009-01-231-7/+13
* Provide some hints for the user in case /dev/mem mmap failsPeter Stuge2009-01-221-0/+7
* Always print address when verification fails, not only with -VPeter Stuge2009-01-131-4/+5
* Check return value of fscanf()/fwrite()/fread()Peter Stuge2009-01-121-7/+13
* Display test status in -L chip listingPeter Stuge2008-12-061-4/+51
* Fix compilation of r3797 with gcc-4.3.2Peter Stuge2008-12-051-1/+1
* Check if erase succeeds and exit with error on failurePeter Stuge2008-12-051-4/+17
* Gcc thinks base could be used uninitialized, so shut it upPeter Stuge2008-12-031-1/+1
* Fix bug in r3790Peter Stuge2008-12-031-5/+5
* Replace #ifdefs for sc520 systems by run time probingStefan Reinauer2008-12-031-10/+5
* Do not indicate known-bad functions as untestedCarl-Daniel Hailfinger2008-11-281-5/+9
* Add support for the AMD/ATI SB600 southbridge SPI functionalityJason Wang2008-11-281-5/+6
* Coding-style fixes for flashrom, partly indent-aidedUwe Hermann2008-10-181-11/+15
* Check that a filename was specified also when using force readPeter Stuge2008-10-101-0/+4
* Only find "unknown .. SPI chip" if no other chip was foundPeter Stuge2008-09-031-3/+8
* Fix error -EINVAL on mmap()Segher Boessenkool2008-08-121-8/+8
* Update copyright yearStefan Reinauer2008-08-021-1/+1
* Probe_flash() cleanup for better code readabilityPeter Stuge2008-07-021-15/+15
* Use symbolic constants for PCI subsystem probingCarl-Daniel Hailfinger2008-06-281-2/+2
* Multiple unrelated changesStefan Reinauer2008-06-271-1/+1
* Show expected and read byte on verify failurePeter Stuge2008-06-201-1/+2
* Force read unknown flash chipsPeter Stuge2008-06-181-6/+45
* A bunch of cosmetic improvementsUwe Hermann2008-05-221-6/+6
* Changes to make flashrom compile (and work) on FreeBSDAndriy Gapon2008-05-221-0/+8
* Add more infrastructure for flashrom ICH9 supportCarl-Daniel Hailfinger2008-05-141-2/+2
* Probe for up to 3 flash chipsClaus Gindhart2008-05-081-3/+19
* Add a tested bitmap field to the flash chip tablePeter Stuge2008-05-031-0/+30
* Handle NULL probe, erase and write function pointers in the flashchips tablePeter Stuge2008-04-281-1/+15
* Support for the Winbond W39V080FA series of chipsStefan Reinauer2008-03-171-2/+2
* Remove nasty warning that happened due to our vendor detectionStefan Reinauer2008-03-151-2/+5
* Re-add code erroneously removed in r3140Uwe Hermann2008-03-141-1/+1
* Revert the delete of 82802ab.c in r3137Carl-Daniel Hailfinger2008-03-141-1/+1
* Also print the chip vendor name in --list-supported outputUwe Hermann2008-03-131-1/+1
* Add --list-supported option which lists the supported ROM chips, chipsets, an...Uwe Hermann2008-03-121-3/+22
* Make the vendor name optional in the -m flashrom parameter when there's only ...Peter Stuge2008-01-271-16/+16
* Flashrom did not use the read function for verifying, it used direct memory a...Carl-Daniel Hailfinger2008-01-221-2/+6
* This patch adds version informationBernhard Walle2008-01-211-2/+13
* Rename LinuxBIOS to corebootStefan Reinauer2008-01-181-1/+1
* This patch removes '\n' from the help output since this looks a bit strangeBernhard Walle2008-01-111-1/+1
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-5/+5
* Fix the help, and print a message when nothing happensJordan Crouse2007-10-041-5/+11
* Add '(C)' where it's missing (for consistency reasons)Uwe Hermann2007-09-091-3/+3
* Change all flashrom license headers to use our standard formatUwe Hermann2007-08-291-18/+13
* Cosmetic fixesUwe Hermann2007-08-231-7/+2
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-5/+0
* Minor cosmeticsUwe Hermann2007-05-241-2/+3
* Factor out register mapping codeStefan Reinauer2007-05-241-0/+17
* Unify mmap error messagesStefan Reinauer2007-05-231-3/+4
* Big cosmetic offensive on flashromStefan Reinauer2007-05-231-5/+5
OpenPOWER on IntegriCloud