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
/
include
/
device
/
device.h
Age
Commit message (
Expand
)
Author
2021-01-30
device: Drop `mmconf_resource_init` function
Angel Pons
2021-01-12
device: Use __pci_0_00_0_config in config_of_soc()
Furquan Shaikh
2020-12-28
device + util/sconfig: introduce new device `gpio`
Michael Niewöhner
2020-12-06
include/device/device: add comment that config_of_soc never returns NULL
Felix Held
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
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-11
devicetree: Add USB device type
Duncan Laurie
2018-05-02
src/device: Fix discarded-qualifiers compilation issue
Subrata Banik
2018-04-30
device: constify some variables
Lubomir Rintel
2018-04-26
device: Add flag to disable PCIe ASPM
Nico Huber
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2017-11-15
device: further untangle device_t from struct device
Aaron Durbin
2017-11-10
device: untangle device_t from struct device some more
Aaron Durbin
2017-09-14
device: acpi_name() should take a const struct device
Aaron Durbin
2017-08-09
device/pci: untangle struct device and device_t
Aaron Durbin
2017-07-13
src/include: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-02
device/device_util: Add function to determine bridge state
Patrick Rudolph
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-13
src/include: Remove space after function name
Lee Leahy
2017-03-13
src/include: Fix space between type, * and variable name
Lee Leahy
2017-03-12
src/include: Remove spaces before tabs
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2017-02-16
device: Add scan_generic_bus support
Furquan Shaikh
2017-02-16
device: Add a new "SPI" device type
Furquan Shaikh
2017-02-06
devtree: Drop unused parameter show_devs_tree() call
Kyösti Mälkki
2016-12-07
src/device: Get device structure by path type
Subrata Banik
2016-12-07
MMCONF_SUPPORT: Consolidate resource registration
Kyösti Mälkki
2016-06-09
device: i2c: Add support for I2C bus operations
Duncan Laurie
2016-05-21
device: Add an ACPI device name and path concept to devices
Duncan Laurie
2016-05-16
sconfig: Add a new generic device type
Duncan Laurie
2015-06-13
Move remap_bsp_lapic to AMD specific code
Stefan Reinauer
2015-06-05
device_ops: add device_t argument to write_acpi_tables
Alexander Couzens
2015-06-05
device_ops: add device_t argument to acpi_fill_ssdt_generator
Alexander Couzens
2015-06-05
device_ops: add device_t argument to acpi_inject_dsdt_generator
Alexander Couzens
2015-06-05
AMD K8 fam10: Refactor HT link connection test
Kyösti Mälkki
2015-06-05
devicetree: Add fields for HyperTransport scans
Kyösti Mälkki
2015-06-04
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
devicetree: Single scan_bridges()
Kyösti Mälkki
2015-06-04
PCI subsystem: Refactor PCI bridge register control
Kyösti Mälkki
2015-06-04
devicetree: Discriminate device ops scan_bus()
Kyösti Mälkki
2015-05-26
acpi: Remove monolithic ACPI
Vladimir Serbinenko
2015-03-01
devicetree: Drop dummy root_dev ops
Kyösti Mälkki
2015-01-30
devicetree: Search PnP device node from the tree by path
Kyösti Mälkki
2014-11-01
include/device/device.h: Provide DEVICE_NOOP macro shim
Edward O'Callaghan
2014-10-26
include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs
Edward O'Callaghan
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-10-11
acpi: Remove explicit pointer tracking in per-device ssdt.
Vladimir Serbinenko
2014-10-11
bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.
Vladimir Serbinenko
[next]