summaryrefslogtreecommitdiff
path: root/src/device/pci_device.c
AgeCommit message (Expand)Author
2021-03-14device/pciexp_device.c: Remove CPP guardingArthur Heymans
2021-02-15device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`Paul Menzel
2021-02-06soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAYKyösti Mälkki
2021-01-26device/pci_device.c: Use __func__Elyes HAOUAS
2021-01-18device/pci_device.c: Remove repeated wordElyes HAOUAS
2021-01-12device/pci_device.c: Use same indents for switch/caseFelix Singer
2020-11-25device: Drop unused HyperTransport codeAngel Pons
2020-11-16device/pci: Add NULL check for PCI driver's .opsNico Huber
2020-11-16device: Enable bus mastering on system-class devices conditionallyFelix Singer
2020-11-16device: Allow configuring bus mastering for PCI bridges conditionallyFelix Singer
2020-11-09device: Move pci_dev_is_wake_source functionTim Wawrzynczak
2020-10-21device: Allow virtual/generic devices under PCI in devicetreeDuncan Laurie
2020-10-11pci_device: Add a helper function for determining if PCI device is wake sourceFurquan Shaikh
2020-09-21src/device: Drop unneeded empty linesElyes HAOUAS
2020-08-04Revert "device/pci_device.c: Do not complain about disabled devices"Nico Huber
2020-07-24device/pci_device.c: Do not complain about disabled devicesAngel Pons
2020-07-09device/pci_device.c: Drop dead codeAngel Pons
2020-06-08device: Add a disabling PCIe device bus master functionJohn Zhao
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-26device/pci: Handle unassigned bus resources gracefullyNico Huber
2020-05-26device/pci: Refactor pci_set_resource()Nico Huber
2020-05-20device/pci_device: Add notion of "hidden" PCI devicesTim Wawrzynczak
2020-05-18device/pci_device: Remove useless pci_bus_ops_pciTim Wawrzynczak
2020-05-12device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel
2020-05-12pci_device: Extend PCI domain limit to 64-bitFurquan Shaikh
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-02-08Add configurable ramstage support for minimal PCI scanningRonald G. Minnich
2020-02-05pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-06device/pci: Enable full 16-bit VGA port i/o decodingNico Huber
2019-10-04device/pci_device.c: Use verified boot to check opromFrans Hendriks
2019-09-22device/pci: Replace add with bitwise-orKyösti Mälkki
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-09-15lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander
2019-08-02device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki
2019-07-26src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander
2019-07-15device: Remove device->ops from early stagesKyösti Mälkki
2019-07-12device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki
2019-07-04device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki
2019-05-15vboot: remove OPROM-related codeJoel Kitching
2019-04-02vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner
2019-03-21device/pci_device: Add generic subsystem programming logicSubrata Banik
2019-03-21{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-06device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki