1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 5 months ago
  2. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  3. 3e99ba0 device: Add a helper function to add a downstream bus by Arthur Heymans · 5 months ago
  4. ab6bcd2 device/device_util: Add method to retrieve the domain by Patrick Rudolph · 6 months ago
  5. f95dbce device: Add inline method to identify PATH_ROOT by Patrick Rudolph · 6 months ago
  6. 8b036e1 device/device.h: Drop acpi_inject_dsdt by Arthur Heymans · 1 year, 7 months ago
  7. 5191623 device_util: Drop unused function bus_path by Arthur Heymans · 6 months ago
  8. 45be5b3 device/device.h: Fix outdated comment by Arthur Heymans · 11 months ago
  9. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  10. 3e25f85 drivers/ipmi to lib: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  11. 10e478c4 include/device/device: drop HAVE_ACPI_TABLES guards by Felix Held · 9 months ago
  12. ab8a094 include/device/device: drop GENERATE_SMBIOS_TABLES guards by Felix Held · 8 months ago
  13. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  14. 702365e include/device/device: drop unused alignment defines by Felix Held · 11 months ago
  15. 0154fa5 include/device/device: align comments in struct bus by Felix Held · 11 months ago
  16. afd74d2 include/device/device: drop unused fields from struct bus by Felix Held · 11 months ago
  17. 3813ca5 treewide: Remove 'extern' from functions declaration by Elyes Haouas · 1 year, 6 months ago
  18. a9dd3c3 lib/version: Move board identification strings by Kyösti Mälkki · 1 year, 7 months ago
  19. e84b095 util/sconfig: Remove unused ioapic and irq keywords by Arthur Heymans · 1 year, 6 months ago
  20. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 8 months ago
  21. e111de0 lib: set up specific purpose memory as LB_MEM_SOFT_RESERVED by Jonathan Zhang · 3 years, 3 months ago
  22. 20d2577 device/pci_device.c: Add way to limit max bus numbers by Arthur Heymans · 2 years, 8 months ago
  23. 67f63e7 src/device + util/sconfig: Introduce new device 'mdio' by Mario Scheithauer · 1 year, 8 months ago
  24. 4fce79f include/device/device_util.c: add predicates for pci devices by Fabio Aiuto · 1 year, 9 months ago
  25. c5573d6 include/device/path.h: use functions for enabled cpu selection by Fabio Aiuto · 1 year, 10 months ago
  26. 577c6b9 pciexp_device: Propagate above-4G flag to all hotplug devices by Nico Huber · 1 year, 11 months ago
  27. 239b5df include: Add SPDX-License-Identifiers to files missing them by Martin Roth · 2 years ago
  28. 8765c09 include/device/device.h: Remove unneeded blank line after '{' by Elyes HAOUAS · 2 years, 5 months ago
  29. 5d8d900 device: Drop LOG_MEM/IO_RESOURCE by Kyösti Mälkki · 3 years, 1 month ago
  30. d0525d4 resource: Add helpers for memory resources by Kyösti Mälkki · 3 years, 1 month ago
  31. ad5fab2 device: Add fixed_io_range_flags() and helpers by Kyösti Mälkki · 3 years, 1 month ago
  32. ce34596 device: Add fixed_mem_range_flags() and helpers by Kyösti Mälkki · 3 years, 1 month ago
  33. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  34. 437da71 SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries by Angel Pons · 2 years, 10 months ago
  35. 60e9114 include/device: ensure valid link/bus is passed to mp_cpu_bus_init by Felix Held · 2 years, 9 months ago
  36. 20c709d device: Drop unused function `dev_find_matching_device_on_bus` by Furquan Shaikh · 2 years, 10 months ago
  37. 26e2afd device: Add helper macros for device pointers using alias names by Furquan Shaikh · 2 years, 10 months ago
  38. a030dd6 device/device.h: Drop unused function declaration by Angel Pons · 2 years, 10 months ago
  39. ed5c7ac device: Add helper function devfn_disable() by Subrata Banik · 3 years, 1 month ago
  40. eca3e62 device: Add helper function is_devfn_enabled() by Subrata Banik · 3 years, 1 month ago
  41. 7f6ae79 device: Consider fw_config probing in `is_dev_enabled()` by Furquan Shaikh · 3 years, 2 months ago
  42. d5a0cc5 device: Drop unused `uma_memory_{base,size}` globals by Angel Pons · 3 years, 2 months ago
  43. b238caa device/device.c: Rename .disable to .vga_disable by Arthur Heymans · 3 years, 5 months ago
  44. 90be754 device: Drop `mmconf_resource_init` function by Angel Pons · 3 years, 6 months ago
  45. 28e61f1 device: Use __pci_0_00_0_config in config_of_soc() by Furquan Shaikh · 3 years, 6 months ago
  46. dbb667a device + util/sconfig: introduce new device `gpio` by Michael Niewöhner · 3 years, 7 months ago
  47. f914dcf include/device/device: add comment that config_of_soc never returns NULL by Felix Held · 3 years, 7 months ago
  48. 8b522db soc/intel/xeon_sp: Move function debug macros by Marc Jones · 3 years, 9 months ago
  49. 5b5c52e include/device/device.h: Move resource debug macros by Marc Jones · 3 years, 9 months ago
  50. 3e4a14e1 device: Export enable_static_device() function by Duncan Laurie · 3 years, 9 months ago
  51. 7e6ee91 device: Clarify use of `config_of()` by Nico Huber · 3 years, 9 months ago
  52. a223e65 device: Add find_dev_nested_path helper function by Rob Barnes · 4 years ago
  53. a7d9266 device/device.h: Add `is_dev_enabled` function by Angel Pons · 4 years ago
  54. 36e6c6f fw_config: Add firmware configuration interface by Duncan Laurie · 4 years, 2 months ago
  55. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 2 months ago
  56. c712144 include/device/device.h: Include <smbios.h> by Elyes HAOUAS · 4 years, 3 months ago
  57. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 2 months ago
  58. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  59. 5b5c233 device: Constify struct device * parameter to dev_name by Furquan Shaikh · 4 years, 2 months ago
  60. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 2 months ago
  61. 1f3055a device: Add helper function to find matching device on bus by Furquan Shaikh · 4 years, 3 months ago
  62. 7778e5c device: Add a helper to find device behind a PCI-to-PCI bridge device by Furquan Shaikh · 4 years, 3 months ago
  63. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  64. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  65. 466ca2c Add configurable ramstage support for minimal PCI scanning by Ronald G. Minnich · 4 years, 9 months ago
  66. cf2ac54 pciexp: Add support for allocating PCI express hotplug resources by Jeremy Soller · 4 years, 9 months ago
  67. 895fb4b device/smbus: Drop unused smbus_set_link() by Kyösti Mälkki · 4 years, 6 months ago
  68. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 7 months ago
  69. bd585fa device/pci: Reduce scope of dev_find_slot() by Kyösti Mälkki · 5 years ago
  70. a214837 include: Make stdbool.h a separate file by Julius Werner · 4 years, 8 months ago
  71. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  72. a89c82e device/root_device: Consolidate common _scan_bus() functions by Nico Huber · 7 years ago
  73. f7ed3d4 device: Rename scan_static_bus() -> enable_static_devices() by Nico Huber · 5 years ago
  74. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 4 years, 10 months ago
  75. d5f645c soc/intel: Replace config_of_path() with config_of_soc() by Kyösti Mälkki · 4 years, 9 months ago
  76. 55ef0d2 device: add commentary to dev_find_slot() by Aaron Durbin · 4 years, 10 months ago
  77. eeb8e74 arch/x86/acpi: Add acpi_device_hid by Patrick Rudolph · 4 years, 11 months ago
  78. b3267e0 cpu/intel: Replace bsp_init_and_start_aps() by Kyösti Mälkki · 5 years ago
  79. 4323d26 devicetree: Add accessors for chip_info by Kyösti Mälkki · 5 years ago
  80. 1557a67 device: Move pci_irqs outside DEVTREE_EARLY by Kyösti Mälkki · 5 years ago
  81. f2ac013 soc/intel: Fix regression with hidden PCI devices by Kyösti Mälkki · 5 years ago
  82. cac0231 device: Remove device->ops from early stages by Kyösti Mälkki · 5 years ago
  83. ab275f0 device/pci: Declare pcidev_path_on_bus() by Kyösti Mälkki · 5 years ago
  84. fffc9f3 device/pci: Declare pci_root_bus() by Kyösti Mälkki · 5 years ago
  85. 464f4d6 device: Tidy up add_more_links() by Jacob Garber · 5 years ago
  86. f77f7cd device,nb/amd: Deduplicate add_more_links() by Jacob Garber · 5 years ago
  87. ac24d3c sconfig: Add SMBIOS type 9 entries by Patrick Rudolph · 5 years ago
  88. 217ca36 resources: introduce io_resource() by Subrata Banik · 5 years ago
  89. 4663f45 device/pci_ops: Have only default PCI bus ops available by Kyösti Mälkki · 5 years ago
  90. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  91. 6fefdfd device/pci_ops: Simplify logic for PCI bus ops by Kyösti Mälkki · 5 years ago
  92. 3ee8b75 arch/io.h: Separate MMIO and PNP ops by Kyösti Mälkki · 5 years ago
  93. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  94. ad7674e device: Introduce pcidev_on_root() and friends by Kyösti Mälkki · 6 years ago
  95. e3682b6 src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' by Elyes HAOUAS · 6 years ago
  96. f9e47cc src: Get rid of device_t by Elyes HAOUAS · 6 years ago
  97. 936dbe1 sconfig: Allow setting device status in device tree by Hung-Te Lin · 6 years ago
  98. a0dabd1 device: add child traversal helper function by Aaron Durbin · 6 years ago
  99. 2df1c12 device: Move find_dev_path() to device_const.c by Kyösti Mälkki · 6 years ago
  100. f6a4344 device: Move dev_find_path() to device_const.c by Nico Huber · 6 years ago