index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
device
/
device.h
Age
Commit message (
Expand
)
Author
2020-10-29
soc/intel/xeon_sp: Move function debug macros
Marc Jones
2020-10-29
include/device/device.h: Move resource debug macros
Marc Jones
2020-10-21
device: Export enable_static_device() function
Duncan Laurie
2020-10-08
device: Clarify use of `config_of()`
Nico Huber
2020-07-28
device: Add find_dev_nested_path helper function
Rob Barnes
2020-07-26
device/device.h: Add `is_dev_enabled` function
Angel Pons
2020-06-02
fw_config: Add firmware configuration interface
Duncan Laurie
2020-05-12
device/pci_device: Extract pci_domain_set_resources from SOC
Raul E Rangel
2020-05-01
include/device/device.h: Include <smbios.h>
Elyes HAOUAS
2020-04-28
device: Constify struct device * parameter to acpi_inject_dsdt
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to dev_name
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
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-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-02-08
Add configurable ramstage support for minimal PCI scanning
Ronald G. Minnich
2020-02-05
pciexp: Add support for allocating PCI express hotplug resources
Jeremy Soller
2020-01-04
device/smbus: Drop unused smbus_set_link()
Kyösti Mälkki
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-11-21
device/pci: Reduce scope of dev_find_slot()
Kyösti Mälkki
2019-11-18
include: Make stdbool.h a separate file
Julius Werner
2019-10-08
device: Use scan_static_bus() over scan_lpc_bus()
Nico Huber
2019-10-08
device/root_device: Consolidate common _scan_bus() functions
Nico Huber
2019-10-07
device: Rename scan_static_bus() -> enable_static_devices()
Nico Huber
2019-10-06
device/pci: Enable full 16-bit VGA port i/o decoding
Nico Huber
2019-10-02
soc/intel: Replace config_of_path() with config_of_soc()
Kyösti Mälkki
2019-09-27
device: add commentary to dev_find_slot()
Aaron Durbin
2019-08-23
arch/x86/acpi: Add acpi_device_hid
Patrick Rudolph
2019-08-15
cpu/intel: Replace bsp_init_and_start_aps()
Kyösti Mälkki
2019-07-18
devicetree: Add accessors for chip_info
Kyösti Mälkki
2019-07-17
device: Move pci_irqs outside DEVTREE_EARLY
Kyösti Mälkki
2019-07-17
soc/intel: Fix regression with hidden PCI devices
Kyösti Mälkki
2019-07-15
device: Remove device->ops from early stages
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-06-28
device: Tidy up add_more_links()
Jacob Garber
2019-06-28
device,nb/amd: Deduplicate add_more_links()
Jacob Garber
2019-05-07
sconfig: Add SMBIOS type 9 entries
Patrick Rudolph
2019-03-17
resources: introduce io_resource()
Subrata Banik
2019-03-16
device/pci_ops: Have only default PCI bus ops available
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-06
device/pci_ops: Simplify logic for PCI bus ops
Kyösti Mälkki
2019-03-04
arch/io.h: Separate MMIO and PNP ops
Kyösti Mälkki
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-04
device: Introduce pcidev_on_root() and friends
Kyösti Mälkki
2019-01-04
src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'
Elyes HAOUAS
2019-01-04
src: Get rid of device_t
Elyes HAOUAS
2018-09-16
sconfig: Allow setting device status in device tree
Hung-Te Lin
[next]