summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2020-06-19Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi
2020-06-18src/device/Kconfig: Introduce WANT_LINEAR_FRAMEBUFFERAngel Pons
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-06-10device/xhci: Add xHCI utility to enumerate capabilitiesRaul E Rangel
2020-06-08device: Add a disabling PCIe device bus master functionJohn Zhao
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-28device/resource_allocator_v4: Improve the logging in resource allocatorFurquan Shaikh
2020-05-28device/resource_allocator_v4: Change BIOS_SPEW to BIOS_DEBUGFurquan Shaikh
2020-05-28Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4...Furquan Shaikh
2020-05-28device: Enable resource allocation above 4G boundary with allocator v4Furquan Shaikh
2020-05-27resource_allocator_v4: Fix size of I/O hole at 0x3b0Furquan Shaikh
2020-05-26device: Switch to resource allocator v4 by default treewideFurquan Shaikh
2020-05-26device: Add support for resource allocator v4Furquan Shaikh
2020-05-26device/resource_allocator_v3: Do not set IORESOURCE_ASSIGNED for size 0 resourceFurquan Shaikh
2020-05-26device: Move resource allocation into a separate compilation unitFurquan Shaikh
2020-05-26device_util,agesa/family14: Do not consider unassigned resources in find_pci_...Furquan Shaikh
2020-05-26device/pci: Handle unassigned bus resources gracefullyNico Huber
2020-05-26device/pci: Refactor pci_set_resource()Nico Huber
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
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-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-16Revert "device: Enable resource allocator to use multiple ranges"Furquan Shaikh
2020-05-16Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh
2020-05-16Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"Furquan Shaikh
2020-05-12util/sconfig: Add LPC and ESPI busesRaul E Rangel
2020-05-12device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel
2020-05-12pciexp_device: Add option to allocate prefetch memory above 4G boundaryFurquan Shaikh
2020-05-12pci_device: Extend PCI domain limit to 64-bitFurquan Shaikh
2020-05-12device: Enable resource allocation above 4G boundaryFurquan Shaikh
2020-05-12device: Enable resource allocator to use multiple rangesFurquan Shaikh
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28device: Constify struct device * parameter to dev_nameFurquan Shaikh
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-04-22device: Add helper function to find matching device on busFurquan Shaikh
2020-04-22device: Add a helper to find device behind a PCI-to-PCI bridge deviceFurquan Shaikh
2020-04-22device: Add checks for NULL in device_const.c functionsFurquan Shaikh
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
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-03-31device/Kconfig: fix circular dependency for RUN_FSP_GOPMatt DeVillier