summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
...
* Various smaller flashrom improvementsUwe Hermann2009-05-171-0/+1
* This patch adds support for BIOS flashing on the all SiliconImage SATA contro...Rudolf Marek2009-05-171-0/+17
* List all boards which areUwe Hermann2009-05-161-7/+12
* Eliminate all 'inline's from the flashrom codeUwe Hermann2009-05-161-0/+52
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-4/+3
* Add generic 16 bit and 32 bit chip read/write emulation to the external flash...Carl-Daniel Hailfinger2009-05-161-4/+4
* Refactor parts of the 3COM NIC codeUwe Hermann2009-05-151-2/+4
* nic3com: allow selection of a particular PCI device to use as programmerChristian Ruppert2009-05-141-0/+3
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512Uwe Hermann2009-05-131-0/+15
* Print dummy programmer messages only if verbose mode is selectedCarl-Daniel Hailfinger2009-05-111-16/+16
* Abstract mapping/unmapping of flash regionsCarl-Daniel Hailfinger2009-05-111-18/+8
* Handle (un)locking of SST FWH chipsCarl-Daniel Hailfinger2009-05-111-0/+1
* Kill one superfluous variable and improve code readabilityCarl-Daniel Hailfinger2009-05-091-3/+2
* Fix Elan SC520 handlingCarl-Daniel Hailfinger2009-05-091-2/+1
* Add a dummy external flasher which just prints each operationCarl-Daniel Hailfinger2009-05-091-0/+13
* Add --programmer to help text and man pageCarl-Daniel Hailfinger2009-05-091-0/+1
* Add external flasher supportCarl-Daniel Hailfinger2009-05-081-81/+29
* Re-add a line which got deleted in r473 by accidentCarl-Daniel Hailfinger2009-05-081-0/+2
* Don't assume flash is accessible via MMIO for chips with no read functionCarl-Daniel Hailfinger2009-05-081-13/+37
* Always print the flashrom version as first output lineCarl-Daniel Hailfinger2009-05-071-1/+3
* Flashrom 0.9.0Carl-Daniel Hailfinger2009-05-041-1/+1
* Allow compilation on SolarisCarl-Daniel Hailfinger2009-05-011-7/+0
* Since the command line interface for flashrom will change for 1.0Carl-Daniel Hailfinger2009-05-011-0/+4
* Handle DragonFly BSD definitions in flash.hPatrick Georgi2009-04-281-2/+2
* MAX may already be definedUwe Hermann2009-04-241-0/+2
* Fix broken flash chip base address logicPeter Stuge2009-02-091-1/+1
* Factor out read and erase functions from flashrom main()Carl-Daniel Hailfinger2009-01-281-38/+57
* Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() callStefan Reinauer2009-01-261-40/+3
* Change flashrom.c:map_flash_registers() from int to voidPeter Stuge2009-01-261-3/+1
* 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
OpenPOWER on IntegriCloud