| Commit message (Expand) | Author | Age | Files | Lines |
* | pci.h: move include into own wrapper | Thomas Heijligen | 2021-12-22 | 1 | -1/+1 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | pcidev.c: populate IDs with pci_fill_info() | Daniel Verkamp | 2020-10-14 | 1 | -0/+1 |
* | pcidev.c: Drop unused variable | Elyes HAOUAS | 2020-04-24 | 1 | -2/+1 |
* | Revert "pcidev.c: Factor out pcidev_validate() into pure fn" | Nico Huber | 2020-01-19 | 1 | -29/+24 |
* | pcidev.c: Factor out pcidev_validate() into pure fn | Edward O'Callaghan | 2019-11-28 | 1 | -24/+29 |
* | tree: Make internal functions static | Jacob Garber | 2019-06-23 | 1 | -1/+1 |
* | Remove unneeded white spaces | Elyes HAOUAS | 2018-06-24 | 1 | -3/+3 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -2/+2 |
* | rpci: Use pci_dev struct pointer to avoid API breaks | Youness Alaoui | 2017-08-10 | 1 | -9/+15 |
* | Move global io_base_addr into compilation units | Stefan Tauner | 2014-06-01 | 1 | -1/+0 |
* | Add additional error handling to pcidev_readbar() callers | Niklas Söderlund | 2013-08-23 | 1 | -1/+1 |
* | Decouple BAR reading from pci device init, handle errors gracefully | Carl-Daniel Hailfinger | 2013-01-05 | 1 | -12/+15 |
* | Unify PCI init and let pcidev clean itself up | Stefan Tauner | 2013-01-04 | 1 | -3/+34 |
* | Unify usbdev_status and pcidev_status into dev_entry | Stefan Tauner | 2012-12-27 | 1 | -1/+1 |
* | Refactor PCI and USB device status printing | Stefan Tauner | 2012-12-27 | 1 | -13/+0 |
* | Hide hwaccess.h from public API | Patrick Georgi | 2012-07-20 | 1 | -0/+1 |
* | Check vendor_id for PCI based external programmers | Carl-Daniel Hailfinger | 2012-07-16 | 1 | -131/+114 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -3/+3 |
* | Fix unchecked malloc calls and casts of malloc return values | Stefan Tauner | 2011-07-12 | 1 | -0/+4 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -1/+2 |
* | Remove vendorid parameter from pcidev_init() | Carl-Daniel Hailfinger | 2011-03-07 | 1 | -4/+5 |
* | Support 64-bit MEM BARs wherever possible | Carl-Daniel Hailfinger | 2011-02-15 | 1 | -22/+131 |
* | Revert PCI config space writes on shutdown | Carl-Daniel Hailfinger | 2010-11-10 | 1 | -0/+70 |
* | Refine text of requests to send logs | Paul Menzel | 2010-10-08 | 1 | -3/+5 |
* | List the devices for all supported programmers in "flashrom -L" output | Carl-Daniel Hailfinger | 2010-10-07 | 1 | -1/+1 |
* | Refine -L output to include all programmer modules | Carl-Daniel Hailfinger | 2010-10-06 | 1 | -0/+1 |
* | Update the author list in the man page | Carl-Daniel Hailfinger | 2010-10-06 | 1 | -1/+1 |
* | Remove duplicate includes from the code | Stefan Reinauer | 2010-10-06 | 1 | -1/+0 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Unify programmer parameter extraction | Carl-Daniel Hailfinger | 2010-07-08 | 1 | -1/+1 |
* | Various places in the flashrom source feature custom parameter extraction fro... | Carl-Daniel Hailfinger | 2010-07-06 | 1 | -1/+4 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -4/+4 |
* | Convert various prints to use msg_p* and msg_g* respectively | Sean Nelson | 2010-05-07 | 1 | -6/+6 |
* | PCI device BARs of all types had only bits 1:0 cleared while reading the address | Carl-Daniel Hailfinger | 2010-03-17 | 1 | -1/+17 |
* | Replace PCI_OK/PCI_NT by OK/NT | Michael Karcher | 2010-02-24 | 1 | -2/+2 |
* | Adjust a help text for external PCI programmers to the new parameter scheme | Carl-Daniel Hailfinger | 2009-10-30 | 1 | -1/+1 |
* | Add initial support for flashing some NVIDIA graphics cards | Uwe Hermann | 2009-09-30 | 1 | -5/+11 |
* | Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices | TURBO J | 2009-09-02 | 1 | -6/+6 |
* | Use a common parameter variable for all programmers | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -2/+1 |
* | Remove unnecessary #include files | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -3/+0 |
* | The project's new home is flashrom.org now | Stefan Reinauer | 2009-07-30 | 1 | -1/+1 |
* | Various smaller flashrom improvements | Uwe Hermann | 2009-05-17 | 1 | -6/+6 |
* | This patch adds support for BIOS flashing on the all SiliconImage SATA contro... | Rudolf Marek | 2009-05-17 | 1 | -2/+0 |
* | Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3... | Uwe Hermann | 2009-05-16 | 1 | -3/+7 |
* | Older libpci versions (e.g | Uwe Hermann | 2009-05-16 | 1 | -1/+4 |
* | Refactor parts of the 3COM NIC code | Uwe Hermann | 2009-05-15 | 1 | -0/+115 |