summaryrefslogtreecommitdiff
path: root/gfxnvidia.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Move global io_base_addr into compilation units.stefanct2014-06-011-1/+1
* Add additional error handling to pcidev_readbar() callers.stefanct2013-08-231-0/+3
* Automatically unmap physmap()s.stefanct2013-08-141-9/+2
* Decouple BAR reading from pci device init, handle errors gracefully.hailfinger2013-01-051-4/+7
* Unify PCI init and let pcidev clean itself up.stefanct2013-01-041-5/+1
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-271-1/+1
* Some ISO C fixes.stefanct2012-08-271-1/+1
* Automatically release I/O permissions on shutdown.hailfinger2012-07-211-2/+2
* Hide hwaccess.h from public API.hailfinger2012-07-201-0/+1
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-2/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-2/+12
* Random whitespace and coding-style fixes.uwe2011-07-281-1/+1
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-1/+1
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-12/+18
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-2/+1
* Revert PCI config space writes on shutdown.hailfinger2010-11-101-8/+4
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Compile gfxnvidia by default, but disallow write/erase.hailfinger2010-07-291-0/+3
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Convert all PCI-based external programmers to use special little-endianhailfinger2010-07-271-2/+2
* Use the BAR value returned by pcidev_init which automatically applieshailfinger2010-07-171-2/+7
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-2/+2
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-1/+1
* Replace PCI_OK/PCI_NT by OK/NTmkarcher2010-02-241-23/+23
* Convert all messages in gfxnvidia.c to the new message infrastructure.snelson2010-01-091-1/+1
* Add initial support for flashing some NVIDIA graphics cards.uwe2009-09-301-0/+104