summaryrefslogtreecommitdiffstats
path: root/src/device/device_const.c
Commit message (Expand)AuthorAgeFilesLines
* device: Drop unused function `dev_find_matching_device_on_bus`Furquan Shaikh2021-09-241-13/+0
* src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth2021-07-141-6/+0
* device: Add helper function is_devfn_enabled()Subrata Banik2021-06-091-0/+6
* device: Consider fw_config probing in `is_dev_enabled()`Furquan Shaikh2021-05-241-0/+14
* device: correct code styleFrans Hendriks2021-02-051-1/+1
* device + util/sconfig: introduce new device `gpio`Michael Niewöhner2020-12-281-0/+3
* Change all assert(0) to BUG()Julius Werner2020-08-031-2/+2
* device: Add find_dev_nested_path helper functionRob Barnes2020-07-281-0/+27
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-121-0/+6
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* 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/+13
* device: Add checks for NULL in device_const.c functionsFurquan Shaikh2020-04-221-0/+15
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki2019-11-211-1/+2
* nb/amd/fam10: Drop supportArthur Heymans2019-11-201-7/+0
* device: add commentary to dev_find_slot()Aaron Durbin2019-09-271-0/+6
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-7/+0
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-1/+1
* devicetree: Add accessors for chip_infoKyösti Mälkki2019-07-181-1/+11
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-0/+12
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+18
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-6/+16
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* amdfam10 boards: Fix regression on dev_find_slot() removalKyösti Mälkki2019-01-081-0/+8
* device: Introduce pcidev_on_root() and friendsKyösti Mälkki2019-01-041-0/+26
* device: add child traversal helper functionAaron Durbin2018-07-261-0/+24
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-251-0/+83
* device: Move dev_find_path() to device_const.cNico Huber2018-05-251-11/+26
* device: Rename device_simple.c --> device_const.cNico Huber2018-05-251-0/+120