index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pcidev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: Fix drivers to pass programmer_cfg to pcidev_init()
Edward O'Callaghan
2022-09-07
1
-2
/
+2
*
tree: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
Add `str` extension to extract_programmer_param function name
Chinmay Lonkar
2022-07-02
1
-1
/
+1
*
pcidev: Always fetch ident info
Nico Huber
2022-06-22
1
-4
/
+10
*
pcidev: Move pci_dev_find() from internal to canonical place
Edward O'Callaghan
2022-03-22
1
-0
/
+11
*
pcidev: Move pci_card_find() from internal to canonical place
Edward O'Callaghan
2022-03-22
1
-0
/
+19
*
pcidev: Move scandev_inclass logic from internal to pcidev
Edward O'Callaghan
2022-03-04
1
-0
/
+19
*
pcidev: Move pci_get_dev() logic into canonical place
Edward O'Callaghan
2022-03-02
1
-0
/
+13
*
pcidev: Avoid internal programmer relying on pacc global
Edward O'Callaghan
2022-02-24
1
-0
/
+9
*
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
[next]