summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* device: Add helper function to find matching device on busFurquan Shaikh2020-04-221-0/+13
* device: Add a helper to find device behind a PCI-to-PCI bridge deviceFurquan Shaikh2020-04-221-0/+13
* device: Add checks for NULL in device_const.c functionsFurquan Shaikh2020-04-221-0/+15
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-0/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-2/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-056-13/+0
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0428-336/+56
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* device/Kconfig: fix circular dependency for RUN_FSP_GOPMatt DeVillier2020-03-311-1/+1