summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-161-6/+20
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-25/+55
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-0/+18
* Adept layout handling to new programmer infrastructure and fix off-by-one errorCarl-Daniel Hailfinger2009-08-191-2/+1
* Change programmer options separator from = to :Carl-Daniel Hailfinger2009-08-191-2/+2
* Disallow erase/write for known bad chips so people won't try without a clear ...Carl-Daniel Hailfinger2009-08-191-2/+53
* If FT2232H SPI is not enabled, it should be compiled out completelyCarl-Daniel Hailfinger2009-08-191-0/+6
* Generate the usage message by walking the list of available programmersCarl-Daniel Hailfinger2009-08-131-3/+32
* Allow to compile out serprog completelyCarl-Daniel Hailfinger2009-08-121-0/+2
* Add a new field for the names of programmers and use it to match against user...Carl-Daniel Hailfinger2009-08-121-30/+38
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-6/+9
* Add fallback functions for programmer shutdown and memory mapping and fix FT2...Carl-Daniel Hailfinger2009-08-121-9/+10
* The project's new home is flashrom.org nowStefan Reinauer2009-07-301-1/+1
* If writing failed, verifying is pointlessCarl-Daniel Hailfinger2009-07-241-3/+8
* Continue erase/write verification after the first errorCarl-Daniel Hailfinger2009-07-231-6/+13
* Eliminate version string duplicationCarl-Daniel Hailfinger2009-07-221-1/+2
* Add an optional flash port parameter for IT87* SPI controllers in standalone ...Carl-Daniel Hailfinger2009-07-111-0/+2
* ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vsCarl-Daniel Hailfinger2009-07-011-4/+6
* Random minor flashrom fixesUwe Hermann2009-06-281-1/+0
* Print the bus type(s) of both chipset and chip in the flashrom outputUwe Hermann2009-06-281-2/+4
* Handle programmer init errors and abortCarl-Daniel Hailfinger2009-06-281-1/+4
* Always verify write operations automaticallyUwe Hermann2009-06-241-2/+11
* Use correct abstraction for verify_range()Carl-Daniel Hailfinger2009-06-241-34/+10
* Remove duplicated [file] from usage helpCarl-Daniel Hailfinger2009-06-241-4/+3
* Initial commit of an external serial flasher protocolUrja Rannikko2009-06-231-1/+20
* Various wiki output changesUwe Hermann2009-06-201-8/+1
* Kill obsolete exclude range featureCarl-Daniel Hailfinger2009-06-191-45/+6
* Allow to print an auto-generated hardware support list in MediaWiki markupUwe Hermann2009-06-191-8/+25
* Move all printing code to print.cUwe Hermann2009-06-171-121/+0
* List the size (in KB) and type of supported flash chips in 'flashrom -L'Uwe Hermann2009-06-161-13/+35
* This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...Paul Fox2009-06-161-1/+19
* Support reads of arbitrary rangeCarl-Daniel Hailfinger2009-06-161-5/+6
* Flashrom only checks for very few chips if the erase workedCarl-Daniel Hailfinger2009-06-151-0/+88
* Split flashchips.h from flash.hCarl-Daniel Hailfinger2009-06-151-0/+1
* Every SPI host controller implemented its own way to read flash chipsCarl-Daniel Hailfinger2009-06-131-0/+5
* 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
OpenPOWER on IntegriCloud