summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix out-of-bounds access if all erase functions failCarl-Daniel Hailfinger2011-07-211-6/+8
* Fix unchecked malloc calls and casts of malloc return valuesStefan Tauner2011-07-121-3/+15
* Kill unused "log" argument of count_usable_erasers()Sylvain "ythier" Hitier2011-07-041-5/+4
* Add count_usable_erasers which returns the number of well-defined erasers for...Stefan Tauner2011-07-011-12/+22
* Fix memleaks due to incorrect usage of flashbuses_to_textStefan Tauner2011-06-261-3/+4
* Add a success indicator to the "Reading old flash chip contents..." messageStefan Tauner2011-06-261-1/+3
* Constify (a few) parameters in flashrom.c where possibleStefan Tauner2011-06-261-8/+8
* Erase functions are no longer called from chip drivers and thus their interna...Carl-Daniel Hailfinger2011-06-261-0/+4
* Fix probe_flash to report new values set by probing functionsStefan Tauner2011-06-251-2/+2
* Do not display skipped probe messsages in verbose modeCarl-Daniel Hailfinger2011-06-171-10/+11
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-22/+6
* Small fixesStefan Tauner2011-05-281-3/+3
* Eliminate magic numbers indicating maximum column sizes in print_supported_ch...Stefan Tauner2011-05-261-0/+28
* Whitespace, documentation and other small stuffStefan Tauner2011-05-191-2/+2
* Remove filename parameter from chip_safety_check()David Hendricks2011-05-181-2/+2
* Kill central list of SPI programmersMichael Karcher2011-05-111-8/+1
* Intel NIC with parallel flash supportCarl-Daniel Hailfinger2011-05-081-1/+23
* Constify flashchips arrayCarl-Daniel Hailfinger2011-05-041-15/+26
* Add support for more than one Super I/O or EC per machineCarl-Daniel Hailfinger2011-04-271-21/+0
* Fix compilation if CONFIG_INTERNAL=noCarl-Daniel Hailfinger2011-03-081-3/+4
* Simplify pcidev_init by killing the vendorid parameter which was pretty usele...Carl-Daniel Hailfinger2011-03-071-17/+2
* Support for Angelbird Wings PCIe SSD (solid-state drive)Carl-Daniel Hailfinger2011-02-041-1/+23
* Don't print the local memory flash chip address on programmers that don't act...Stefan Reinauer2011-01-191-2/+9
* This patch reduces the stack usage by declaring 'const' stack variables as 's...Mathias 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 forced because lock acces...Carl-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
* Avoid two memory leaks in doit() which were unproblematic for flashrom becaus...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
* Doit() is the monster function we split off from main() when we created cli_c...Carl-Daniel Hailfinger2010-10-151-81/+100
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-1/+1
* Flashrom had an implicit erase-on-write for most flash chip and programmer dr...Carl-Daniel Hailfinger2010-10-081-9/+17
* A lot of messages sent to flashrom@flashrom.org just have "flashrom -V" as th...Paul Menzel2010-10-081-3/+4
* Flashrom -L output did not contain a list of programmers nor were all program...Carl-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
* Newer llvm/clang versions (since r102686) have a __clang_version__ macro whic...Carl-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
OpenPOWER on IntegriCloud