summaryrefslogtreecommitdiff
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Change programmer selection in cli and generic codehailfinger2011-09-081-68/+8
* Add support for the Linux SPI subsystem (spidev).uwe2011-09-031-0/+21
* Shorten some board enable related function nameshailfinger2011-08-311-1/+1
* Move the main() function from flashrom.c to cli_classic.c.uwe2011-08-201-5/+0
* Fixup of r1397:hailfinger2011-08-151-8/+14
* Random whitespace and coding-style fixes.uwe2011-07-281-107/+101
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-5/+5
* add a bunch of new/tested stuff and various small changes 6stefanct2011-07-261-1/+1
* Fix output of erase_and_write_flash and surroundingsstefanct2011-07-261-13/+16
* add a bunch of new/tested stuff and various small changes 5stefanct2011-07-251-2/+2
* Fix out-of-bounds access if all erase functions fail.hailfinger2011-07-211-6/+8
* fix unchecked malloc calls and casts of malloc return valuesstefanct2011-07-121-3/+15
* Kill unused "log" argument of count_usable_erasers().stefanct2011-07-041-5/+4
* add count_usable_erasers which returns the number of well-defined erasers for...stefanct2011-07-011-12/+22
* fix memleaks due to incorrect usage of flashbuses_to_textstefanct2011-06-261-3/+4
* add a success indicator to the "Reading old flash chip contents..." messagestefanct2011-06-261-1/+3
* constify (a few) parameters in flashrom.c where possiblestefanct2011-06-261-8/+8
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-0/+4
* fix probe_flash to report new values set by probing functionsstefanct2011-06-251-2/+2
* Do not display skipped probe messsages in verbose mode.hailfinger2011-06-171-10/+11
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-22/+6
* small fixesstefanct2011-05-281-3/+3
* eliminate magic numbers indicating maximum column sizes in print_supported_ch...stefanct2011-05-261-0/+28
* whitespace, documentation and other small stuffstefanct2011-05-191-2/+2
* Remove filename parameter from chip_safety_check()stefanct2011-05-181-2/+2
* kill central list of SPI programmersmkarcher2011-05-111-8/+1
* Intel NIC with parallel flash support.hailfinger2011-05-081-1/+23
* Constify flashchips array.hailfinger2011-05-041-15/+26
* Add support for more than one Super I/O or EC per machine.hailfinger2011-04-271-21/+0
* Fix compilation if CONFIG_INTERNAL=no.hailfinger2011-03-081-3/+4
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-17/+2
* Support for Angelbird Wings PCIe SSD (solid-state drive).hailfinger2011-02-041-1/+23
* Don't print the local memory flash chip address on programmers that don'tstepan2011-01-191-2/+9
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-1/+1
* 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