summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/device/Kconfig: Adjust Graphics init defaultsMatt DeVillier2020-03-291-0/+3
* Rework map_oprom_vendev to add revision check and mappingMartin Roth2020-03-251-11/+16
* src/device: Add option to look at revision in option romsMartin Roth2020-03-252-10/+22
* arch/x86: Add Kconfig option for 2nd VGA BIOS imageMartin Roth2020-03-251-0/+29
* src/device/pci_rom.c: Show device IDs on oprom failureMartin Roth2020-03-171-1/+1
* treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-1/+1
* device/Kconfig: select linear framebuffer for TianocoreMatt DeVillier2020-02-241-0/+2
* treewide: capitalize 'BIOS'Elyes HAOUAS2020-02-172-2/+2
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-0/+6
* pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller2020-02-053-1/+112
* device/pnp_device: improve warning/error messagesFelix Held2020-02-011-2/+2
* src/device: Update pci_class to PCI-SIG SpecificationElyes HAOUAS2020-01-101-2/+12
* device/smbus: Drop unused smbus_set_link()Kyösti Mälkki2020-01-041-37/+0
* device/smbus: Drop SMBUS_HAS_AUX_CHANNELSKyösti Mälkki2020-01-041-4/+0
* device/Kconfig: make sure display can't be selected by accidentMichael Niewöhner2020-01-031-0/+3
* device: Log times with millisecond resolutionKyösti Mälkki2019-12-311-13/+16
* superio/common/conf_mode: Add op to write SSDTPatrick Rudolph2019-12-221-0/+13
* device/pciexp: Match Max_Payload_Size between ends of a linkKyösti Mälkki2019-12-191-0/+44
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-194-4/+0
* device/pnp: introduce and use PNP_SKIP_FUNCTIONFelix Held2019-12-161-1/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-112-2/+2
* src/device: Fix typoElyes HAOUAS2019-12-091-1/+1
* device/hypertransport: Drop unused codeArthur Heymans2019-11-221-42/+1