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