1. 061b905 device/pci: Enable full 16-bit VGA port i/o decoding by Nico Huber · 5 years ago
  2. b71181a device/pci_device.c: Use verified boot to check oprom by Frans Hendriks · 4 years, 11 months ago
  3. 382e216 device/pci: Replace add with bitwise-or by Kyösti Mälkki · 5 years ago
  4. 99f83bb AUTHORS: Move src/device copyrights into AUTHORS file by Martin Roth · 5 years ago
  5. c544a85 lib/coreboot_table: Show splashscreen in lb_table_init by Johanna Schander · 5 years ago
  6. 3f98d41 device/pci_ops: Make PCI_BDF() available in all stages by Kyösti Mälkki · 5 years ago
  7. db7a3ae src/device/oprom: Fix bootsplash display code for optionroms by Johanna Schander · 5 years ago
  8. cac0231 device: Remove device->ops from early stages by Kyösti Mälkki · 5 years ago
  9. c19d6a6 device/pci: Replace use of dev_find_slot() for IRQs by Kyösti Mälkki · 5 years ago
  10. 9c0e14e device/pci_ops: Define pci_find_capability() just once by Kyösti Mälkki · 6 years ago
  11. 807803a vboot: remove OPROM-related code by Joel Kitching · 5 years ago
  12. 6d9c131 vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS by Julius Werner · 5 years ago
  13. 9514d47 device/pci_device: Add generic subsystem programming logic by Subrata Banik · 5 years ago
  14. 4a0f071 {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() by Subrata Banik · 5 years ago
  15. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  16. e079e5c device/pci_ops: Inline PCI config accessors for ramstage by Kyösti Mälkki · 6 years ago
  17. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  18. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  19. 8712aa1 device/pci_device: Do not break tree topology by Kyösti Mälkki · 6 years ago
  20. 88030b7 {device,drivers}: Use 'unsigned int' to bare use of 'unsigned' by Elyes HAOUAS · 6 years ago
  21. 38ad45c device/pci_device.c: Remove unused variable attr setting by Richard Spiegel · 6 years ago
  22. 4e2f95b device/pci: Add MSI-X helper functions by Patrick Rudolph · 6 years ago
  23. 5dd4a2a timestamps: Add timestamps around the vbios load & init by Martin Roth · 6 years ago
  24. 1051025 device: add ALWAYS_RUN_OPROM option by Aaron Durbin · 7 years ago
  25. fbed9a5 device/pci_device: remove #if/#endif in oprom logic by Aaron Durbin · 7 years ago
  26. 00c0cd2 device/pci_rom: Write _ROM method for VGA devices by Patrick Rudolph · 7 years ago
  27. ffc790b device: Make pci_dev_ops_pci structure global by Subrata Banik · 7 years ago
  28. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  29. c30d913 device/pci: untangle struct device and device_t by Aaron Durbin · 7 years ago
  30. b3b114c src/device: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  31. fd89129 pci_device: Write vendor ID to subsystem vendor ID by Rizwan Qureshi · 7 years ago
  32. a5c2ac6 x86/acpi: Add VFCT table by Patrick Rudolph · 8 years ago
  33. 530f677 buildsystem: Drop explicit (k)config.h includes by Kyösti Mälkki · 8 years ago
  34. 0325dc6 bootmode: Get rid of CONFIG_BOOTMODE_STRAPS by Furquan Shaikh · 8 years ago
  35. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  36. bb5953d src/device: Update license headers by Martin Roth · 8 years ago
  37. 7d8a478 device/pci_device: Set bridge primary bus number before scanning by Timothy Pearson · 9 years ago
  38. 8193b06 allocator: Page align memory mapped PCI resources by Nico Huber · 9 years ago
  39. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  40. 580e722 devicetree: Change scan_bus() prototype in device ops by Kyösti Mälkki · 9 years ago
  41. 2d2367c devicetree: Single scan_bridges() by Kyösti Mälkki · 9 years ago
  42. de271a8 PCI subsystem: Drop parameter max from scan_bus by Kyösti Mälkki · 9 years ago
  43. 757c8b4 PCI subsystem: Use subordinate property to track bus enumeration by Kyösti Mälkki · 9 years ago
  44. 3345240 PCI subsystem: Refactor PCI bridge register control by Kyösti Mälkki · 9 years ago
  45. 6f37017 devicetree: Rename unused parameter max in domain_scan_bus() by Kyösti Mälkki · 9 years ago
  46. bf62b2d AMD fam10: Drop PCI_BUS_SEGN_BITS by Kyösti Mälkki · 9 years ago
  47. 754fac4 PCI subsystem: Remove AGP bridge type by Kyösti Mälkki · 10 years ago
  48. 98b698c src/device: Doxygen fixes by Martin Roth · 10 years ago
  49. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  50. 6c99250 device/pci_device.c: Sanitize headers by Edward O'Callaghan · 10 years ago
  51. 58ceb00 PCI VGA ROM: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  52. 0f5cf5e PCI IRQs: Swizzle PCI IRQs for PCI bridges by Mike Loptien · 10 years ago
  53. 9ab1c10 device: Conditionally bypass oprom execution by Kyösti Mälkki · 11 years ago
  54. ab56b3b ChromeOS: Remove oprom_is_loaded by Kyösti Mälkki · 11 years ago
  55. 580e564 device: provide option to always load PCI option roms by Kyösti Mälkki · 10 years ago
  56. b32816e Remove PCI_ROM_RUN option by Vladimir Serbinenko · 11 years ago
  57. 7e1c83e Add Kconfig options to override Subsystem Vendor and Device ID by Duncan Laurie · 11 years ago
  58. c73acdb Add test to match struct device with pci_devfn_t by Kyösti Mälkki · 11 years ago
  59. ce872cb pci: don't load vga option rom before S3 check by Aaron Durbin · 11 years ago
  60. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/pci_device.c]
  61. 78a1667 Create a a new configuration variable for PCI by Ronald G. Minnich · 12 years ago
  62. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  63. 8ada152 Unify use of bool config variables by Stefan Reinauer · 12 years ago
  64. 0a405ba cros: Inform U-Boot via fake gpio when VGA Option ROM is loaded by Bill Richardson · 12 years ago
  65. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  66. 8049fc9 Allow device ID arrays in the PCI driver structure by Vadim Bendebury · 12 years ago
  67. 74a0efe [ChromeOS] Don't initialize VGA Option ROM in normal mode by Stefan Reinauer · 12 years ago
  68. 0a50084 Don't run VGA option ROMs on S3 resume. by Stefan Reinauer · 13 years ago
  69. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  70. 87fcffa Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions by Patrick Georgi · 14 years ago
  71. 5fb6216 don't hardcode CONFIG_PC80_SYSTEM by Stefan Reinauer · 14 years ago
  72. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  73. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  74. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  75. 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 14 years ago
  76. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  77. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  78. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  79. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  80. 7355c75 The error message is misleading, even for a SPEW, because by Stefan Reinauer · 14 years ago
  81. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  82. b025911 1. Move run_bios prototype to device.h by Myles Watson · 14 years ago
  83. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  84. a29fb61 improve debug output. by Stefan Reinauer · 15 years ago
  85. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  86. eb81a5b Don't try to set fixed resources. Trivial. by Myles Watson · 15 years ago
  87. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  88. 17aeeca Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only. by Myles Watson · 15 years ago
  89. 0b028a4 Trivial spelling corrections. by Myles Watson · 15 years ago
  90. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 15 years ago
  91. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  92. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  93. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  94. 43bc5a9c Fix build with CONFIG_*_ROM_RUN. by Luc Verhaegen · 15 years ago
  95. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  96. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  97. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  98. ec75a57 fix typo in pci_device.c (trivial) by Stefan Reinauer · 15 years ago
  99. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  100. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago