1. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  2. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  3. ba757a7 x86: Separate CPU and SoC physical address size by Jeremy Compostella · 7 months ago
  4. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 10 months ago
  5. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  6. ae81497 device/pci: Limit default domain memory window by Nico Huber · 1 year, 2 months ago
  7. 20d2577 device/pci_device.c: Add way to limit max bus numbers by Arthur Heymans · 2 years, 8 months ago
  8. d369c66 src/device/pci_: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  9. 9a8667a device & commonlib: Update pci_scan_bus postcodes by Martin Roth · 1 year, 8 months ago
  10. aba1c94 /: Remove "ERROR: "/"WARNING: " prefixes from log messages by Elyes Haouas · 1 year, 8 months ago
  11. d579d80 device/pci_device: Add missing spaces to log messages by Paul Menzel · 1 year, 10 months ago
  12. 577c6b9 pciexp_device: Propagate above-4G flag to all hotplug devices by Nico Huber · 1 year, 11 months ago
  13. 5ffc2c8 pciexp_device: Join pciexp_find_(next_)extended_cap() APIs by Nico Huber · 1 year, 11 months ago
  14. 513d359 pci_device: Add a function to find PCI capability ID recursively by Bill XIE · 1 year, 11 months ago
  15. 2b83fa7 device: Add IORESOURCE_ABOVE_4G flag to PCI64 resources by Tim Wawrzynczak · 2 years, 1 month ago
  16. 4a3331d device/pci_device.c: Return if the scan parameter is invalid by Arthur Heymans · 2 years, 4 months ago
  17. f879d36 device/pci_device.c: Improve pci_bridge_route() readability by Arthur Heymans · 2 years, 8 months ago
  18. f514b8a device/pci_device: Fix PCIe bridge detection by Nico Huber · 2 years, 4 months ago
  19. 8c93fed device: Add support for PCIe Resizable BARs by Tim Wawrzynczak · 2 years, 6 months ago
  20. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  21. db199cc device/pci_device.c: Make sure the PCI bus has a device by Arthur Heymans · 2 years, 6 months ago
  22. b651981 pci_device.c: Don't guard `pci_dev_disable_bus_master()` by Angel Pons · 2 years, 6 months ago
  23. 777ffff device/pci_device.c: Scan only one device for PCIe by Jianjun Wang · 3 years ago
  24. d19cc11 device: Reflow strings in printk statements by Angel Pons · 3 years ago
  25. ceca5de device/pci_device.c: Reuse `irq` variable by Angel Pons · 3 years ago
  26. 5f406d9 device/pci_device.c: Drop redundant guard by Angel Pons · 3 years ago
  27. 24837e7 device/pciexp_device.c: Remove CPP guarding by Arthur Heymans · 3 years, 4 months ago
  28. c4062c7 device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS` by Paul Menzel · 3 years, 5 months ago
  29. 0f30063 soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAY by Kyösti Mälkki · 3 years, 7 months ago
  30. f984aec device/pci_device.c: Use __func__ by Elyes HAOUAS · 3 years, 6 months ago
  31. 0ce7416 device/pci_device.c: Remove repeated word by Elyes HAOUAS · 3 years, 6 months ago
  32. c96ee7e device/pci_device.c: Use same indents for switch/case by Felix Singer · 3 years, 6 months ago
  33. c19cbee device: Drop unused HyperTransport code by Angel Pons · 3 years, 8 months ago
  34. 7e3e1ea device/pci: Add NULL check for PCI driver's .ops by Nico Huber · 3 years, 9 months ago
  35. d3d0fd7 device: Enable bus mastering on system-class devices conditionally by Felix Singer · 3 years, 10 months ago
  36. 205b53e device: Allow configuring bus mastering for PCI bridges conditionally by Felix Singer · 3 years, 10 months ago
  37. 8a1ad13 device: Move pci_dev_is_wake_source function by Tim Wawrzynczak · 3 years, 8 months ago
  38. bf69622 device: Allow virtual/generic devices under PCI in devicetree by Duncan Laurie · 3 years, 9 months ago
  39. 494f319 pci_device: Add a helper function for determining if PCI device is wake source by Furquan Shaikh · 3 years, 9 months ago
  40. f219cd8 src/device: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  41. 4bc8dfb Revert "device/pci_device.c: Do not complain about disabled devices" by Nico Huber · 4 years ago
  42. ad247ac device/pci_device.c: Do not complain about disabled devices by Angel Pons · 4 years ago
  43. 8dc5f30 device/pci_device.c: Drop dead code by Angel Pons · 4 years ago
  44. 95b4ece0 device: Add a disabling PCIe device bus master function by John Zhao · 4 years, 2 months ago
  45. 0c154af src: Remove redundant includes by Elyes HAOUAS · 4 years, 1 month ago
  46. f531244 device/pci: Handle unassigned bus resources gracefully by Nico Huber · 4 years, 2 months ago
  47. 730b261 device/pci: Refactor pci_set_resource() by Nico Huber · 4 years, 2 months ago
  48. dbcf7b1 device/pci_device: Add notion of "hidden" PCI devices by Tim Wawrzynczak · 4 years, 2 months ago
  49. 979e80d device/pci_device: Remove useless pci_bus_ops_pci by Tim Wawrzynczak · 4 years, 2 months ago
  50. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 2 months ago
  51. 871baf2 pci_device: Extend PCI domain limit to 64-bit by Furquan Shaikh · 4 years, 4 months ago
  52. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  53. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  54. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  55. c74dae9 src/device: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  56. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  57. 466ca2c Add configurable ramstage support for minimal PCI scanning by Ronald G. Minnich · 4 years, 9 months ago
  58. cf2ac54 pciexp: Add support for allocating PCI express hotplug resources by Jeremy Soller · 4 years, 9 months ago
  59. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  60. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 4 years, 10 months ago
  61. b71181a device/pci_device.c: Use verified boot to check oprom by Frans Hendriks · 4 years, 9 months ago
  62. 382e216 device/pci: Replace add with bitwise-or by Kyösti Mälkki · 4 years, 10 months ago
  63. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  64. c544a85 lib/coreboot_table: Show splashscreen in lb_table_init by Johanna Schander · 5 years ago
  65. 3f98d41 device/pci_ops: Make PCI_BDF() available in all stages by Kyösti Mälkki · 5 years ago
  66. db7a3ae src/device/oprom: Fix bootsplash display code for optionroms by Johanna Schander · 5 years ago
  67. cac0231 device: Remove device->ops from early stages by Kyösti Mälkki · 5 years ago
  68. c19d6a6 device/pci: Replace use of dev_find_slot() for IRQs by Kyösti Mälkki · 5 years ago
  69. 9c0e14e device/pci_ops: Define pci_find_capability() just once by Kyösti Mälkki · 5 years ago
  70. 807803a vboot: remove OPROM-related code by Joel Kitching · 5 years ago
  71. 6d9c131 vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS by Julius Werner · 5 years ago
  72. 9514d47 device/pci_device: Add generic subsystem programming logic by Subrata Banik · 5 years ago
  73. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  74. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  75. e079e5c device/pci_ops: Inline PCI config accessors for ramstage by Kyösti Mälkki · 5 years ago
  76. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  77. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  78. 8712aa1 device/pci_device: Do not break tree topology by Kyösti Mälkki · 5 years ago
  79. 88030b7 {device,drivers}: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  80. 38ad45c device/pci_device.c: Remove unused variable attr setting by Richard Spiegel · 6 years ago
  81. 4e2f95b device/pci: Add MSI-X helper functions by Patrick Rudolph · 6 years ago
  82. 5dd4a2a timestamps: Add timestamps around the vbios load & init by Martin Roth · 6 years ago
  83. 1051025 device: add ALWAYS_RUN_OPROM option by Aaron Durbin · 6 years ago
  84. fbed9a5 device/pci_device: remove #if/#endif in oprom logic by Aaron Durbin · 6 years ago
  85. 00c0cd2 device/pci_rom: Write _ROM method for VGA devices by Patrick Rudolph · 7 years ago
  86. ffc790b device: Make pci_dev_ops_pci structure global by Subrata Banik · 7 years ago
  87. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  88. c30d913 device/pci: untangle struct device and device_t by Aaron Durbin · 7 years ago
  89. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  90. fd89129 pci_device: Write vendor ID to subsystem vendor ID by Rizwan Qureshi · 7 years ago
  91. a5c2ac6 x86/acpi: Add VFCT table by Patrick Rudolph · 8 years ago
  92. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  93. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  94. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  95. bb5953d src/device: Update license headers by Martin Roth · 8 years ago
  96. 7d8a478 device/pci_device: Set bridge primary bus number before scanning by Timothy Pearson · 9 years ago
  97. 8193b06 allocator: Page align memory mapped PCI resources by Nico Huber · 9 years ago
  98. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  99. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  100. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago