1. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 12 years ago
  2. 87fcffa Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions by Patrick Georgi · 12 years ago
  3. aeead27 Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot if by Stefan Reinauer · 12 years ago
  4. f0bf4b5 Make YABEL warnings-are-errors safe by Patrick Georgi · 12 years ago
  5. 9144304 Improve compatibility of YABEL with real-world VGABIOSes by Patrick Georgi · 12 years ago
  6. 5fb6216 don't hardcode CONFIG_PC80_SYSTEM by Stefan Reinauer · 12 years ago
  7. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 12 years ago
  8. e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 12 years ago
  9. d453dd0 Cosmetics and coding style fixes in devices/*. by Uwe Hermann · 12 years ago
  10. c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 12 years ago
  11. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 12 years ago
  12. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 12 years ago
  13. 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 13 years ago
  14. 8f8a51c Make huge macros inline functions for readability. Remove warnings. Trivial. by Myles Watson · 13 years ago
  15. f53eaa3 My Jmicron SATA card writes the name of the hard drive to the screen. by Myles Watson · 13 years ago
  16. fe09fd1 My Jmicron SATA card depends on the BIOS not clearing AL when setting AH. by Myles Watson · 13 years ago
  17. 6c9bc01 Make a Kconfig option for debugging output from realmode emulation. Trivial. by Myles Watson · 13 years ago
  18. 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 13 years ago
  19. bd61a81 Make yabel work for non-zero bus numbers. The link_num is not the bus number. by Myles Watson · 13 years ago
  20. 8362890 mark unused variables in x86emu as unused. gcc has a mechanism for this. by Stefan Reinauer · 13 years ago
  21. 0e480ca Clarify comment a bit by Patrick Georgi · 13 years ago
  22. 1bd3fb7 Call mainboard init functions. by Myles Watson · 13 years ago
  23. 7eac445 Always enable parent resources before child resources. by Myles Watson · 13 years ago
  24. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 13 years ago
  25. 03adcfd cardbus_scan_bridge is identical to pci_scan_bridge by Myles Watson · 13 years ago
  26. 1946284 tly cosmetical. don't use movw because we use mov in most places. by Stefan Reinauer · 13 years ago
  27. 0c47c4d This patch fixes the option rom code that was buggy when it switched by Edwin Beasant · 13 years ago
  28. e3df121 Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected. by Myles Watson · 13 years ago
  29. 5f06701 Fix hard-coded log levels. by Myles Watson · 13 years ago
  30. c56e5ad fix warnings. by Stefan Reinauer · 13 years ago
  31. 8f296e8 consistently use decimal for the register offsets, and fix comment typos. by Stefan Reinauer · 13 years ago
  32. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 13 years ago
  33. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 13 years ago
  34. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
  35. 607cdf6 fix a bug in pcibios check. by Stefan Reinauer · 13 years ago
  36. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 13 years ago
  37. f75b19a via epia-m now works with default x86.c instead of its own copy of vgabios.c. by Stefan Reinauer · 13 years ago
  38. f94a97b oops, sorry for the last commit. This commit changes the code to distinguish by Stefan Reinauer · 13 years ago
  39. 6c70511 Move the prototype for run_vsa. by Myles Watson · 13 years ago
  40. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 13 years ago
  41. 5ae1db0 fix a trivial warning when yabel with direct hw access is enabled. by Stefan Reinauer · 13 years ago
  42. 7355c75 The error message is misleading, even for a SPEW, because by Stefan Reinauer · 13 years ago
  43. b7f53b2 Prepare for using coreboot x86emu in userspace utility "vgabios" by Stefan Reinauer · 13 years ago
  44. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 13 years ago
  45. dfd29aa drop shadow variable from hypertransport code. by Stefan Reinauer · 13 years ago
  46. 3c486f8 Clean up warnings in yabel vbe code. No more warnings on the IP1000 by Stefan Reinauer · 13 years ago
  47. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 13 years ago
  48. b025911 1. Move run_bios prototype to device.h by Myles Watson · 13 years ago
  49. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 13 years ago
  50. 800379f by Stefan Reinauer · 13 years ago
  51. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 13 years ago
  52. de3206a This is a general cleanup patch by Stefan Reinauer · 13 years ago
  53. d650e99 YABEL update by Stefan Reinauer · 13 years ago
  54. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 13 years ago
  55. 9a35853 Add two YABEL options to Kconfig by Stefan Reinauer · 13 years ago
  56. abf2ad7 newconfig is no more. by Patrick Georgi · 13 years ago
  57. 14be4d0 - Improve help texts for option ROM initialization methods by Stefan Reinauer · 13 years ago
  58. f6eb88a Initial PCIe tuning: Enable Active State Power Management (ASPM) by Stefan Reinauer · 13 years ago
  59. a29fb61 improve debug output. by Stefan Reinauer · 13 years ago
  60. ae3e998 Silence two warnings. Only use the Qemu hard-coded address for VGA devices. by Myles Watson · 13 years ago
  61. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 13 years ago
  62. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 13 years ago
  63. eb81a5b Don't try to set fixed resources. Trivial. by Myles Watson · 13 years ago
  64. 2fa7c2e When loading an option ROM use the class stored in the device to by Mark Marshall · 13 years ago
  65. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 13 years ago
  66. 8f6354b Split a print statement that called dev_path twice, and add a warning comment. by Myles Watson · 13 years ago
  67. 2a87ac6 The check for zero sized resources is already done earlier. So don't redo it by Stefan Reinauer · 13 years ago
  68. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 13 years ago
  69. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 13 years ago
  70. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 13 years ago
  71. 39e7229 Now that the resource allocator is working nicely we can turn down the debug by Stefan Reinauer · 13 years ago
  72. 54913b9 Remove a couple more warnings. Trivial. by Myles Watson · 13 years ago
  73. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 13 years ago
  74. 17aeeca Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only. by Myles Watson · 13 years ago
  75. 168b11b Various Kconfig fixes and improvements: by Uwe Hermann · 13 years ago
  76. 6768f39 Remove: by Patrick Georgi · 13 years ago
  77. 6e23576 Remove some warnings. by Myles Watson · 13 years ago
  78. 74fb8f2 Remove HyperTransport support from boards that don't need it. by Myles Watson · 13 years ago
  79. ed03556 src/Kconfig: Remove HT-specific options. by Myles Watson · 14 years ago
  80. 00003ae If no pci access method has been set for the device tree so far (e.g. by Carl-Daniel Hailfinger · 14 years ago
  81. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 14 years ago
  82. e680495 Add Kconfig support for PCI option ROMS. by Myles Watson · 14 years ago
  83. 876d7e9 Move some config variables that are in one or two mainboards to by Ronald G. Minnich · 14 years ago
  84. 18c585b The resource allocator complained about 0-sized fixed by Patrick Georgi · 14 years ago
  85. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 14 years ago
  86. 0b028a4 Trivial spelling corrections. by Myles Watson · 14 years ago
  87. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 14 years ago
  88. 6bd93f4 Don't let zero sized fixed resource mess up the allocator's memory map. by Patrick Georgi · 14 years ago
  89. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 14 years ago
  90. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 14 years ago
  91. 6afcea8 drop unused variable (trivial) by Stefan Reinauer · 14 years ago
  92. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 14 years ago
  93. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 14 years ago
  94. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 14 years ago
  95. a88db7b Fix a little white space issue. Also, don't copy the rom image by Ronald G. Minnich · 14 years ago
  96. 87e7050 die() does never return. Annotate it as such. by Carl-Daniel Hailfinger · 14 years ago
  97. 43bc5a9c Fix build with CONFIG_*_ROM_RUN. by Luc Verhaegen · 14 years ago
  98. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 14 years ago
  99. f9f4eaf Make memmove copy (dev->resources -i) resource structs instead of by Myles Watson · 14 years ago
  100. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 14 years ago