summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Dediprog SF100 support.hailfinger2010-01-191-1/+23
* Add eraseblock functions to self-check. It doesn't make sense to havehailfinger2010-01-191-9/+28
* Flashrom performs a self-check on every startup before it even starts tohailfinger2010-01-181-20/+61
* If neither internal (old default) nor dummy (safe default) programmerhailfinger2010-01-101-2/+31
* Move the CLI related functions main() and cli_usage() to cli_classic.chailfinger2010-01-071-352/+3
* Factor out CLI code by moving generic stuff out of main(). Add a generichailfinger2009-12-241-60/+98
* Fix eraseblock walking and add a few more checks to make sure such bugshailfinger2009-12-141-2/+25
* Internal (onboard) programming was the only feature which could not behailfinger2009-12-131-11/+43
* Clarify a comment about verification routine usage.hailfinger2009-11-251-1/+2
* Add the ability to set Bus Pirate SPI speed via the command line.hailfinger2009-11-241-0/+54
* Add Bus Pirate SPI support to flashrom.hailfinger2009-11-241-0/+19
* Add the ability to generate test patterns for write testing. This willhailfinger2009-11-231-0/+136
* To prepare for libflashrom I wanted to make the main loop more readablehailfinger2009-11-171-19/+19
* Add infrastructure to check and report to the user the maximum supportedhailfinger2009-10-311-3/+72
* Cosmetics and small coding style fixes (trivial).uwe2009-10-011-4/+4
* Make bitbang_spi naming consistent.hailfinger2009-10-011-1/+1
* Add initial support for flashing some NVIDIA graphics cards.uwe2009-09-301-1/+39
* This is the bitbanging SPI driver infrastructure.hailfinger2009-09-281-0/+6
* Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/.uwe2009-09-181-6/+6
* Compile out wiki output on request and move wiki stuff into a separatehailfinger2009-09-161-2/+18
* Allow to exclude each of the external programmer drivers from beinghailfinger2009-09-161-6/+20
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-25/+55
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-021-0/+18
* Flashrom has the ability to use layout files with romentries, but thishailfinger2009-08-191-2/+1
* Current programmer parameter syntax ishailfinger2009-08-191-2/+2
* Disallow erase/write for known bad chips so people won't try without ahailfinger2009-08-191-2/+53
* If FT2232H SPI is not enabled, it should be compiled out completely. Wehailfinger2009-08-191-0/+6
* 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