summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* Revert "device/pci_device.c: Do not complain about disabled devices"Nico Huber2020-08-041-4/+0
* Change all assert(0) to BUG()Julius Werner2020-08-031-2/+2
* device: Add find_dev_nested_path helper functionRob Barnes2020-07-281-0/+27
* src: Never set ISA Enable on PCI bridgesAngel Pons2020-07-281-1/+0
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-262-2/+2
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-1/+1
* device/pci_device.c: Do not complain about disabled devicesAngel Pons2020-07-241-0/+4
* device/cardbus_device.c: Drop `cardbus_size_bridge_resource`Angel Pons2020-07-211-21/+0
* device/xhci: Add helper method to iterate over xhci_supported_protoclRaul E Rangel2020-07-121-2/+39
* device/pci_device.c: Drop dead codeAngel Pons2020-07-091-5/+0
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-3/+3
* src/device/Kconfig: Introduce WANT_LINEAR_FRAMEBUFFERAngel Pons2020-06-181-4/+7
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-174-8/+8
* device/xhci: Add xHCI utility to enumerate capabilitiesRaul E Rangel2020-06-103-0/+93
* device: Add a disabling PCIe device bus master functionJohn Zhao2020-06-081-0/+5
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* device/resource_allocator_v4: Improve the logging in resource allocatorFurquan Shaikh2020-05-281-21/+29
* device/resource_allocator_v4: Change BIOS_SPEW to BIOS_DEBUGFurquan Shaikh2020-05-281-8/+8
* Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4...Furquan Shaikh2020-05-282-3/+23
* device: Enable resource allocation above 4G boundary with allocator v4Furquan Shaikh2020-05-281-10/+135
* resource_allocator_v4: Fix size of I/O hole at 0x3b0Furquan Shaikh2020-05-271-1/+1
* device: Switch to resource allocator v4 by default treewideFurquan Shaikh2020-05-261-2/+4
* device: Add support for resource allocator v4Furquan Shaikh2020-05-263-0/+562
* device/resource_allocator_v3: Do not set IORESOURCE_ASSIGNED for size 0 resourceFurquan Shaikh2020-05-261-5/+1
* device: Move resource allocation into a separate compilation unitFurquan Shaikh2020-05-265-592/+618
* device_util,agesa/family14: Do not consider unassigned resources in find_pci_...Furquan Shaikh2020-05-261-2/+9
* device/pci: Handle unassigned bus resources gracefullyNico Huber2020-05-261-4/+10
* device/pci: Refactor pci_set_resource()Nico Huber2020-05-261-54/+65
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* 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
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-183-6/+0
* Revert "device: Enable resource allocator to use multiple ranges"Furquan Shaikh2020-05-161-511/+514
* Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh2020-05-161-111/+9
* Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"Furquan Shaikh2020-05-162-22/+3
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-122-0/+14
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-0/+5
* pciexp_device: Add option to allocate prefetch memory above 4G boundaryFurquan Shaikh2020-05-122-3/+22
* pci_device: Extend PCI domain limit to 64-bitFurquan Shaikh2020-05-121-1/+2
* device: Enable resource allocation above 4G boundaryFurquan Shaikh2020-05-121-9/+111
* device: Enable resource allocator to use multiple rangesFurquan Shaikh2020-05-121-514/+511
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1133-33/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-093-27/+3
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-22/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to dev_nameFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-4/+4