summaryrefslogtreecommitdiff
path: root/src/include/device/device.h
AgeCommit message (Expand)Author
2021-05-10device: Drop unused `uma_memory_{base,size}` globalsAngel Pons
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-01-30device: Drop `mmconf_resource_init` functionAngel Pons
2021-01-12device: Use __pci_0_00_0_config in config_of_soc()Furquan Shaikh
2020-12-28device + util/sconfig: introduce new device `gpio`Michael Niewöhner
2020-12-06include/device/device: add comment that config_of_soc never returns NULLFelix Held
2020-10-29soc/intel/xeon_sp: Move function debug macrosMarc Jones
2020-10-29include/device/device.h: Move resource debug macrosMarc Jones
2020-10-21device: Export enable_static_device() functionDuncan Laurie
2020-10-08device: Clarify use of `config_of()`Nico Huber
2020-07-28device: Add find_dev_nested_path helper functionRob Barnes
2020-07-26device/device.h: Add `is_dev_enabled` functionAngel Pons
2020-06-02fw_config: Add firmware configuration interfaceDuncan Laurie
2020-05-12device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel
2020-05-01include/device/device.h: Include <smbios.h>Elyes HAOUAS
2020-04-28device: Constify struct device * parameter to acpi_inject_dsdtFurquan 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-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
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-01-04device/smbus: Drop unused smbus_set_link()Kyösti Mälkki
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-11-21device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki
2019-11-18include: Make stdbool.h a separate fileJulius Werner
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-10-08device/root_device: Consolidate common _scan_bus() functionsNico Huber
2019-10-07device: Rename scan_static_bus() -> enable_static_devices()Nico Huber
2019-10-06device/pci: Enable full 16-bit VGA port i/o decodingNico Huber
2019-10-02soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki
2019-09-27device: add commentary to dev_find_slot()Aaron Durbin
2019-08-23arch/x86/acpi: Add acpi_device_hidPatrick Rudolph
2019-08-15cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki
2019-07-18devicetree: Add accessors for chip_infoKyösti Mälkki
2019-07-17device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki
2019-07-17soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki
2019-07-15device: Remove device->ops from early stagesKyösti Mälkki
2019-07-12device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki
2019-07-07device/pci: Declare pci_root_bus()Kyösti Mälkki
2019-06-28device: Tidy up add_more_links()Jacob Garber
2019-06-28device,nb/amd: Deduplicate add_more_links()Jacob Garber
2019-05-07sconfig: Add SMBIOS type 9 entriesPatrick Rudolph
2019-03-17resources: introduce io_resource()Subrata Banik
2019-03-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-06device/pci_ops: Simplify logic for PCI bus opsKyösti Mälkki