1. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  2. 76d9143 Make i945/raminit.c:fsbclk() return u16 rather than int by Peter Stuge · 14 years ago
  3. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  4. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  5. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  6. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago
  7. 7fd931b Keep the mc146818rtc.h include close to the option table include where by Myles Watson · 14 years ago
  8. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  9. df35cdc A number of cleanups for 440BX raminit code. by Keith Hui · 14 years ago
  10. 25d1213 Convert i945 boards to use reserved resources instead of directly adding by Myles Watson · 14 years ago
  11. dfe8d76 Trivial warning fix for adl855pc. by Myles Watson · 14 years ago
  12. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  13. 459b0d2 This file was missing from r5751. by Andreas Schultz · 14 years ago
  14. b6b29db Rework i855GM/i855GME support by Andreas Schultz · 14 years ago
  15. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  16. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  17. d058ad1 One of my boards needs this mini delay in order to survive ram initialization. by Stefan Reinauer · 14 years ago
  18. bc8613e Fix i945 based boards by Stefan Reinauer · 14 years ago
  19. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  20. 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 14 years ago
  21. 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 14 years ago
  22. 43110f5 Update my old, no longer active email addresses by Corey Osgood · 14 years ago
  23. 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 14 years ago
  24. e32d399 Kill a few more warnings. by Myles Watson · 14 years ago
  25. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  26. 992ae48 This patch implements GFXUMA on all supported i810 boards. Also some fix-ups to the i810 northbridge.c code. by Joseph Smith · 14 years ago
  27. 7eac445 Always enable parent resources before child resources. by Myles Watson · 14 years ago
  28. 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 14 years ago
  29. 7b2e2b9 Fix MBI walker. by Joseph Smith · 14 years ago
  30. c56e5ad fix warnings. by Stefan Reinauer · 14 years ago
  31. 2b01a8a cosmetics. by Stefan Reinauer · 14 years ago
  32. c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
  33. bf264e9 i945: by Stefan Reinauer · 14 years ago
  34. 86d7278 Fix i945 ACPI for ASL Optimizing Compiler version 20100428. by Stefan Reinauer · 14 years ago
  35. dd6ad34 license header fixes by Nils Jacobs · 14 years ago
  36. 29d3a92 i82830: fix debugging output and clarify bracketing by Stefan Reinauer · 14 years ago
  37. a8d11a2 fix compilation of mtarvon by Stefan Reinauer · 14 years ago
  38. ad894c5 Get rid of a few more warnings. by Myles Watson · 14 years ago
  39. 771b0e4 Enable 440BX NB to use large memory modules by Anders Jenbo · 14 years ago
  40. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  41. 0e1e806 Remove some additional white space to make it look nicer in nano by Anders Jenbo · 14 years ago
  42. 682ea3c Make RAM init on i945GC work by Patrick Georgi · 14 years ago
  43. 7dcdb30 fix romcc compiled i3100 boards. by Stefan Reinauer · 14 years ago
  44. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  45. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  46. c30a6e8 the dump function assumed that the mbi data comes right after the header. by Stefan Reinauer · 14 years ago
  47. 17b60a9 drop setup_ics code that was blatantly copied from cx700 and by Stefan Reinauer · 14 years ago
  48. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  49. c264ad9 fix digitallogic adl855pc compilation (and clean up the warnings while at it) by Stefan Reinauer · 14 years ago
  50. 1abf46c ip1000: fix seabios start, fix flash gpio detection by Stefan Reinauer · 14 years ago
  51. d946649 add int15 handler for thomson ip1000 by Stefan Reinauer · 14 years ago
  52. d93af23 simplify ram_read32 on i82830 by Stefan Reinauer · 14 years ago
  53. 77d31ec More trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. by Joseph Smith · 14 years ago
  54. bdf26a6 Trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. by Joseph Smith · 14 years ago
  55. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  56. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  57. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  58. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  59. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  60. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  61. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  62. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  63. 0d7a996 This is kind of a pre CAR patch to properly allocate "shared" graphics memory by Joseph Smith · 14 years ago
  64. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  65. b48ba66 From Keith Hui: by Keith Hui · 14 years ago
  66. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  67. 9c1e1f0 Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). by Keith Hui · 14 years ago
  68. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  69. 59356ca 440BX: Do not hardcode DIMM number + size anymore. by Keith Hui · 14 years ago
  70. f98ad3a i945 mini patch: by Stefan Reinauer · 14 years ago
  71. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  72. 72f75b1 Fix YABEL guards; make debugging optional; fix some warnings by Stefan Reinauer · 14 years ago
  73. 800379f by Stefan Reinauer · 14 years ago
  74. 2e694ed Drop i855pm port and rename i855gme to i855 instead. by Stefan Reinauer · 14 years ago
  75. a8aa1b1 Remove register pressure from e7501 driver by not indirectly referencing by Stefan Reinauer · 14 years ago
  76. 6363050 drop two warnings (trivial) by Stefan Reinauer · 14 years ago
  77. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  78. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  79. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  80. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  81. fa742da Alot of it is trivial clean ups and 830 is now able to initialize one row/side of memory at a time. by Joseph Smith · 15 years ago
  82. 3e4a0b8 This code was copied from amdk8 and never really made usable. by Stefan Reinauer · 15 years ago
  83. 24b4df5 Support a few more i945 variants. With this framework in place it should by Stefan Reinauer · 15 years ago
  84. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  85. 4d41a3b Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for by Maciej Pijanka · 15 years ago
  86. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  87. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  88. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  89. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  90. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  91. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  92. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  93. 4c5786b Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts by Peter Stuge · 15 years ago
  94. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  95. 5e54871 More consistent use of "default n" and "select XYZ" in Kconfig files by Patrick Georgi · 15 years ago
  96. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  97. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  98. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  99. 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
  100. b7fec82 Add kconfig support for ASUS P2B-F. by Uwe Hermann · 15 years ago