summaryrefslogtreecommitdiff
path: root/src/device/device_const.c
AgeCommit message (Expand)Author
2021-02-05device: correct code styleFrans Hendriks
2020-12-28device + util/sconfig: introduce new device `gpio`Michael Niewöhner
2020-08-03Change all assert(0) to BUG()Julius Werner
2020-07-28device: Add find_dev_nested_path helper functionRob Barnes
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
2020-05-12util/sconfig: Add LPC and ESPI busesRaul E Rangel
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
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-22device: Add checks for NULL in device_const.c functionsFurquan Shaikh
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2019-11-21device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki
2019-11-20nb/amd/fam10: Drop supportArthur Heymans
2019-09-27device: add commentary to dev_find_slot()Aaron Durbin
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-07-18devicetree: Add accessors for chip_infoKyösti Mälkki
2019-07-17soc/intel: Fix regression with hidden PCI devicesKyö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-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-08amdfam10 boards: Fix regression on dev_find_slot() removalKyösti Mälkki
2019-01-04device: Introduce pcidev_on_root() and friendsKyösti Mälkki
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-25device: Rename device_simple.c --> device_const.cNico Huber