summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation if CONFIG_INTERNAL=noCarl-Daniel Hailfinger2011-03-081-3/+4
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-17/+2
* Support for Angelbird Wings PCIe SSD (solid-state drive)Carl-Daniel Hailfinger2011-02-041-1/+23
* Avoid printing mapped addresses for programmers that do not map flash chipsStefan Reinauer2011-01-191-2/+9
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-1/+1
* Simplify get_next_write in the partial write codeCarl-Daniel Hailfinger2010-12-061-3/+1
* Clean up erase function checkingCarl-Daniel Hailfinger2010-12-051-24/+41
* Add support for the Open Graphics Project development card, OGD1, as a SPI fl...Mark Marshall2010-12-031-1/+23
* Avoid printing the chip locks if chip detection was forcedCarl-Daniel Hailfinger2010-12-021-2/+6
* Handle erase failure in partial writeCarl-Daniel Hailfinger2010-12-021-4/+13
* Read the to-be-verified area in one goCarl-Daniel Hailfinger2010-11-161-33/+17
* Revert PCI config space writes on shutdownCarl-Daniel Hailfinger2010-11-101-1/+1
* Support setting the Dediprog SF100 SPI voltageCarl-Daniel Hailfinger2010-11-091-0/+7
* Fix two memory leaks in doit() and refine get_next_write()Carl-Daniel Hailfinger2010-11-051-81/+63
* This patch makes flashrom use real partial writesCarl-Daniel Hailfinger2010-11-041-40/+204
* Always read the flash chip before writingCarl-Daniel Hailfinger2010-10-191-11/+66
* Refactor doit()Carl-Daniel Hailfinger2010-10-151-81/+100
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-1/+1
* Move implicit erase out of chip driversCarl-Daniel Hailfinger2010-10-081-9/+17
* Refine text of requests to send logsPaul Menzel2010-10-081-3/+4
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-0/+41
* Add support for building flashrom against libpayloadPatrick Georgi2010-09-301-1/+3
* Add Intel Gigabit NIC SPI flashing supportIdwer Vollering2010-09-031-1/+23
* Various cosmetic and coding-style fixesUwe Hermann2010-08-081-3/+3
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...Carl-Daniel Hailfinger2010-07-211-1/+23
* Use struct pointer instead of enum to set bitbang adapterMichael Karcher2010-07-171-6/+0
* Use __clang_version__ macroCarl-Daniel Hailfinger2010-07-171-1/+6
* Print an error message on read errors and abort instead of proceeding anywayCarl-Daniel Hailfinger2010-07-131-17/+44
* Wrap a line which was 156 columns wideCarl-Daniel Hailfinger2010-07-131-1/+4
* Split erase region walking out of erase_flashCarl-Daniel Hailfinger2010-07-131-21/+24
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+6
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-35/+42
* Disable writes on default for known bad programmersCarl-Daniel Hailfinger2010-07-031-0/+20
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-21/+44
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmer supportAndrew Morgan2010-06-071-1/+22
* Gcc and clang can check format strings of printf-like functionsCarl-Daniel Hailfinger2010-06-041-1/+1
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-33/+33
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-0/+1
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-4/+11
* Support for Realtek RTL8139 network card flashingJoerg Fischer2010-05-211-1/+41
* Fix assorted documentation, frontend and printing bugsCarl-Daniel Hailfinger2010-05-151-10/+25
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-71/+71
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-1/+12
* Add runtime and build environment info to the flashrom version messageCarl-Daniel Hailfinger2010-03-271-1/+39
* Reduce message severity level for skipped chipsCarl-Daniel Hailfinger2010-03-221-4/+8
* Various coding style and cosmetic changesUwe Hermann2010-03-131-3/+4
* Write granularity is chip specificCarl-Daniel Hailfinger2010-03-081-0/+61
* Add initial (non-working) code for Highpoint ATA/RAID controllersUwe Hermann2010-02-211-1/+23
* Here's a very quick patch to fix the missing unlock codeSean Nelson2010-02-191-0/+12
OpenPOWER on IntegriCloud