1. 9c1e1f0 Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). by Keith Hui · 14 years ago
  2. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  3. 59356ca 440BX: Do not hardcode DIMM number + size anymore. by Keith Hui · 14 years ago
  4. f98ad3a i945 mini patch: by Stefan Reinauer · 14 years ago
  5. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  6. 72f75b1 Fix YABEL guards; make debugging optional; fix some warnings by Stefan Reinauer · 14 years ago
  7. 800379f by Stefan Reinauer · 14 years ago
  8. 2e694ed Drop i855pm port and rename i855gme to i855 instead. by Stefan Reinauer · 14 years ago
  9. a8aa1b1 Remove register pressure from e7501 driver by not indirectly referencing by Stefan Reinauer · 14 years ago
  10. 6363050 drop two warnings (trivial) by Stefan Reinauer · 14 years ago
  11. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  12. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  13. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  14. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  15. 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 · 14 years ago
  16. 3e4a0b8 This code was copied from amdk8 and never really made usable. by Stefan Reinauer · 14 years ago
  17. 24b4df5 Support a few more i945 variants. With this framework in place it should by Stefan Reinauer · 15 years ago
  18. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  19. 4d41a3b Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for by Maciej Pijanka · 15 years ago
  20. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  21. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  22. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  23. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  24. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  25. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  26. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  27. 4c5786b Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts by Peter Stuge · 15 years ago
  28. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  29. 5e54871 More consistent use of "default n" and "select XYZ" in Kconfig files by Patrick Georgi · 15 years ago
  30. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  31. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  32. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  33. 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
  34. b7fec82 Add kconfig support for ASUS P2B-F. by Uwe Hermann · 15 years ago
  35. 109ab31 drop extra whitespace at end of line for i945 + ICH7 (trivial) by Stefan Reinauer · 15 years ago
  36. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  37. 71a3d96 * drop ich7 include by Stefan Reinauer · 15 years ago
  38. 3f1458d Fix build for i810 boards that don't enable onboard VGA, yet. by Uwe Hermann · 15 years ago
  39. 76a88d0 Various Intel 82810/82810E changes which allow onboard VGA to work. by Elia Yehuda · 15 years ago
  40. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  41. 1a692d8 Add support for the Intel Eagle Heights development board. by Thomas Jourdan · 15 years ago
  42. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  43. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  44. 6114311 Convert the MSI MS-6178 board to CBFS. by Uwe Hermann · 15 years ago
  45. a24e1dd Add a hopefully more correct and flexible set_dram_buffer_strength() by Elia Yehuda · 15 years ago
  46. 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
  47. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago
  48. 3544c6b Trivial removal of svn:executable property from vga.c. by Peter Stuge · 15 years ago
  49. 97e6dfe This patch allows a custom vga driver that will give the flexibility to run code after vga is initialized for tv-out. by Joseph Smith · 15 years ago
  50. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  51. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  52. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  53. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  54. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  55. cc46e73 ACPI implementation for i945, ICH7, Kontron 986LCD-M by Stefan Reinauer · 15 years ago
  56. 30140a5 i945 northbridge update by Stefan Reinauer · 15 years ago
  57. 43b29cf Fix mmconf (PCIe memory mapped config space access) support in v2. It was by Stefan Reinauer · 15 years ago
  58. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  59. 977ed2d fix small TOLUD issue in i945 raminit (trivial) by Stefan Reinauer · 15 years ago
  60. ebb763f put in a little comment (trivial) by Stefan Reinauer · 15 years ago
  61. 8c4af2b This fine work by Jon Dufresne was awkwardly rotting on the mailing list for by Jon Dufresne · 15 years ago
  62. e562f72 Fix a LOT of implicit function declarations before they become errors. by Corey Osgood · 16 years ago
  63. fbfdba7 Fix the only implicit declaration before it becomes an error. by Corey Osgood · 16 years ago
  64. 8b643cea Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset. by Uwe Hermann · 16 years ago
  65. 1683cef Remove the unnecessary memctrl[] indirection, 440BX only has one by Uwe Hermann · 16 years ago
  66. d24fe7e i810: Add support for multiple DIMMs, both single-sided and double-sided, by Elia Yehuda · 16 years ago
  67. 4cf5ecf Get rid of the unnecessary indirection by 'struct mem_controller' for the by Uwe Hermann · 16 years ago
  68. 8ab91d8 i810: Add some more comments, and especially add a list of tested BUFF_SC by Uwe Hermann · 16 years ago
  69. 3bb2628 Thanks to Uwe Hermann for spotting this typo. by Stefan Reinauer · 16 years ago
  70. 779b3e3 Merge some parts of the i945 review (trivial): by Stefan Reinauer · 16 years ago
  71. a163729 i945.h: Add some more comments, align data for better readability (trivial). by Uwe Hermann · 16 years ago
  72. 5d7a1c8 Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. by Uwe Hermann · 16 years ago
  73. bddc693 i945/ICH7: Use #defines from pci_ids.h (trivial). by Uwe Hermann · 16 years ago
  74. 278534d Support for the Intel 945 northbridge. by Stefan Reinauer · 16 years ago
  75. 598ba43 Drop tons of duplicated debug.c files, move common file to by Uwe Hermann · 16 years ago
  76. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  77. 45db366 A duplicate register address is incremented in table register_values. by Mats Erik Andersson · 16 years ago
  78. f69d5ee Support for the memory controller and PCIe interface of the Intel by Ed Swierk · 16 years ago
  79. 7eda890 Eric Biederman believes that he and Tom Zimmerman of the defunct by Ed Swierk · 16 years ago
  80. 6adfaa69 This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, by Ed Swierk · 16 years ago
  81. 14669ae This patch allows support for multiple so-dimms, single or double sided. by Joseph Smith · 16 years ago
  82. da69582 This patch allows the RCA RM4100 to reboot. Upon rebooting in auto.c it detects if the memory is already initialized, if so it issues a hard reset through the southbridge. by Joseph Smith · 16 years ago
  83. a9faea8 This patch implements support for the Intel 3100 integrated by Ed Swierk · 16 years ago
  84. 6a1dc86 Initial support for the Intel 82830 northbridge and RCA RM4100 board. by Joseph Smith · 16 years ago
  85. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  86. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  87. 9b80a8d Drop duplicated and unneeded #defines from some northbridges (trivial). by Uwe Hermann · 17 years ago
  88. f1cf1f7 Ever wondered where those "setting incorrect section attributes for by Stefan Reinauer · 17 years ago
  89. dfb3c13 Various minor cosmetics and coding style fixes (trivial). by Uwe Hermann · 17 years ago
  90. cbb8d8a This patch fixes up a couple mistakes I made with the i82810 and mew-vw to make by Corey Osgood · 17 years ago
  91. c0eb5e0 Add initial support for the Intel 82810 northbridge. by Corey Osgood · 17 years ago
  92. bc359473 Minor tweaks in the 440BX RAM init code (trivial). by Uwe Hermann · 17 years ago
  93. 861f964 Lower the RAM init delays we use on the Intel 440BX. by Uwe Hermann · 17 years ago
  94. f5a6fd2 Various 440BX and Tyan S1846 related minor changes and fixes (trivial): by Uwe Hermann · 17 years ago
  95. f03e4e9 Fixup the 440BX northbridge.c (self-ack as this wasn't working anyway). by Uwe Hermann · 17 years ago
  96. e1dd5e9 Fixed a bug within the 440BX RAM size calculation. Since the DRB values by Ceri Coburn · 17 years ago
  97. 7ea18cf Cosmetics (trivial). by Uwe Hermann · 17 years ago
  98. 941a6f0 Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial). by Uwe Hermann · 17 years ago
  99. 1a9c892 Initial Intel 440BX RAM initialization framework. by Uwe Hermann · 17 years ago
  100. 3d91ecb Add convenience macros PAM0..PAM6 (trivial). by Uwe Hermann · 18 years ago