summaryrefslogtreecommitdiffstats
path: root/pcidev.c
Commit message (Expand)AuthorAgeFilesLines
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-3/+3
* Fix unchecked malloc calls and casts of malloc return valuesStefan Tauner2011-07-121-0/+4
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-1/+2
* Remove vendorid parameter from pcidev_init()Carl-Daniel Hailfinger2011-03-071-4/+5
* Support 64-bit MEM BARs wherever possibleCarl-Daniel Hailfinger2011-02-151-22/+131
* Revert PCI config space writes on shutdownCarl-Daniel Hailfinger2010-11-101-0/+70
* Refine text of requests to send logsPaul Menzel2010-10-081-3/+5
* List the devices for all supported programmers in "flashrom -L" outputCarl-Daniel Hailfinger2010-10-071-1/+1
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-0/+1
* Update the author list in the man pageCarl-Daniel Hailfinger2010-10-061-1/+1
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-1/+4
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-4/+4
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-6/+6
* PCI device BARs of all types had only bits 1:0 cleared while reading the addressCarl-Daniel Hailfinger2010-03-171-1/+17
* Replace PCI_OK/PCI_NT by OK/NTMichael Karcher2010-02-241-2/+2
* Adjust a help text for external PCI programmers to the new parameter schemeCarl-Daniel Hailfinger2009-10-301-1/+1
* Add initial support for flashing some NVIDIA graphics cardsUwe Hermann2009-09-301-5/+11
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-6/+6
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-2/+1
* Remove unnecessary #include filesCarl-Daniel Hailfinger2009-08-091-3/+0
* The project's new home is flashrom.org nowStefan Reinauer2009-07-301-1/+1
* Various smaller flashrom improvementsUwe Hermann2009-05-171-6/+6
* This patch adds support for BIOS flashing on the all SiliconImage SATA contro...Rudolf Marek2009-05-171-2/+0
* Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3...Uwe Hermann2009-05-161-3/+7
* Older libpci versions (e.gUwe Hermann2009-05-161-1/+4
* Refactor parts of the 3COM NIC codeUwe Hermann2009-05-151-0/+115
OpenPOWER on IntegriCloud