summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Flashrom does not honor argument ordering for operationsCarl-Daniel Hailfinger2009-06-121-2/+24
* Tell the user about the beginning and end of the write operationPaul Fox2009-06-121-0/+2
* Sometimes we want to read/write more than 4 bytes of chip content at onceCarl-Daniel Hailfinger2009-06-051-17/+30
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-0/+10
* Use read_flash() when flash chip probe is forcedStephan Guilloux2009-06-011-29/+6
* Add a missing free() in read_flash()Stephan Guilloux2009-06-011-0/+1
* Only probe for chips with compatible bus protocolsCarl-Daniel Hailfinger2009-06-011-0/+50
* Add bus type support to the dummy external programmerCarl-Daniel Hailfinger2009-06-011-0/+2
* Add IT87xx SPI as external flasher optionCarl-Daniel Hailfinger2009-05-311-1/+16
* A bunch of output beautifications and improvements, as well as doc fixesUwe Hermann2009-05-221-10/+19
* Improve flashrom test report text a bitUwe Hermann2009-05-211-4/+6
* Documentation improvements and small code/whitespace fixesUwe Hermann2009-05-191-7/+10
* Factor out fallback_map/unmap, most external programmers don't need and speci...Uwe Hermann2009-05-171-4/+4
* 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
OpenPOWER on IntegriCloud