summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
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
2020-03-29src/device/Kconfig: Adjust Graphics init defaultsMatt DeVillier
2020-03-25Rework map_oprom_vendev to add revision check and mappingMartin Roth
2020-03-25src/device: Add option to look at revision in option romsMartin Roth
2020-03-25arch/x86: Add Kconfig option for 2nd VGA BIOS imageMartin Roth
2020-03-17src/device/pci_rom.c: Show device IDs on oprom failureMartin Roth
2020-03-03treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons
2020-02-24device/Kconfig: select linear framebuffer for TianocoreMatt DeVillier
2020-02-17treewide: capitalize 'BIOS'Elyes HAOUAS
2020-02-08Add configurable ramstage support for minimal PCI scanningRonald G. Minnich
2020-02-05pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller
2020-02-01device/pnp_device: improve warning/error messagesFelix Held
2020-01-10src/device: Update pci_class to PCI-SIG SpecificationElyes HAOUAS
2020-01-04device/smbus: Drop unused smbus_set_link()Kyösti Mälkki
2020-01-04device/smbus: Drop SMBUS_HAS_AUX_CHANNELSKyösti Mälkki
2020-01-03device/Kconfig: make sure display can't be selected by accidentMichael Niewöhner
2019-12-31device: Log times with millisecond resolutionKyösti Mälkki
2019-12-22superio/common/conf_mode: Add op to write SSDTPatrick Rudolph
2019-12-19device/pciexp: Match Max_Payload_Size between ends of a linkKyösti Mälkki
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-16device/pnp: introduce and use PNP_SKIP_FUNCTIONFelix Held
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-09src/device: Fix typoElyes HAOUAS
2019-11-22device/hypertransport: Drop unused codeArthur Heymans
2019-11-21device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki
2019-11-20device: Add back dummy HT_CHAIN_UNITID_BASEKyösti Mälkki
2019-11-20nb/amd/fam10: Drop supportArthur Heymans