summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for building flashrom against libpayload.oxygene2010-09-301-1/+3
* Add Intel Gigabit NIC SPI flashing support.uwe2010-09-031-1/+23
* Various cosmetic and coding-style fixes (trivial).uwe2010-08-081-3/+3
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Add support for RayeR SPIPGM hardware as described inhailfinger2010-07-211-1/+23
* Use struct pointer instead of enum to set bitbang adaptermkarcher2010-07-171-6/+0
* Newer llvm/clang versions (since r102686) have a __clang_version__ macrohailfinger2010-07-171-1/+6
* Print an error message on read errors and abort instead of proceedinghailfinger2010-07-131-17/+44
* Wrap a line which was 156 columns wide.hailfinger2010-07-131-1/+4
* Split erase region walking out of erase_flash.hailfinger2010-07-131-21/+24
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+6
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-35/+42
* If a programmer has untested or non-working write/erase code, buthailfinger2010-07-031-0/+20
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-21/+44
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmerhailfinger2010-06-071-1/+22
* gcc and clang can check format strings of printf-like functions. Sincehailfinger2010-06-041-1/+1
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-33/+33
* Remove unneeded #include statements completely.hailfinger2010-05-301-0/+1
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-4/+11
* Support for Realtek RTL8139 network card flashing.hailfinger2010-05-211-1/+41
* Fix assorted documentation, frontend and printing bugs.hailfinger2010-05-151-10/+25
* convert programmer print messages to msg_p*snelson2010-05-071-71/+71
* --force may have been a good idea back when only developers were usinghailfinger2010-04-281-1/+12
* Add runtime and build environment info to the flashrom version message.hailfinger2010-03-271-1/+39
* Reduce message severity level for skipped chips.hailfinger2010-03-221-4/+8
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-3/+4
* Write granularity is chip specific. The following writehailfinger2010-03-081-0/+61
* Add initial (non-working) code for Highpoint ATA/RAID controllers.uwe2010-02-211-1/+23
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-0/+12
* Some programmers want to run certain functions during programmerhailfinger2010-02-141-0/+33
* At long last, the day has come, and we can bury full-chip erase once andhailfinger2010-02-111-6/+0
* Open binary files in binary mode. No change on UNIX (or Mac OS,oxygene2010-01-251-2/+2
* 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