summaryrefslogtreecommitdiffstats
path: root/src/device/pci_device.c
Commit message (Expand)AuthorAgeFilesLines
* device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki2019-03-061-0/+5
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device/pci_device: Do not break tree topologyKyösti Mälkki2019-01-101-36/+43
* {device,drivers}: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-10-231-1/+2
* device/pci_device.c: Remove unused variable attr settingRichard Spiegel2018-08-081-1/+0
* device/pci: Add MSI-X helper functionsPatrick Rudolph2018-07-191-0/+68
* timestamps: Add timestamps around the vbios load & initMartin Roth2018-03-081-0/+4
* device: add ALWAYS_RUN_OPROM optionAaron Durbin2018-02-011-0/+5
* device/pci_device: remove #if/#endif in oprom logicAaron Durbin2018-02-011-7/+5
* device/pci_rom: Write _ROM method for VGA devicesPatrick Rudolph2018-01-311-0/+1
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+1
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* device/pci: untangle struct device and device_tAaron Durbin2017-08-091-11/+12
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-9/+9
* pci_device: Write vendor ID to subsystem vendor IDRizwan Qureshi2017-05-011-0/+7
* x86/acpi: Add VFCT tablePatrick Rudolph2017-02-041-0/+3
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-2/+1
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* src/device: Update license headersMartin Roth2016-04-131-6/+13
* device/pci_device: Set bridge primary bus number before scanningTimothy Pearson2015-10-251-0/+1
* allocator: Page align memory mapped PCI resourcesNico Huber2015-10-221-0/+6
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-1/+1
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-13/+4
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-041-6/+1
* PCI subsystem: Drop parameter max from scan_busKyösti Mälkki2015-06-041-14/+10
* PCI subsystem: Use subordinate property to track bus enumerationKyösti Mälkki2015-06-041-20/+9
* PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki2015-06-041-26/+50
* devicetree: Rename unused parameter max in domain_scan_bus()Kyösti Mälkki2015-06-041-3/+4
* AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki2015-03-091-5/+0
* PCI subsystem: Remove AGP bridge typeKyösti Mälkki2015-02-101-4/+0
* src/device: Doxygen fixesMartin Roth2015-01-121-2/+2
* doxygen fixes: fix parameter names to match the functionsMartin Roth2015-01-061-1/+1
* device/pci_device.c: Sanitize headersEdward O'Callaghan2014-06-251-22/+8
* PCI VGA ROM: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+2
* PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien2014-05-291-0/+151
* device: Conditionally bypass oprom executionKyösti Mälkki2014-05-011-11/+9
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-8/+3
* device: provide option to always load PCI option romsKyösti Mälkki2014-05-011-10/+40
* Remove PCI_ROM_RUN optionVladimir Serbinenko2013-12-241-8/+4
* Add Kconfig options to override Subsystem Vendor and Device IDDuncan Laurie2013-12-211-0/+4
* Add test to match struct device with pci_devfn_tKyösti Mälkki2013-08-241-0/+13
* pci: don't load vga option rom before S3 checkAaron Durbin2013-04-011-8/+9
* Rename devices -> deviceStefan Reinauer2012-11-301-0/+1325