1. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 4 months ago
  2. 35c3ae3b treewide: Add 'IWYU pragma: export' comment by Elyes Haouas · 1 year, 10 months ago
  3. 513d359 pci_device: Add a function to find PCI capability ID recursively by Bill XIE · 2 years ago
  4. 239b5df include: Add SPDX-License-Identifiers to files missing them by Martin Roth · 2 years, 1 month ago
  5. 968ef75 pciexp_device: Rewrite LTR configuration by Nico Huber · 3 years, 5 months ago
  6. a768dea device: Give `pci_ops.set_L1_ss_latency` a proper name by Nico Huber · 3 years, 5 months ago
  7. 8a1ad13 device: Move pci_dev_is_wake_source function by Tim Wawrzynczak · 3 years, 9 months ago
  8. 3d9fa08 device: Rework bus master option by Felix Singer · 4 years ago
  9. 494f319 pci_device: Add a helper function for determining if PCI device is wake source by Furquan Shaikh · 3 years, 11 months ago
  10. 86e5326 device: Fix incompatible-pointer-types build error by Subrata Banik · 4 years ago
  11. e4a7d9f device: Add method to configure bus mastering based on Kconfig by Felix Singer · 4 years, 2 months ago
  12. 95b4ece0 device: Add a disabling PCIe device bus master function by John Zhao · 4 years, 3 months ago
  13. a0b366d device/pci_early: Drop some __SIMPLE_DEVICE__ use by Kyösti Mälkki · 4 years, 11 months ago
  14. 44da9e2 cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use by Kyösti Mälkki · 4 years, 11 months ago
  15. cac0231 device: Remove device->ops from early stages by Kyösti Mälkki · 5 years ago
  16. c19d6a6 device/pci: Replace use of dev_find_slot() for IRQs by Kyösti Mälkki · 5 years ago
  17. 9c0e14e device/pci_ops: Define pci_find_capability() just once by Kyösti Mälkki · 6 years ago
  18. 4663f45 device/pci_ops: Have only default PCI bus ops available by Kyösti Mälkki · 5 years ago
  19. 34cf561 device/pci_ops: Reuse romstage PCI config for ramstage by Kyösti Mälkki · 5 years ago
  20. b603fdc device/pci_ops: Rename 'where' to 'reg' by Kyösti Mälkki · 5 years ago
  21. 5517246 device/pci_ops: Unify signatures by Kyösti Mälkki · 5 years ago
  22. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  23. ad7758c device/pci_ops: Change ramstage PCI accessor signatures by Kyösti Mälkki · 5 years ago
  24. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  25. 00ad8df device/pci_ops: Drop unused parameter by Kyösti Mälkki · 6 years ago
  26. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  27. 8a41f4b device/pci_ops: Move questionable pci_locate() variants by Kyösti Mälkki · 6 years ago
  28. 5b14116 device/pci_early.c: Drop some guards by Kyösti Mälkki · 6 years ago
  29. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  30. 3521e26 device/pci_early: Fixes for __SIMPLE_DEVICE__ by Kyösti Mälkki · 6 years ago
  31. 4e2f95b device/pci: Add MSI-X helper functions by Patrick Rudolph · 6 years ago
  32. aa6971e pci: Fix function prototype by Patrick Rudolph · 6 years ago
  33. ffc790b device: Make pci_dev_ops_pci structure global by Subrata Banik · 7 years ago
  34. c30d913 device/pci: untangle struct device and device_t by Aaron Durbin · 7 years ago
  35. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  36. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  37. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  38. bab6bc4 src/include: Remove space between function name and parameters by Lee Leahy · 7 years ago
  39. 6d71a43 src/include: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  40. bfdb893 src/include: Remove braces for single statements by Lee Leahy · 7 years ago
  41. ae3fd34 src/include: Add space after comma by Lee Leahy · 7 years ago
  42. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  43. 45b3b82 device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__ by Antonello Dettori · 8 years ago
  44. 420caaf include/device: Move inline functions from pci_def.h to pci.h by Alexandru Gagniuc · 9 years ago
  45. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  46. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  47. de271a8 PCI subsystem: Drop parameter max from scan_bus by Kyösti Mälkki · 9 years ago
  48. e1ba3da device: Add class and subclass name support by Lee Leahy · 9 years ago
  49. 31c6e63 PCIe: Add L1 Sub-State support. by Kenji Chen · 10 years ago
  50. c2956e7 device/pci_early.c: Mixes up variants of a typedefs to 'u32' by Edward O'Callaghan · 10 years ago
  51. 0f5cf5e PCI IRQs: Swizzle PCI IRQs for PCI bridges by Mike Loptien · 10 years ago
  52. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 10 years ago
  53. 4c686f2 OxPCIe uart: Split PCI bridge control by Kyösti Mälkki · 11 years ago
  54. 2161c1d PCI: Add capability list parser to romstage by Kyösti Mälkki · 11 years ago
  55. 318066f PCI: Guard pci.h with CONFIG_PCI by Kyösti Mälkki · 11 years ago
  56. c73acdb Add test to match struct device with pci_devfn_t by Kyösti Mälkki · 11 years ago
  57. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  58. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  59. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  60. 68daf3a pci.h: Drop unused `mainboard_pci_subsystem*` prototypes by Patrick Georgi · 11 years ago
  61. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  62. 97de28d PCI Type2 config must die by Ronald G. Minnich · 12 years ago
  63. 8049fc9 Allow device ID arrays in the PCI driver structure by Vadim Bendebury · 12 years ago
  64. 87fcffa Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions by Patrick Georgi · 14 years ago
  65. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  66. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  67. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  68. 00003ae If no pci access method has been set for the device tree so far (e.g. by Carl-Daniel Hailfinger · 15 years ago
  69. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  70. 43bb9cd This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. by Myles Watson · 16 years ago
  71. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  72. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  73. 883b879 added PCI expansion ROM support, works for some ATI and Nvidia AGP cards now. by Li-Ta Lo · 20 years ago
  74. 0493069 update comment according to the new DOM by Li-Ta Lo · 20 years ago
  75. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  76. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  77. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  78. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  79. e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 21 years ago
  80. 655bf44 - Remove all of the annoying $Id strings by Eric Biederman · 21 years ago
  81. 5268557 - Cleanups on the romcc side including a pci interface that uses by Eric Biederman · 21 years ago
  82. 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago