summaryrefslogtreecommitdiff
path: root/src/device/pci_device.c
AgeCommit message (Expand)Author
2018-03-08timestamps: Add timestamps around the vbios load & initMartin Roth
2018-02-01device: add ALWAYS_RUN_OPROM optionAaron Durbin
2018-02-01device/pci_device: remove #if/#endif in oprom logicAaron Durbin
2018-01-31device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph
2017-12-13device: Make pci_dev_ops_pci structure globalSubrata Banik
2017-10-22security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese
2017-08-09device/pci: untangle struct device and device_tAaron Durbin
2017-06-28src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-01pci_device: Write vendor ID to subsystem vendor IDRizwan Qureshi
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-07-28bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-04-13src/device: Update license headersMartin Roth
2015-10-25device/pci_device: Set bridge primary bus number before scanningTimothy Pearson
2015-10-22allocator: Page align memory mapped PCI resourcesNico Huber
2015-09-05symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Single scan_bridges()Kyösti Mälkki
2015-06-04PCI subsystem: Drop parameter max from scan_busKyösti Mälkki
2015-06-04PCI subsystem: Use subordinate property to track bus enumerationKyösti Mälkki
2015-06-04PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki
2015-06-04devicetree: Rename unused parameter max in domain_scan_bus()Kyösti Mälkki
2015-03-09AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki
2015-02-10PCI subsystem: Remove AGP bridge typeKyösti Mälkki
2015-01-12src/device: Doxygen fixesMartin Roth
2015-01-06doxygen fixes: fix parameter names to match the functionsMartin Roth
2014-06-25device/pci_device.c: Sanitize headersEdward O'Callaghan
2014-06-21PCI VGA ROM: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-05-29PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien
2014-05-01device: Conditionally bypass oprom executionKyösti Mälkki
2014-05-01ChromeOS: Remove oprom_is_loadedKyösti Mälkki
2014-05-01device: provide option to always load PCI option romsKyösti Mälkki
2013-12-24Remove PCI_ROM_RUN optionVladimir Serbinenko
2013-12-21Add Kconfig options to override Subsystem Vendor and Device IDDuncan Laurie
2013-08-24Add test to match struct device with pci_devfn_tKyösti Mälkki
2013-04-01pci: don't load vga option rom before S3 checkAaron Durbin
2012-11-30Rename devices -> deviceStefan Reinauer