1. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  2. 527aedc revert the faulty part of r5252 by Stefan Reinauer · 14 years ago
  3. 0719047 fix HPET on some ICH southbridges by Stefan Reinauer · 14 years ago
  4. cfef7df Actually enable HPET by Stefan Reinauer · 14 years ago
  5. 5c32d24 bug fix for IOAPIC on i82801dx. by Stefan Reinauer · 14 years ago
  6. 48f3e2b This patch fixes up the i82801dx_lpc.c code post transition. by Joseph Smith · 14 years ago
  7. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  8. b319b17 fix HPET base addressed. by Stefan Reinauer · 14 years ago
  9. 68f542c remove more warnings, and fix some boards (watchdog.h) by Stefan Reinauer · 14 years ago
  10. d4ab7c5 fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. by Stefan Reinauer · 14 years ago
  11. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  12. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  13. 8702ab5 ICH4 update, fix ATA init, drop SATA (chipset doesn't have SATA) by Stefan Reinauer · 14 years ago
  14. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  15. 800379f by Stefan Reinauer · 14 years ago
  16. 138be83 This does the following: by Stefan Reinauer · 14 years ago
  17. 8a7d34b fix builds... by Stefan Reinauer · 14 years ago
  18. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  19. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  20. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  21. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  22. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  23. 7a3d095 by Stefan Reinauer · 15 years ago
  24. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  25. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  26. 38c9965 (trivial) cosmetics for i82801gx cmos failover. by Stefan Reinauer · 15 years ago
  27. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  28. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  29. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  30. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  31. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  32. 561b6c6 s/object-y/obj-y/ in two southbridges, since otherwise kbuild will not pick up the files by Stefan Reinauer · 15 years ago
  33. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  34. 4258409 This change allows us to see the spd on the s850, finally. by Ronald G. Minnich · 15 years ago
  35. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  36. 748475b More kconfig cleanups: by Uwe Hermann · 15 years ago
  37. 9095092 The new CBFS based build system requires the whole ROM to be accessible by Uwe Hermann · 15 years ago
  38. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  39. 5b1d51b This patch adds VGA and PS/2 Keyboard/mouse support to the already existing intel truxton (ep80579) dev board. by Arnaud Maye · 15 years ago
  40. 84a0f54 Add kconfig support for all Intel 82810 (i810) boards. by Uwe Hermann · 15 years ago
  41. 05c1e9c Silence unneeded #warnings, change to code comments (trіvial). by Uwe Hermann · 15 years ago
  42. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  43. 109ab31 drop extra whitespace at end of line for i945 + ICH7 (trivial) by Stefan Reinauer · 15 years ago
  44. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  45. dec1b47 Add some more CONFIG_* prefixes that were missing. by Patrick Georgi · 15 years ago
  46. 573f7d4 Intel ICH7 updates by Stefan Reinauer · 15 years ago
  47. 85a94f6 Rename some preprocessor symbols. I have no idea why by Patrick Georgi · 15 years ago
  48. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  49. 1a692d8 Add support for the Intel Eagle Heights development board. by Thomas Jourdan · 15 years ago
  50. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  51. 87e7050 die() does never return. Annotate it as such. by Carl-Daniel Hailfinger · 15 years ago
  52. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  53. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  54. 60f0f1b enable/disable IDE 0/1 (Primary/Secondary) interfaces on the i82801xx southbridge. by Joseph Smith · 15 years ago
  55. 069385f ops can not be const because of the pci conf1/conf2 hackery we do. trivial by Stefan Reinauer · 15 years ago
  56. 5f0482d Oops forgot small part. Set up PIRQs in mainboard Config.lb for IP1000 and RM4100 instead of using the ones in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  57. 0520d55 This patch adds high table support to qemu. It was already added to by Myles Watson · 15 years ago
  58. 4f0154c Assign PIRQs in mainboard Config.lb or use the default ones listed in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  59. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago
  60. a0dbddf Trivial, update email address. by Joseph Smith · 15 years ago
  61. 03c65ef This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 - PS/2 Mouse. by Joseph Smith · 15 years ago
  62. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  63. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  64. cc46e73 ACPI implementation for i945, ICH7, Kontron 986LCD-M by Stefan Reinauer · 15 years ago
  65. a8e1168 This patch contains some significant updates to the i82801gx component and will by Stefan Reinauer · 15 years ago
  66. 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 15 years ago
  67. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  68. 679c9f9 forgot to svn add by Stefan Reinauer · 16 years ago
  69. 54309d6 Update Kontron board by Stefan Reinauer · 16 years ago
  70. 269563a First shot at factoring SMM code into generic parts and southbridge specific by Stefan Reinauer · 16 years ago
  71. 65ebc79 Drop #defines for registers that are not existant on the ICH7. by Uwe Hermann · 16 years ago
  72. 556801e The enable_hpet() code in intel/i82801gx will not work with the by Uwe Hermann · 16 years ago
  73. 91df561 Trim down the list of southbridges supported by the i82801xx driver by Uwe Hermann · 16 years ago
  74. 5d7a1c8 Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. by Uwe Hermann · 16 years ago
  75. bddc693 i945/ICH7: Use #defines from pci_ids.h (trivial). by Uwe Hermann · 16 years ago
  76. debb11f Support for the Intel ICH7 southbridge. by Stefan Reinauer · 16 years ago
  77. 1149a36 Tidy up identifiers, per Uwe's suggestion. Trivial. by Ed Swierk · 16 years ago
  78. 6adfaa69 This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, by Ed Swierk · 16 years ago
  79. 6c66c95 This patch modifies the Intel 3100 southbridge code to recognize the by Ed Swierk · 16 years ago
  80. 83a965d Implement GPIO configuration routines for the Intel 3100 southbridge, by Ed Swierk · 16 years ago
  81. a9a5f49 By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 by Ed Swierk · 16 years ago
  82. 0dc5697 This patch halts the tco timer early in the boot process on all ICH series southbridges. by Joseph Smith · 16 years ago
  83. 2b85b63 Setting an integrated southbridge device (like SATA or USB2.0) to by Ed Swierk · 16 years ago
  84. 23cd49a Remove i82801DB files that I meant to delete in r3206. by Joseph Smith · 16 years ago
  85. 06ae639 Tiny style fix for consistency (trivial). by Ed Swierk · 16 years ago
  86. 868de98 Removal of i82801DB (ICH4) by Joseph Smith · 16 years ago
  87. c4e052c The early init code of several Intel southbridge chipsets calls by Ed Swierk · 16 years ago
  88. 71f846c Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots by Ed Swierk · 16 years ago
  89. aaea11b Here is an updated patch addressing most of Uwe's and Peter's by Ed Swierk · 16 years ago
  90. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  91. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  92. 9da69f8 Improve support for the Intel 82371FB/SB/AB/EB/MB southbridge(s): by Uwe Hermann · 17 years ago
  93. 447aafe Restructure/rename/comment a few 82371XX-related PCI IDs (trivial). by Uwe Hermann · 17 years ago
  94. cce5040 Add initial support for all known ICH* southbridges to the by Uwe Hermann · 17 years ago
  95. b294582 Add PCI IDs for most Intel southbridges of the 82801 series by Uwe Hermann · 17 years ago
  96. a29ec06 Restructure the PCI IDs list for the ICH* chipsets from ICH/ICH0 up to by Uwe Hermann · 17 years ago
  97. 68d8a56 Various fixes and improvements of the 82801xx code. by Joseph Smith · 17 years ago
  98. a9e5821 smaller changes to silence build warnings. (trivial) by Stefan Reinauer · 17 years ago
  99. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  100. 3617103 Thee lines in i82801xx_pci.c need to be removed. They cause the by Joseph Smith · 17 years ago