summaryrefslogtreecommitdiffstats
path: root/src/device/pci_device.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-151-4/+0
* device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki2019-08-021-5/+0
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-261-0/+7
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-151-2/+3
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-17/+12
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-041-67/+0
* vboot: remove OPROM-related codeJoel Kitching2019-05-151-3/+0
* vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner2019-04-021-1/+1
* device/pci_device: Add generic subsystem programming logicSubrata Banik2019-03-211-2/+22
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-2/+7
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-12/+12
* 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