summaryrefslogtreecommitdiff
path: root/pcidev.c
Commit message (Expand)AuthorAgeFilesLines
* Move global io_base_addr into compilation units.stefanct2014-06-011-1/+0
* Add additional error handling to pcidev_readbar() callers.stefanct2013-08-231-1/+1
* Decouple BAR reading from pci device init, handle errors gracefully.hailfinger2013-01-051-12/+15
* Unify PCI init and let pcidev clean itself up.stefanct2013-01-041-3/+34
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-271-1/+1
* Refactor PCI and USB device status printing.stefanct2012-12-271-13/+0
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+1
* Check vendor_id for PCI based external programmers.hailfinger2012-07-161-131/+114
* Random whitespace and coding-style fixes.uwe2011-07-281-3/+3
* fix unchecked malloc calls and casts of malloc return valuesstefanct2011-07-121-0/+4
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-1/+2
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-4/+5
* Support 64-bit MEM BARs wherever possible.hailfinger2011-02-151-22/+131
* Revert PCI config space writes on shutdown.hailfinger2010-11-101-0/+70
* A lot of messages sent to flashrom@flashrom.org just have "flashrom -V"hailfinger2010-10-081-3/+5
* List the devices for all supported programmers in "flashrom -L" output.hailfinger2010-10-071-1/+1
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-061-0/+1
* Update the author list in the man page.hailfinger2010-10-061-1/+1
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-1/+4
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-4/+4
* convert programmer print messages to msg_p*snelson2010-05-071-6/+6
* PCI device BARs of all types had only bits 1:0 cleared while reading thehailfinger2010-03-171-1/+17
* Replace PCI_OK/PCI_NT by OK/NTmkarcher2010-02-241-2/+2
* Adjust a help text for external PCI programmers to the new parameterhailfinger2009-10-301-1/+1
* Add initial support for flashing some NVIDIA graphics cards.uwe2009-09-301-5/+11
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-021-6/+6
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-2/+1
* Remove unnecessary #include files.hailfinger2009-08-091-3/+0
* The project's new home is flashrom.org now. Change all occurences in thestepan2009-07-301-1/+1
* Various smaller flashrom improvements:uwe2009-05-171-6/+6
* This patch adds support for BIOS flashing on the all SiliconImage SATAruik2009-05-171-2/+0
* Add proper workaround for 3COM 3C90xB cards, which need special fixupsuwe2009-05-161-3/+7
* Older libpci versions (e.g. 2.2.8, as it's default on current FreeBSD 7.2)uwe2009-05-161-1/+4
* Refactor parts of the 3COM NIC code.uwe2009-05-151-0/+115