summaryrefslogtreecommitdiffstats
path: root/src/device/pci_device.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-23/+23
* device/device.h: Drop multiple linksArthur Heymans2024-01-291-5/+2
* device: Add support for multiple PCI segment groupsFelix Held2024-01-161-3/+12
* x86: Separate CPU and SoC physical address sizeJeremy Compostella2023-12-221-1/+1
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-2/+2
* device/pci: Limit default domain memory windowNico Huber2023-06-011-1/+16
* device/pci_device.c: Add way to limit max bus numbersArthur Heymans2023-02-061-1/+13
* src/device/pci_: Remove unnecessary space after castsElyes Haouas2022-11-221-11/+11
* device & commonlib: Update pci_scan_bus postcodesMartin Roth2022-11-121-4/+2
* /: Remove "ERROR: "/"WARNING: " prefixes from log messagesElyes Haouas2022-11-101-2/+2
* device/pci_device: Add missing spaces to log messagesPaul Menzel2022-09-081-4/+4
* pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber2022-09-041-1/+5
* pciexp_device: Join pciexp_find_(next_)extended_cap() APIsNico Huber2022-08-171-1/+1
* pci_device: Add a function to find PCI capability ID recursivelyBill XIE2022-08-071-0/+24
* 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