summaryrefslogtreecommitdiffstats
path: root/src/include/device
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/common: Include Alder Lake device IDsSubrata Banik2020-08-051-0/+221
* device: Add find_dev_nested_path helper functionRob Barnes2020-07-281-0/+4
* PCI IDs: Add PCI ID for the realtek 5261Caveh Jalali2020-07-281-0/+1
* src: Never set ISA Enable on PCI bridgesAngel Pons2020-07-281-1/+1
* src/include: Add missing includesElyes HAOUAS2020-07-267-3/+10
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-262-4/+4
* device/device.h: Add `is_dev_enabled` functionAngel Pons2020-07-261-0/+5
* soc/intel/tigerlake: Update Tiger Lake SA IDsDerek Huang2020-07-251-3/+3
* device: Increase DEVICE_PATH_MAX to 40Furquan Shaikh2020-07-171-1/+1
* PCI IDs: Add PCI ID for JSL DPTF/DTT PCI deviceTim Wawrzynczak2020-07-151-0/+1
* soc/intel/tigerlake: Add new IGD deviceRavi Sarawadi2020-07-121-0/+1
* device/xhci: Add helper method to iterate over xhci_supported_protoclRaul E Rangel2020-07-121-0/+8
* soc/intel/common/block: Add new block DTTTim Wawrzynczak2020-07-071-0/+3
* pci_ids: Add TGL & JSL IPU PCI IDsTim Wawrzynczak2020-07-071-0/+3
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-222-0/+40
* device/pnp_ops.h: Use pnp.h functionsAngel Pons2020-06-171-6/+3
* device/xhci: Add xHCI utility to enumerate capabilitiesRaul E Rangel2020-06-101-0/+57
* pci_ops.h: Turn and/or ops into update wrappersAngel Pons2020-06-091-48/+42
* include/device/pci_ops.h: Add bitwise AND opsAngel Pons2020-06-091-0/+36
* device: Add a disabling PCIe device bus master functionJohn Zhao2020-06-081-0/+1
* fw_config: Add firmware configuration interfaceDuncan Laurie2020-06-021-0/+4
* src: Remove redundant includesElyes HAOUAS2020-06-022-2/+0
* device: Enable resource allocation above 4G boundary with allocator v4Furquan Shaikh2020-05-281-0/+2
* Remove new additions of "this file is part of" linesElyes HAOUAS2020-05-281-1/+0
* device: Move resource allocation into a separate compilation unitFurquan Shaikh2020-05-261-0/+20
* drivers/soundwire/alc5682: Support Realtek ALC5682 SoundWire deviceDuncan Laurie2020-05-221-0/+3
* drivers/soundwire/max98373: Support MAX98373 SoundWire deviceDuncan Laurie2020-05-221-0/+4
* device: Add definitions for SoundWire specificationDuncan Laurie2020-05-192-0/+450
* Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh2020-05-161-2/+0
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-121-0/+14
* southbridge/intel/common: Add Process CallChristian Walter2020-05-121-0/+1
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-0/+1
* device: Enable resource allocation above 4G boundaryFurquan Shaikh2020-05-121-0/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1118-18/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-063-36/+3
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-063-6/+3
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-2/+2
* include/device/device.h: Include <smbios.h>Elyes HAOUAS2020-05-011-1/+1
* device/pci_id: Add Tiger Lake TCSS device IDJohn Zhao2020-04-291-0/+4
* device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-282-2/+2
* device: Constify struct device * parameter to dev_nameFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-282-3/+3
* amd/family17h: Add PCI device IDs for all controllers in AMD Family17hFurquan Shaikh2020-04-281-7/+26
* soc/amd: Update macro name for IOMMU on AMD Family 17hFurquan Shaikh2020-04-281-1/+1
* soc/intel/jasperlake: Add new MCH device idsMaulik V Vaghela2020-04-281-0/+3
* include/device/azalia: Add enums and MACROsPatrick Rudolph2020-04-251-0/+88
* 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/+4
* mmio: Fix failure in bit field macro when accessing >30 bitsHung-Te Lin2020-04-201-2/+2