summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify get_next_write in the partial write code.hailfinger2010-12-061-3/+1
* Clean up erase function checking.hailfinger2010-12-051-24/+41
* Add support for the Open Graphics Project development card, OGD1, as ahailfinger2010-12-031-1/+23
* Avoid printing the chip locks if chip detection was forced because lockhailfinger2010-12-021-2/+6
* Handle erase failure in partial write.hailfinger2010-12-021-4/+13
* Read the to-be-verified area in one go.hailfinger2010-11-161-33/+17
* Revert PCI config space writes on shutdown.hailfinger2010-11-101-1/+1
* Support setting the Dediprog SF100 SPI voltage.hailfinger2010-11-091-0/+7
* Avoid two memory leaks in doit() which were unproblematic for flashromhailfinger2010-11-051-81/+63
* This patch makes flashrom use real partial writes. If you write an imagehailfinger2010-11-041-40/+204
* Always read the flash chip before writing. This will allow flashrom tohailfinger2010-10-191-11/+66
* doit() is the monster function we split off from main() when we createdhailfinger2010-10-151-81/+100
* Switch all flash chips to partial write.hailfinger2010-10-131-1/+1
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-9/+17
* A lot of messages sent to flashrom@flashrom.org just have "flashrom -V"hailfinger2010-10-081-3/+4
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-061-0/+41
* 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