summaryrefslogtreecommitdiff
path: root/src/include/device/device.h
AgeCommit message (Expand)Author
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
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-04device: Introduce pcidev_on_root() and friendsKyösti Mälkki
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-09-16sconfig: Allow setting device status in device treeHung-Te Lin
2018-07-26device: add child traversal helper functionAaron Durbin
2018-05-25device: Move find_dev_path() to device_const.cKyösti Mälkki
2018-05-25device: Move dev_find_path() to device_const.cNico Huber
2018-05-11devicetree: Add USB device typeDuncan Laurie