summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
Commit message (Expand)AuthorAgeFilesLines
* include: Add SPDX-License-Identifiers to files missing themMartin Roth2022-08-011-0/+2
* include/device/device.h: Remove unneeded blank line after '{'Elyes HAOUAS2022-07-171-1/+0
* device: Drop LOG_MEM/IO_RESOURCEKyösti Mälkki2022-06-261-17/+0
* resource: Add helpers for memory resourcesKyösti Mälkki2022-06-261-0/+56
* device: Add fixed_io_range_flags() and helpersKyösti Mälkki2022-06-261-6/+23
* device: Add fixed_mem_range_flags() and helpersKyösti Mälkki2022-06-261-3/+34
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-13/+13
* SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons2021-11-041-0/+11
* include/device: ensure valid link/bus is passed to mp_cpu_bus_initFelix Held2021-10-221-0/+11
* device: Drop unused function `dev_find_matching_device_on_bus`Furquan Shaikh2021-09-241-14/+0
* device: Add helper macros for device pointers using alias namesFurquan Shaikh2021-09-201-0/+8
* device/device.h: Drop unused function declarationAngel Pons2021-09-061-1/+0
* device: Add helper function devfn_disable()Subrata Banik2021-06-171-0/+2
* device: Add helper function is_devfn_enabled()Subrata Banik2021-06-091-0/+1
* device: Consider fw_config probing in `is_dev_enabled()`Furquan Shaikh2021-05-241-5/+1
* device: Drop unused `uma_memory_{base,size}` globalsAngel Pons2021-05-101-6/+0
* device/device.c: Rename .disable to .vga_disableArthur Heymans2021-02-241-1/+1
* device: Drop `mmconf_resource_init` functionAngel Pons2021-01-301-1/+0
* device: Use __pci_0_00_0_config in config_of_soc()Furquan Shaikh2021-01-121-5/+6
* device + util/sconfig: introduce new device `gpio`Michael Niewöhner2020-12-281-0/+2
* include/device/device: add comment that config_of_soc never returns NULLFelix Held2020-12-061-0/+1
* soc/intel/xeon_sp: Move function debug macrosMarc Jones2020-10-291-0/+14
* include/device/device.h: Move resource debug macrosMarc Jones2020-10-291-0/+18
* device: Export enable_static_device() functionDuncan Laurie2020-10-211-0/+1
* device: Clarify use of `config_of()`Nico Huber2020-10-081-0/+6
* device: Add find_dev_nested_path helper functionRob Barnes2020-07-281-0/+4
* device/device.h: Add `is_dev_enabled` functionAngel Pons2020-07-261-0/+5
* fw_config: Add firmware configuration interfaceDuncan Laurie2020-06-021-0/+4
* 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