index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
device_const.c
Age
Commit message (
Expand
)
Author
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