1. bf62b2d AMD fam10: Drop PCI_BUS_SEGN_BITS by Kyösti Mälkki · 9 years ago
  2. 754fac4 PCI subsystem: Remove AGP bridge type by Kyösti Mälkki · 9 years ago
  3. 98b698c src/device: Doxygen fixes by Martin Roth · 10 years ago
  4. 32bc6b6 doxygen fixes: fix parameter names to match the functions by Martin Roth · 10 years ago
  5. 6c99250 device/pci_device.c: Sanitize headers by Edward O'Callaghan · 10 years ago
  6. 58ceb00 PCI VGA ROM: Use acpi_is_wakeup_s3() by Kyösti Mälkki · 10 years ago
  7. 0f5cf5e PCI IRQs: Swizzle PCI IRQs for PCI bridges by Mike Loptien · 10 years ago
  8. 9ab1c10 device: Conditionally bypass oprom execution by Kyösti Mälkki · 11 years ago
  9. ab56b3b ChromeOS: Remove oprom_is_loaded by Kyösti Mälkki · 11 years ago
  10. 580e564 device: provide option to always load PCI option roms by Kyösti Mälkki · 10 years ago
  11. b32816e Remove PCI_ROM_RUN option by Vladimir Serbinenko · 11 years ago
  12. 7e1c83e Add Kconfig options to override Subsystem Vendor and Device ID by Duncan Laurie · 11 years ago
  13. c73acdb Add test to match struct device with pci_devfn_t by Kyösti Mälkki · 11 years ago
  14. ce872cb pci: don't load vga option rom before S3 check by Aaron Durbin · 11 years ago
  15. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago[Renamed from src/devices/pci_device.c]
  16. 78a1667 Create a a new configuration variable for PCI by Ronald G. Minnich · 12 years ago
  17. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  18. 8ada152 Unify use of bool config variables by Stefan Reinauer · 12 years ago
  19. 0a405ba cros: Inform U-Boot via fake gpio when VGA Option ROM is loaded by Bill Richardson · 12 years ago
  20. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  21. 8049fc9 Allow device ID arrays in the PCI driver structure by Vadim Bendebury · 12 years ago
  22. 74a0efe [ChromeOS] Don't initialize VGA Option ROM in normal mode by Stefan Reinauer · 12 years ago
  23. 0a50084 Don't run VGA option ROMs on S3 resume. by Stefan Reinauer · 13 years ago
  24. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  25. 87fcffa Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions by Patrick Georgi · 13 years ago
  26. 5fb6216 don't hardcode CONFIG_PC80_SYSTEM by Stefan Reinauer · 14 years ago
  27. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  28. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 14 years ago
  29. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 14 years ago
  30. 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 14 years ago
  31. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  32. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  33. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  34. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  35. 7355c75 The error message is misleading, even for a SPEW, because by Stefan Reinauer · 14 years ago
  36. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  37. b025911 1. Move run_bios prototype to device.h by Myles Watson · 14 years ago
  38. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  39. a29fb61 improve debug output. by Stefan Reinauer · 15 years ago
  40. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  41. eb81a5b Don't try to set fixed resources. Trivial. by Myles Watson · 15 years ago
  42. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  43. 17aeeca Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only. by Myles Watson · 15 years ago
  44. 0b028a4 Trivial spelling corrections. by Myles Watson · 15 years ago
  45. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 15 years ago
  46. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  47. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  48. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  49. 43bc5a9c Fix build with CONFIG_*_ROM_RUN. by Luc Verhaegen · 15 years ago
  50. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  51. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  52. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  53. ec75a57 fix typo in pci_device.c (trivial) by Stefan Reinauer · 15 years ago
  54. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  55. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  56. 532fd2d Changes required to the device allocator: by Stefan Reinauer · 16 years ago
  57. f657d75 From Vincent Legoll: by Stefan Reinauer · 16 years ago
  58. d98cf5b fix typos and warnings in the device tree code (trivial) by Stefan Reinauer · 16 years ago
  59. 9b6b63e In pci_device.c, the class for VGA was not tested properly, leading to by Ronald Hoogenboom · 16 years ago
  60. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
  61. 1f2f800 Since a VGA console and the need to run any option ROMs are by Torsten Duwe · 17 years ago
  62. 03f2322 Don't arbitrarily enable PERR# and SERR# for PCI devices. by Marc Jones · 17 years ago
  63. b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
  64. 778a42b This patch makes sure that VGA is initialized before it is used. Without by Roman Kononov · 17 years ago
  65. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  66. 2cf779d fix old bug in the src/devices/pci_device.c by Ronald G. Minnich · 18 years ago
  67. 88fb1a6 set up interrupt values for the southbridge, and add a function to by Ronald G. Minnich · 18 years ago
  68. e800b91 Typo by Ronald G. Minnich · 19 years ago
  69. ce0c968 First, a FATAL error, that blows up your BIOS, should NEVER FAIL to by Ronald G. Minnich · 19 years ago
  70. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  71. 13f1c2a eric patch by Yinghai Lu · 19 years ago
  72. 98d0d30 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30 by arch import user (historical) · 19 years ago
  73. bec039c minor reformat by Li-Ta Lo · 19 years ago
  74. 9e4faef CONFIG_PCI_ROM_RUN by Yinghai Lu · 20 years ago
  75. bcde161 onboard pci_rom disable onboard by Yinghai Lu · 20 years ago
  76. c7870ac onboard pci_onboard works by Yinghai Lu · 20 years ago
  77. d8ad7df fixed a logic bug by Li-Ta Lo · 20 years ago
  78. bc5399a better embedded ROM support, done blindly by Li-Ta Lo · 20 years ago
  79. 77cbb99 onboard pci_rom by Yinghai Lu · 20 years ago
  80. 515f6c7 works for PCI vga cards too by Li-Ta Lo · 20 years ago
  81. 883b879 added PCI expansion ROM support, works for some ATI and Nvidia AGP cards now. by Li-Ta Lo · 20 years ago
  82. e8b1c9d clean up VGA and Expansion ROM support by Li-Ta Lo · 20 years ago
  83. 9a5b496 Allocating resource for Expansion ROM by Li-Ta Lo · 20 years ago
  84. 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 20 years ago
  85. 0493069 update comment according to the new DOM by Li-Ta Lo · 20 years ago
  86. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  87. dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 20 years ago
  88. 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 20 years ago
  89. 03acab6 - Updates for 64bit resource support, handling missing devices and cpus in the config file by Eric Biederman · 20 years ago
  90. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago
  91. 02fa3b2 epia-m support by Ronald G. Minnich · 20 years ago
  92. 9ab91f5 code reformat by Li-Ta Lo · 20 years ago
  93. 9220f91 minor reformat by Li-Ta Lo · 20 years ago
  94. 9da7ff9 added AGP support for AMD K8 by Li-Ta Lo · 20 years ago
  95. 9782f75 code refromat, doxidization by Li-Ta Lo · 20 years ago
  96. 69c5a90 changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak by Li-Ta Lo · 20 years ago
  97. e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
  98. 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
  99. b56ef07 for tyan. recover from Eric B's error additions to via code :-) by Ronald G. Minnich · 21 years ago
  100. ad1b35a - Minor bugfixes by Eric Biederman · 21 years ago