1. 1965a23 Check for NULL before calling device_match() by Myles Watson · 14 years ago
  2. 7a60c37 The devicetree was wrong, but I'm still surprised it broke. This fixes the by Myles Watson · 14 years ago
  3. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  4. 6507b39 Make k8 & fam10 northbridge.c code more similar. by Myles Watson · 14 years ago
  5. 42e5f64 The interrupt controller lives at I/O 0x4d0/0x4d1. by Stefan Reinauer · 14 years ago
  6. a06f950 This patch adds the ECS P6IWP-Fe board to coreboot. by Anders Jenbo · 14 years ago
  7. bd8d7ee Fix auto-mangled comments (trivial) by Patrick Georgi · 14 years ago
  8. 356f848 Fix some of Peter's suggestions for the Nokia IP530. by Myles Watson · 14 years ago
  9. 84e8e45 Remove the rest of cardbus_scan_bus. by Myles Watson · 14 years ago
  10. 03adcfd cardbus_scan_bridge is identical to pci_scan_bridge by Myles Watson · 14 years ago
  11. 81af48e This patch extends the reserved resources for the cs5536 to avoid the excluded by Myles Watson · 14 years ago
  12. 7923c49 Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler considers native). by Patrick Georgi · 14 years ago
  13. d78691d Avoid using the name "pid_t", which is used on unixoid systems. by Patrick Georgi · 14 years ago
  14. aed9920 replace outb -> port 0x80 with post_code() in some places. by Stefan Reinauer · 14 years ago
  15. c4f1a77 Fix two warnings: by Stefan Reinauer · 14 years ago
  16. 1946284 tly cosmetical. don't use movw because we use mov in most places. by Stefan Reinauer · 14 years ago
  17. 0c47c4d This patch fixes the option rom code that was buggy when it switched by Edwin Beasant · 14 years ago
  18. 29a6a19 Kconfig value is hex, not int. by Myles Watson · 14 years ago
  19. ed4e005 128KB is the default, and isn't large enough with the 30K payload for abuild. by Myles Watson · 14 years ago
  20. 2ad8ab8 Fixes for Nokia IP530 and associated drivers. by Marc Bertens · 14 years ago
  21. e3df121 Enable PCI_OPTION_ROM_REALMODE when GEODE_VSA is selected. by Myles Watson · 14 years ago
  22. c282a18 This patch replaces the headers of the following files: by Frank Vibrans · 14 years ago
  23. 5d6aede The code was ported. Now it is what it should be. by Zheng Bao · 14 years ago
  24. 5f06701 Fix hard-coded log levels. by Myles Watson · 14 years ago
  25. e9d4bcc Fix a format string to keep the compiler happy. by Marc Bertens · 14 years ago
  26. 80e914ff CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS by Myles Watson · 14 years ago
  27. 94de72b Check the value of ulzma and do not continue if there was an error. by Myles Watson · 14 years ago
  28. 74cd5698 inteltool: basic poulsbo sch support. by Stefan Reinauer · 14 years ago
  29. b987f7b don't generate C source code file but use objcopy to include the SMM blob. by Stefan Reinauer · 14 years ago
  30. 6e554de This patch adds support for mainboard iBASE:MB899 by Bernhard M. Wiedemann · 14 years ago
  31. 1c60c88 whitespace cleanup inteltool cpu.c by Stefan Reinauer · 14 years ago
  32. da0b456 Added support to ICH9 chipset family by Anton Kochkov · 14 years ago
  33. 32e6e41 Add Intel Atom microcode by Stefan Reinauer · 14 years ago
  34. 7b2e2b9 Fix MBI walker. by Joseph Smith · 14 years ago
  35. c56e5ad fix warnings. by Stefan Reinauer · 14 years ago
  36. 89ef0a9 by Stefan Reinauer · 14 years ago
  37. f71fca0 Use the microcode files as created by the new microcode update script. (Fixes some whitespace and gets in new time stamps). by Stefan Reinauer · 14 years ago
  38. a998eae Drop problematically licensed Intel microcode files by Stefan Reinauer · 14 years ago
  39. c8f8a6c cosmetical changes on intel's microcode.c by Stefan Reinauer · 14 years ago
  40. 2305f74 Move CS5535 specific setup from GX2 driver to CS5535. by Stefan Reinauer · 14 years ago
  41. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  42. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  43. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  44. 5639448 Fix usbdebug compilation. by Stefan Reinauer · 14 years ago
  45. 2b01a8a cosmetics. by Stefan Reinauer · 14 years ago
  46. ba81817 Fix VGA after switching to realmode_interrupt() by Michael Marineau · 14 years ago
  47. 8f296e8 consistently use decimal for the register offsets, and fix comment typos. by Stefan Reinauer · 14 years ago
  48. ae3f4b5 Fix bug from r5476 re CS5536 device search during GeodeLX PCI domain enable by Peter Stuge · 14 years ago
  49. 78c733c Add tinybootblock support for broadcom/bcm5785. by Patrick Georgi · 14 years ago
  50. 36de042 Add "reasonable" values in ASL at places we overwrite from by Stefan Reinauer · 14 years ago
  51. 1c0c637 Fix amdk8_util.asl and explain behaviour a bit. by Myles Watson · 14 years ago
  52. 8d96ed4 Get rid of this warning: by Myles Watson · 14 years ago
  53. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  54. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  55. 1a169d2 Add support for the Traverse Technologies Geos mainboard. by Nathan Williams · 14 years ago
  56. 6d77252 Move the 'USE CMOS' Kconfig question. by Joe Korty · 14 years ago
  57. 1c3c0fa cosmetic comment changes. by Stefan Reinauer · 14 years ago
  58. ace2dc3 The AMD Fam10 code breaks with coreboot 4.5.0. by Stefan Reinauer · 14 years ago
  59. 5b0280f Fix path for mingw workaround. Trivial. by Patrick Georgi · 14 years ago
  60. bb33fbe get rid of some duplicate inclusion warnings. by Stefan Reinauer · 14 years ago
  61. 5f1ad89 New buildgcc version. by Stefan Reinauer · 14 years ago
  62. 119c589 drop old patches from crossgcc by Stefan Reinauer · 14 years ago
  63. b1180b4 msrtool: Print hex values using only as many digits as the field needs by Peter Stuge · 14 years ago
  64. 8796486 msrtool: Remove some unneeded casts by Peter Stuge · 14 years ago
  65. 417e66b Sorry for this for second time. Now compile tested for both cases ;) by Rudolf Marek · 14 years ago
  66. fdddce3 Sorry for this. I fixed that reverting the change for ROMCC. by Rudolf Marek · 14 years ago
  67. beba990 Following patch reworks car_disable into C. Tested, works here. I compared by Rudolf Marek · 14 years ago
  68. 4bb368c Part of 5560 Dunno why I need extra delete after move. by Rudolf Marek · 14 years ago
  69. d9c2549 Following patch reprograms SIL3114 into PCI IDE native mode compatible class code allowing by Rudolf Marek · 14 years ago
  70. 7cfa7f9 Add support for the Getac P470 by Stefan Reinauer · 14 years ago
  71. 09e0c49 v2 -> v4 by Stefan Reinauer · 14 years ago
  72. 9e7a5d4 by Stefan Reinauer · 14 years ago
  73. 23f7034 Add TI PCI 7412 support. by Stefan Reinauer · 14 years ago
  74. 96d8fef ITE IT8671F: Add it8671f_48mhz_clkin(). by Anders Jenbo · 14 years ago
  75. 9d1c76f Add initial support for the GIGABYTE GA-6BXE. by Anders Jenbo · 14 years ago
  76. 2f4b7f6 clean up some prototypes by Stefan Reinauer · 14 years ago
  77. bf264e9 i945: by Stefan Reinauer · 14 years ago
  78. cbac498 more acpica fixes... The tricky part is the stuff in the AMD mainboard directories. by Stefan Reinauer · 14 years ago
  79. 86d7278 Fix i945 ACPI for ASL Optimizing Compiler version 20100428. by Stefan Reinauer · 14 years ago
  80. 4bdd643 Various superiotool fixes. by Uwe Hermann · 14 years ago
  81. c928a29 Remove another set of includes from Fam10 romstages: by Patrick Georgi · 14 years ago
  82. 930d32b fix SeaBIOS loading on GX2. by Nils Jacobs · 14 years ago
  83. aa567a7 Fix warning. Hardware tested and didn't change behavior. by Stefan Reinauer · 14 years ago
  84. dd6ad34 license header fixes by Nils Jacobs · 14 years ago
  85. 1e211327 This patch cleanes up the Wyse S50 port and unifies the memmory regions by Nils Jacobs · 14 years ago
  86. 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 14 years ago
  87. 48beb82 Make show_all_routes work for fam10. by Myles Watson · 14 years ago
  88. b904d7b High tables don't have to be on node 0 on K8. Make it less restrictive. by Myles Watson · 14 years ago
  89. 5ec3ead Remove extra NULL #define in amdht code. The common one is enough. Trivial by Patrick Georgi · 14 years ago
  90. 3d5bb23 Move includes to where they are needed. This allows to simplify by Patrick Georgi · 14 years ago
  91. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  92. 7b5df5a Begin implementation support to IT8512/IT8513 by Anton Kochkov · 14 years ago
  93. 29d3a92 i82830: fix debugging output and clarify bracketing by Stefan Reinauer · 14 years ago
  94. 14db1c0 Add registers for the it8671f chip. by Anders Jenbo · 14 years ago
  95. cee5f7d autoprobe apic cluster and application processors on K8 systems by Stefan Reinauer · 14 years ago
  96. d37ce2e Add the Wyse S50 thin client to Coreboot. by Nils Jacobs · 14 years ago
  97. 133887d wipe some old unused code, this has been cleaned up now. by Stefan Reinauer · 14 years ago
  98. c53d1f3 Patrick Georgi wrote: by Stefan Reinauer · 14 years ago
  99. 2196a0a Slightly improve detecting Windows. Trivial by Patrick Georgi · 14 years ago
  100. 67ee3e6 We didn't have console.initobj.o before, but the same hard coded by Stefan Reinauer · 14 years ago