summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-0/+1
* include/device/device.h: Include <smbios.h>Elyes HAOUAS2020-05-011-1/+1
* 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-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-1/+1
* 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
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-1/+4
* pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller2020-02-051-0/+1
* device/smbus: Drop unused smbus_set_link()Kyösti Mälkki2020-01-041-1/+0
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-9/+0
* device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki2019-11-211-1/+0
* include: Make stdbool.h a separate fileJulius Werner2019-11-181-2/+1
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+0
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-081-1/+1
* device: Rename scan_static_bus() -> enable_static_devices()Nico Huber2019-10-071-1/+1
* device/pci: Enable full 16-bit VGA port i/o decodingNico Huber2019-10-061-0/+1
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-9/+2
* device: add commentary to dev_find_slot()Aaron Durbin2019-09-271-1/+8
* arch/x86/acpi: Add acpi_device_hidPatrick Rudolph2019-08-231-0/+2
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-151-0/+6
* devicetree: Add accessors for chip_infoKyösti Mälkki2019-07-181-0/+24
* device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki2019-07-171-1/+1
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-2/+4
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-151-1/+1
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+1
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-0/+1
* device: Tidy up add_more_links()Jacob Garber2019-06-281-1/+1
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+1
* sconfig: Add SMBIOS type 9 entriesPatrick Rudolph2019-05-071-0/+6
* resources: introduce io_resource()Subrata Banik2019-03-171-0/+6
* device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki2019-03-161-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci_ops: Simplify logic for PCI bus opsKyösti Mälkki2019-03-061-1/+0
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-1/+0
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* device: Introduce pcidev_on_root() and friendsKyösti Mälkki2019-01-041-0/+5
* src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS2019-01-041-0/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-6/+1
* sconfig: Allow setting device status in device treeHung-Te Lin2018-09-161-0/+1
* device: add child traversal helper functionAaron Durbin2018-07-261-0/+3
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-251-1/+3
* device: Move dev_find_path() to device_const.cNico Huber2018-05-251-2/+3
* devicetree: Add USB device typeDuncan Laurie2018-05-111-0/+2
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* device: constify some variablesLubomir Rintel2018-04-301-3/+3
* device: Add flag to disable PCIe ASPMNico Huber2018-04-261-0/+1