summaryrefslogtreecommitdiffstats
path: root/pcidev.c
Commit message (Expand)AuthorAgeFilesLines
* Move global io_base_addr into compilation unitsStefan Tauner2014-06-011-1/+0
* Add additional error handling to pcidev_readbar() callersStefan Tauner2013-08-231-1/+1
* Decouple BAR reading from pci device init, handle errors gracefullyCarl-Daniel Hailfinger2013-01-051-12/+15
* Unify PCI init and let pcidev clean itself upStefan Tauner2013-01-041-3/+34
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-1/+1
* Refactor PCI and USB device status printingStefan Tauner2012-12-271-13/+0
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Check vendor_id for PCI based external programmersCarl-Daniel Hailfinger2012-07-161-131/+114
* 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
* Simplify pcidev_init by killing the vendorid parameter which was pretty usele...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
* A lot of messages sent to flashrom@flashrom.org just have "flashrom -V" as th...Paul Menzel2010-10-081-3/+5
* List the devices for all supported programmers in "flashrom -L" outputCarl-Daniel Hailfinger2010-10-071-1/+1
* Flashrom -L output did not contain a list of programmers nor were all program...Carl-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
* Make programmer_param static by converting all users to extract_programmer_paramCarl-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 programmer print messages to msg_p* convert general print messages to...Sean 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 DrTURBO 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 (Uwe Hermann2009-05-161-1/+4
* Refactor parts of the 3COM NIC codeUwe Hermann2009-05-151-0/+115
OpenPOWER on IntegriCloud