Age | Commit message (Expand) | Author |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-16 | device: Add support for multiple PCI segment groups | Felix Held |
2022-11-24 | src/device + util/sconfig: Introduce new device 'mdio' | Mario Scheithauer |
2022-10-06 | device/device_const.c: Clean up includes and add <types.h> | Elyes Haouas |
2021-09-24 | device: Drop unused function `dev_find_matching_device_on_bus` | Furquan Shaikh |
2021-07-14 | src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC | Martin Roth |
2021-06-09 | device: Add helper function is_devfn_enabled() | Subrata Banik |
2021-05-24 | device: Consider fw_config probing in `is_dev_enabled()` | Furquan Shaikh |
2021-02-05 | device: correct code style | Frans Hendriks |
2020-12-28 | device + util/sconfig: introduce new device `gpio` | Michael Niewöhner |
2020-08-03 | Change all assert(0) to BUG() | Julius Werner |
2020-07-28 | device: Add find_dev_nested_path helper function | Rob Barnes |
2020-05-26 | Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION | Kyösti Mälkki |
2020-05-12 | util/sconfig: Add LPC and ESPI buses | Raul E Rangel |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-22 | device: Add helper function to find matching device on bus | Furquan Shaikh |
2020-04-22 | device: Add a helper to find device behind a PCI-to-PCI bridge device | Furquan Shaikh |
2020-04-22 | device: Add checks for NULL in device_const.c functions | Furquan Shaikh |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-11-21 | device/pci: Reduce scope of dev_find_slot() | Kyösti Mälkki |
2019-11-20 | nb/amd/fam10: Drop support | Arthur Heymans |
2019-09-27 | device: add commentary to dev_find_slot() | Aaron Durbin |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-08-26 | Split MAYBE_STATIC to _BSS and _NONZERO variants | Kyösti Mälkki |
2019-07-18 | devicetree: Add accessors for chip_info | Kyösti Mälkki |
2019-07-17 | soc/intel: Fix regression with hidden PCI devices | Kyösti Mälkki |
2019-07-12 | device/pci: Declare pcidev_path_on_bus() | Kyösti Mälkki |
2019-07-07 | device/pci: Declare pci_root_bus() | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-08 | amdfam10 boards: Fix regression on dev_find_slot() removal | Kyösti Mälkki |
2019-01-04 | device: Introduce pcidev_on_root() and friends | Kyösti Mälkki |
2018-07-26 | device: add child traversal helper function | Aaron Durbin |
2018-05-25 | device: Move find_dev_path() to device_const.c | Kyösti Mälkki |
2018-05-25 | device: Move dev_find_path() to device_const.c | Nico Huber |
2018-05-25 | device: Rename device_simple.c --> device_const.c | Nico Huber |