summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* flashrom does not honor argument ordering for operations. Not only doeshailfinger2009-06-121-2/+24
* Tell the user about the beginning and end of the write operation.hailfinger2009-06-121-0/+2
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-17/+30
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-0/+10
* Use read_flash() when flash chip probe is forced.hailfinger2009-06-011-29/+6
* Add a missing free() in read_flash().hailfinger2009-06-011-0/+1
* Only probe for chips with compatible bus protocols.hailfinger2009-06-011-0/+50
* Add bus type support to the dummy external programmer.hailfinger2009-06-011-0/+2
* Add IT87xx SPI as external flasher option.hailfinger2009-05-311-1/+16
* A bunch of output beautifications and improvements, as well as docoxygene2009-05-221-10/+19
* Improve flashrom test report text a bit:uwe2009-05-211-4/+6
* Documentation improvements and small code/whitespace fixes (trivial).uwe2009-05-191-7/+10
* Factor out fallback_map/unmap, most external programmers don't needuwe2009-05-171-4/+4
* Various smaller flashrom improvements:uwe2009-05-171-0/+1
* This patch adds support for BIOS flashing on the all SiliconImage SATAruik2009-05-171-0/+17
* List all boards which are:uwe2009-05-161-7/+12
* Eliminate all 'inline's from the flashrom code. They serve prettyuwe2009-05-161-0/+52
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-2/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-4/+3
* Add generic 16 bit and 32 bit chip read/write emulation to the externalhailfinger2009-05-161-4/+4
* Refactor parts of the 3COM NIC code.uwe2009-05-151-2/+4
* 3COM: Add support for users to specify a certain NIC via PCI bus:slot.funcuwe2009-05-141-0/+3
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512.uwe2009-05-131-0/+15
* Print dummy programmer messages only if verbose mode is selected.hailfinger2009-05-111-16/+16
* Flash mapping/unmapping was performed without an abstraction layer, sohailfinger2009-05-111-18/+8
* Add lock bit handling (printing, setting and checking) to SST FWH chipshailfinger2009-05-111-0/+1
* Kill one superfluous variable and improve code readability.hailfinger2009-05-091-3/+2
* Fix Elan SC520 handling.hailfinger2009-05-091-2/+1
* Add a dummy external flasher which just prints each operation.hailfinger2009-05-091-0/+13
* Add --programmer to help text and man page.hailfinger2009-05-091-0/+1
* Add external flasher support:hailfinger2009-05-081-81/+29
* Re-add a line which got deleted in r473 by accident.hailfinger2009-05-081-0/+2
* Flashrom assumes that the flash chip contents are available via mmap ifhailfinger2009-05-081-13/+37
* Always print the flashrom version as first output line.hailfinger2009-05-071-1/+3
* flashrom 0.9.0hailfinger2009-05-041-1/+1
* Fix compilation on Solaris and tell people how to compile flashrom onhailfinger2009-05-011-7/+0
* Since the command line interface for flashrom will change for 1.0hailfinger2009-05-011-0/+4
* There are still some tweaks necessary to get Flashrom to build onhailfinger2009-04-281-2/+2
* Original v2 revision: 4205uwe2009-04-241-0/+2
* Original v2 revision: 3932stuge2009-02-091-1/+1
* Original v2 revision: 3923hailfinger2009-01-281-38/+57
* Original v2 revision: 3903stuge2009-01-261-40/+3
* Original v2 revision: 3901stuge2009-01-261-3/+1
* Original v2 revision: 3894stuge2009-01-251-1/+1
* Original v2 revision: 3890stuge2009-01-231-7/+13
* Original v2 revision: 3889stuge2009-01-221-0/+7
* Original v2 revision: 3860stuge2009-01-131-4/+5
* Original v2 revision: 3857stuge2009-01-121-7/+13
* Original v2 revision: 3803stuge2008-12-061-4/+51
* Original v2 revision: 3798stuge2008-12-051-1/+1