summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* device: Drop unused HyperTransport codeAngel Pons2020-11-254-526/+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-162-1/+13
* device: Move pci_dev_is_wake_source functionTim Wawrzynczak2020-11-092-18/+18
* azalia: Treat all negative return values as errorsAngel Pons2020-11-021-7/+7
* device: Rework bus master optionFelix Singer2020-11-021-0/+11
* device: Rephrase bus master Kconfig optionFelix Singer2020-10-271-1/+1
* device: Allow virtual/generic devices under PCI in devicetreeDuncan Laurie2020-10-212-10/+19
* device: Export enable_static_device() functionDuncan Laurie2020-10-211-19/+14
* pci_device: Add a helper function for determining if PCI device is wake sourceFurquan Shaikh2020-10-111-0/+18
* superio/common: Fix NULL pointer dereferencesJohn Zhao2020-09-281-1/+1
* src/device: Drop unneeded empty linesElyes HAOUAS2020-09-2111-15/+0
* lint: check for misuse of Kconfig SUBSYSTEM_*_IDMichael Niewöhner2020-09-201-0/+6
* src: Remove redundant <device/pnp_def.h>Elyes HAOUAS2020-09-171-1/+0
* device/dram: Add method for converting MHz to MT/sRob Barnes2020-09-162-0/+80
* src/{device,include}: Use PNP_IDX_EN instead of magic numberElyes HAOUAS2020-09-141-3/+4
* device: Add method to configure bus mastering based on KconfigFelix Singer2020-08-311-0/+13
* {sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differencesElyes HAOUAS2020-08-171-34/+32
* device/azalia_device.c: Use <device/azalia_device.h> registersElyes HAOUAS2020-08-171-15/+11
* device/pci_rom.c: Treat BASE_DISPLAY class as GPUBenjamin Doron2020-08-151-2/+2
* src: Use space after 'if', 'for'Elyes HAOUAS2020-08-051-1/+1
* 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