summaryrefslogtreecommitdiffstats
path: root/src/device/pci_device.c
Commit message (Expand)AuthorAgeFilesLines
* device: Add IORESOURCE_ABOVE_4G flag to PCI64 resourcesTim Wawrzynczak2022-05-291-1/+3
* device/pci_device.c: Return if the scan parameter is invalidArthur Heymans2022-03-301-0/+2
* device/pci_device.c: Improve pci_bridge_route() readabilityArthur Heymans2022-03-021-13/+13
* device/pci_device: Fix PCIe bridge detectionNico Huber2022-02-281-0/+3
* device: Add support for PCIe Resizable BARsTim Wawrzynczak2022-02-161-3/+136
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-4/+3
* device/pci_device.c: Make sure the PCI bus has a deviceArthur Heymans2022-01-121-0/+3
* pci_device.c: Don't guard `pci_dev_disable_bus_master()`Angel Pons2022-01-011-5/+5
* device/pci_device.c: Scan only one device for PCIeJianjun Wang2021-11-291-0/+27
* device: Reflow strings in printk statementsAngel Pons2021-07-051-11/+10
* device/pci_device.c: Reuse `irq` variableAngel Pons2021-07-011-3/+2
* device/pci_device.c: Drop redundant guardAngel Pons2021-06-301-2/+0
* device/pciexp_device.c: Remove CPP guardingArthur Heymans2021-03-141-7/+8
* device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`Paul Menzel2021-02-151-2/+2
* soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAYKyösti Mälkki2021-02-061-0/+9
* device/pci_device.c: Use __func__Elyes HAOUAS2021-01-261-5/+4
* device/pci_device.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* device/pci_device.c: Use same indents for switch/caseFelix Singer2021-01-121-1/+1
* device: Drop unused HyperTransport codeAngel Pons2020-11-251-14/+0
* device/pci: Add NULL check for PCI driver's .opsNico Huber2020-11-161-4/+7
* device: Enable bus mastering on system-class devices conditionallyFelix Singer2020-11-161-1/+2
* device: Allow configuring bus mastering for PCI bridges conditionallyFelix Singer2020-11-161-1/+2
* device: Move pci_dev_is_wake_source functionTim Wawrzynczak2020-11-091-18/+0
* device: Allow virtual/generic devices under PCI in devicetreeDuncan Laurie2020-10-211-10/+15
* pci_device: Add a helper function for determining if PCI device is wake sourceFurquan Shaikh2020-10-111-0/+18
* src/device: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* Revert "device/pci_device.c: Do not complain about disabled devices"Nico Huber2020-08-041-4/+0
* device/pci_device.c: Do not complain about disabled devicesAngel Pons2020-07-241-0/+4
* device/pci_device.c: Drop dead codeAngel Pons2020-07-091-5/+0
* device: Add a disabling PCIe device bus master functionJohn Zhao2020-06-081-0/+5
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* device/pci: Handle unassigned bus resources gracefullyNico Huber2020-05-261-4/+10
* device/pci: Refactor pci_set_resource()Nico Huber2020-05-261-54/+65
* device/pci_device: Add notion of "hidden" PCI devicesTim Wawrzynczak2020-05-201-2/+61
* device/pci_device: Remove useless pci_bus_ops_pciTim Wawrzynczak2020-05-181-5/+0
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-0/+5
* pci_device: Extend PCI domain limit to 64-bitFurquan Shaikh2020-05-121-1/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-4/+0
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-0/+6
* pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller2020-02-051-1/+9
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-5/+5
* device/pci: Enable full 16-bit VGA port i/o decodingNico Huber2019-10-061-0/+39
* device/pci_device.c: Use verified boot to check opromFrans Hendriks2019-10-041-3/+8
* device/pci: Replace add with bitwise-orKyösti Mälkki2019-09-221-1/+1
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-16/+1
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-151-4/+0