index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
pci_device.c
Age
Commit message (
Expand
)
Author
2019-01-10
device/pci_device: Do not break tree topology
Kyösti Mälkki
2018-10-23
{device,drivers}: Use 'unsigned int' to bare use of 'unsigned'
Elyes HAOUAS
2018-08-08
device/pci_device.c: Remove unused variable attr setting
Richard Spiegel
2018-07-19
device/pci: Add MSI-X helper functions
Patrick Rudolph
2018-03-08
timestamps: Add timestamps around the vbios load & init
Martin Roth
2018-02-01
device: add ALWAYS_RUN_OPROM option
Aaron Durbin
2018-02-01
device/pci_device: remove #if/#endif in oprom logic
Aaron Durbin
2018-01-31
device/pci_rom: Write _ROM method for VGA devices
Patrick Rudolph
2017-12-13
device: Make pci_dev_ops_pci structure global
Subrata Banik
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-08-09
device/pci: untangle struct device and device_t
Aaron Durbin
2017-06-28
src/device: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-05-01
pci_device: Write vendor ID to subsystem vendor ID
Rizwan Qureshi
2017-02-04
x86/acpi: Add VFCT table
Patrick Rudolph
2016-12-08
buildsystem: Drop explicit (k)config.h includes
Kyösti Mälkki
2016-07-28
bootmode: Get rid of CONFIG_BOOTMODE_STRAPS
Furquan Shaikh
2016-07-28
vboot: Separate vboot from chromeos
Furquan Shaikh
2016-04-13
src/device: Update license headers
Martin Roth
2015-10-25
device/pci_device: Set bridge primary bus number before scanning
Timothy Pearson
2015-10-22
allocator: Page align memory mapped PCI resources
Nico Huber
2015-09-05
symbols: add '_' to pci_drivers and cpu_drivers symbols
Aaron Durbin
2015-06-04
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
devicetree: Single scan_bridges()
Kyösti Mälkki
2015-06-04
PCI subsystem: Drop parameter max from scan_bus
Kyösti Mälkki
2015-06-04
PCI subsystem: Use subordinate property to track bus enumeration
Kyösti Mälkki
2015-06-04
PCI subsystem: Refactor PCI bridge register control
Kyösti Mälkki
2015-06-04
devicetree: Rename unused parameter max in domain_scan_bus()
Kyösti Mälkki
2015-03-09
AMD fam10: Drop PCI_BUS_SEGN_BITS
Kyösti Mälkki
2015-02-10
PCI subsystem: Remove AGP bridge type
Kyösti Mälkki
2015-01-12
src/device: Doxygen fixes
Martin Roth
2015-01-06
doxygen fixes: fix parameter names to match the functions
Martin Roth
2014-06-25
device/pci_device.c: Sanitize headers
Edward O'Callaghan
2014-06-21
PCI VGA ROM: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-05-29
PCI IRQs: Swizzle PCI IRQs for PCI bridges
Mike Loptien
2014-05-01
device: Conditionally bypass oprom execution
Kyösti Mälkki
2014-05-01
ChromeOS: Remove oprom_is_loaded
Kyösti Mälkki
2014-05-01
device: provide option to always load PCI option roms
Kyösti Mälkki
2013-12-24
Remove PCI_ROM_RUN option
Vladimir Serbinenko
2013-12-21
Add Kconfig options to override Subsystem Vendor and Device ID
Duncan Laurie
2013-08-24
Add test to match struct device with pci_devfn_t
Kyösti Mälkki
2013-04-01
pci: don't load vga option rom before S3 check
Aaron Durbin
2012-11-30
Rename devices -> device
Stefan Reinauer