summaryrefslogtreecommitdiffstats
path: root/src/device/device_util.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-24/+25
* device/device.h: Drop multiple linksArthur Heymans2024-01-291-80/+20
* device/device_util: Add method to retrieve the domainPatrick Rudolph2024-01-241-0/+13
* device/device_util: Print full domain IDPatrick Rudolph2024-01-221-1/+1
* device_util: Drop unused function bus_pathArthur Heymans2024-01-211-8/+0
* device: Add support for multiple PCI segment groupsFelix Held2024-01-161-4/+6
* console: Add format-checking __printf() to die()Nico Huber2023-05-171-5/+2
* src/device + util/sconfig: Introduce new device 'mdio'Mario Scheithauer2022-11-241-0/+6
* src/device: Clean up includesElyes Haouas2022-10-261-1/+2
* include/device/device_util.c: add predicates for pci devicesFabio Aiuto2022-10-061-0/+15
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-4/+1
* include/device/path.h: use functions for enabled cpu selectionFabio Aiuto2022-09-291-0/+11
* pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber2022-09-041-0/+10
* device: Skip not assigned resources during global resource searchShuo Liu2022-08-131-0/+4
* device: Fix 64Bit Device Resource Info PrintGang Chen2022-08-031-2/+2
* resource: Add helpers for memory resourcesKyösti Mälkki2022-06-261-0/+15
* device: Add fixed_io_range_flags() and helpersKyösti Mälkki2022-06-261-14/+0
* device: Add fixed_mem_range_flags() and helpersKyösti Mälkki2022-06-261-11/+12
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* device: Add log_resource()Kyösti Mälkki2022-05-241-0/+9
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-2/+2
* device_util.c: Replace `memcpy()` with `strcpy()`Angel Pons2021-08-191-3/+3
* src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth2021-07-141-8/+0
* device: Reflow strings in printk statementsAngel Pons2021-07-051-2/+2
* device: Clean up resource utility function signaturesKyösti Mälkki2021-07-011-4/+4
* Rename do_printk() to printk()Nico Huber2021-04-141-15/+15
* device: correct code styleFrans Hendriks2021-02-051-6/+6
* device: Drop `mmconf_resource_init` functionAngel Pons2021-01-301-11/+4
* device + util/sconfig: introduce new device `gpio`Michael Niewöhner2020-12-281-0/+6
* superio/common: Fix NULL pointer dereferencesJohn Zhao2020-09-281-1/+1
* device_util,agesa/family14: Do not consider unassigned resources in find_pci_...Furquan Shaikh2020-05-261-2/+9
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-121-0/+8
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* device: Constify struct device * parameter to dev_nameFurquan Shaikh2020-04-281-1/+1
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-4/+4
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-7/+0
* device: Constify `dev` argument to (probe|find)_resource()Nico Huber2019-07-311-2/+2
* device/device_util.c: Correct format specifierJacob Garber2019-07-191-1/+1
* device/device_util: Fix encoding the USB device pathKarthikeyan Ramasubramanian2019-07-131-1/+1
* device: Tidy up add_more_links()Jacob Garber2019-06-281-5/+16
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+36
* device: ignore NONE devices behind bridgePatrick Rudolph2019-05-071-1/+4
* resources: introduce io_resource()Subrata Banik2019-03-171-0/+14
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-251-80/+0
* device: Move dev_find_path() to device_const.cNico Huber2018-05-251-27/+0
* device: Always build device_simple.c for less code duplicationNico Huber2018-05-241-67/+0
* src/device: Get rid of device_tElyes HAOUAS2018-05-221-4/+6