summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Generate the usage message by walking the list of available programmers.hailfinger2009-08-131-3/+32
* Allow to compile out serprog completely. If CONFIG_SERPROG is not set,hailfinger2009-08-121-0/+2
* Use programmer.name to match the --programmer parameter instead ofhailfinger2009-08-121-30/+38
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-6/+9
* FT2232 and IT87 programmers used functions of the dummy programmerhailfinger2009-08-121-9/+10
* The project's new home is flashrom.org now. Change all occurences in thestepan2009-07-301-1/+1
* If writing failed, verifying is pointless. Abort instead.hailfinger2009-07-241-3/+8
* Continue erase/write verification after the first error.hailfinger2009-07-231-6/+13
* Eliminate version string duplication.hailfinger2009-07-221-1/+2
* Add an optional flash port parameter for IT87* SPI controllers inhailfinger2009-07-111-0/+2
* ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H andhailfinger2009-07-011-4/+6
* Random minor flashrom fixes:uwe2009-06-281-1/+0
* Print the bus type(s) of both chipset and chip in the flashromuwe2009-06-281-2/+4
* Handle programmer init errors and abort. If the programmer didn'thailfinger2009-06-281-1/+4
* Always verify write operations automatically.uwe2009-06-241-2/+11
* Use correct abstraction for verify_range(). The new abstraction canhailfinger2009-06-241-34/+10
* Remove duplicated [file] from usage help. A file is already specifiedhailfinger2009-06-241-4/+3
* Initial commit of an external serial flasher protocol.hailfinger2009-06-231-1/+20
* Various wiki output changes:uwe2009-06-201-8/+1
* Kill obsolete exclude range feature. It is ignored by almost every chiphailfinger2009-06-191-45/+6
* Add a --list-supported-wiki / -z option which outputs the currentlyuwe2009-06-191-8/+25
* Move all printing code to print.c.uwe2009-06-171-121/+0
* List the size (in KB) and type of supported flash chips in 'flashrom -L'.uwe2009-06-161-13/+35
* This patch adds support for a new SPI programmer, based on thehailfinger2009-06-161-1/+19
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-5/+6
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-0/+88
* flash.h not only contains function prototypes and general settings, ithailfinger2009-06-151-0/+1
* Every SPI host controller implemented its own way to read flash chips.hailfinger2009-06-131-0/+5
* 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