1. 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 14 years ago
  2. 19d69e3 Move Geode GX2 UMA video memory size to Kconfig by Nils Jacobs · 14 years ago
  3. 642509c Remove dead and unused Geode GX2 code by Nils Jacobs · 14 years ago
  4. 3344743 Replace Geode GX2 MSR addresses for GLCP on GLIU1 with names by Nils Jacobs · 14 years ago
  5. 1c6d4e6 Clean up Geode GX2 comments, whitespace and coding style. Trivial. by Nils Jacobs · 14 years ago
  6. 09f5a74 Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk(). by Keith Hui · 14 years ago
  7. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  8. 405721d Fix a few whitespace and coding style issues. by Uwe Hermann · 14 years ago
  9. a0360af A couple of Poulsbo fixes: by Patrick Georgi · 14 years ago
  10. be61a17 Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board which uses it. by Patrick Georgi · 14 years ago
  11. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  12. 259a39f fix according to coding guidelines by Stefan Reinauer · 14 years ago
  13. cc1e645 Attached patch implements the memory speed reductions (and 2T/1T clock logic) for DDR1 memory (939 sockets). The details can be found in BKDG chapter 4.1.3.3. by Rudolf Marek · 14 years ago
  14. c436953 Following patch adds support for suspend/resume functions. I had to change the get_cbmem_toc because macro magic did not work well. by Rudolf Marek · 14 years ago
  15. 59f410f Following patch adds support to bring out the memory out of self refresh when doing resume. by Rudolf Marek · 14 years ago
  16. 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 14 years ago
  17. 2b9070a catch some illegal configurations (trivial) by Stefan Reinauer · 14 years ago
  18. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  19. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  20. 1bc5cca Move MMCONF resource into the domain for fam10 for the resource allocator. by Myles Watson · 14 years ago
  21. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  22. ea62e9b More explicite and straight way to set seed. by Zheng Bao · 14 years ago
  23. e87c38e After finding the missing bit poweroff works now. by Tobias Diedrich · 14 years ago
  24. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  25. 6e9ab97 i855: Remove useless memctrl indirection. by Uwe Hermann · 14 years ago
  26. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  27. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  28. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  29. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  30. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  31. 607614d Fix/drop some obsolete comments, by Uwe Hermann · 14 years ago
  32. 8c107bc Move DIMM_MAP_LOGICAL to Kconfig. by Patrick Georgi · 14 years ago
  33. e0c0a82 This problem was introduced with by Tobias Diedrich · 14 years ago
  34. c2bf26d Move RCBA defines to northbridge (instead of mainboard) by Patrick Georgi · 14 years ago
  35. f3cce2f MTRR related improvements for AMD family 10h and family 0Fh systems by Scott Duplichan · 14 years ago
  36. 02d66fd1b Make amdk8 printk_raminit() accept just a single string parameter by Peter Stuge · 14 years ago
  37. 7bbd7f2 Move K8_ALLOCATE_IO_RANGE to Kconfig. by Patrick Georgi · 14 years ago
  38. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  39. eca3280 Add Kconfig CPU speed selection to Geode GX2 boards. by Nils Jacobs · 14 years ago
  40. a1e2c56 Remove banner wrapper function and unify print(k) usage. by Nils Jacobs · 14 years ago
  41. a215b0f Remove some unused code from gx2/raminit.c. by Nils Jacobs · 14 years ago
  42. 5beac7f Clean up some comments and white space in gx2/northbridgeinit.c by Nils Jacobs · 14 years ago
  43. 76890dd Change Geode GX2 to use the auto DRAM detect code from Geode LX. by Nils Jacobs · 14 years ago
  44. 9644623 Remove some unused code. by Nils Jacobs · 14 years ago
  45. 809e29e GX2: Clean up some white space and comments. by Nils Jacobs · 14 years ago
  46. fc9fcf7 GX2: Change MSR register numbers into more descriptive names. by Nils Jacobs · 14 years ago
  47. b69cb5a Convert some comments to proper Doxygen syntax. by Uwe Hermann · 14 years ago
  48. 9fe5069 Correct spelling of "spacing" (in comments). by Jonathan Kollasch · 14 years ago
  49. 1ba2eee Revision 5966 changed the end of line style of the 3 modified files. This change restores the original end of line style. by Scott Duplichan · 14 years ago
  50. af786b6 When debug logging is enabled, a message such as '* AP 02 timed out:02010501' by Scott Duplichan · 14 years ago
  51. 212d0a2 Remove various .c #includes from Intel i810/i82801ax/i82801bx boards. by Uwe Hermann · 14 years ago
  52. ab50d62 Convert all Intel i810 boards to CAR. by Uwe Hermann · 14 years ago
  53. 8912285 Trivial. Clean up code and add some comments. by Zheng Bao · 14 years ago
  54. f1aa984 Move translate_spd_to_i82810[] from .h to .c file (trivial). by Uwe Hermann · 14 years ago
  55. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  56. 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 14 years ago
  57. 115c5b9 Remove various .c #includes from Intel 440BX/82371EB boards. by Uwe Hermann · 14 years ago
  58. 53b52f3 Trivial. Spell checking. by Zheng Bao · 14 years ago
  59. 1dcf6689 Trivial. Spell checking. by Zheng Bao · 14 years ago
  60. c3af12f Trivial. Spell checking. by Zheng Bao · 14 years ago
  61. 3d682fe Trivial. Fix the typo. by Zheng Bao · 14 years ago
  62. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  63. 6f2d20e Convert all Intel 440BX boards to Cache-as-RAM (CAR). by Uwe Hermann · 14 years ago
  64. b7a7b79 Use %p instead of %x to print void *. by Jonathan Kollasch · 14 years ago
  65. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  66. ebe6d58 Fix spelling/typos in comments. by Jonathan Kollasch · 14 years ago
  67. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  68. 76d9143 Make i945/raminit.c:fsbclk() return u16 rather than int by Peter Stuge · 14 years ago
  69. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  70. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  71. 52000e1 Trivial. Re-indent the code. by Zheng Bao · 14 years ago
  72. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  73. 7b1a3c3 Trivial. re-Indent the code. by Zheng Bao · 14 years ago
  74. 7cdf1ec Obviously missing brackets. by Xavi Drudis Ferran · 14 years ago
  75. 86224f6 Mark read-only data as read-only, so the global vars test doesn't fail on it. by Patrick Georgi · 14 years ago
  76. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago
  77. 7fd931b Keep the mc146818rtc.h include close to the option table include where by Myles Watson · 14 years ago
  78. 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 14 years ago
  79. 0c51ddd Complete the code which was missing. by Zheng Bao · 14 years ago
  80. 951a0fe Fix the typo. Field DisAutoRefresh is in DramTimngHi. by Zheng Bao · 14 years ago
  81. df35cdc A number of cleanups for 440BX raminit code. by Keith Hui · 14 years ago
  82. 6c029e6 Add reserved areas for fam10. by Myles Watson · 14 years ago
  83. 687b3ba Port k8 UMA handling to fam10. by Myles Watson · 14 years ago
  84. cb817be Fix a typo reported by Sylvain Hitier. by Myles Watson · 14 years ago
  85. 25d1213 Convert i945 boards to use reserved resources instead of directly adding by Myles Watson · 14 years ago
  86. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  87. d6689ed Please find appended. This patch gets rid of the %gs magic altogether, by Arne Georg Gleditsch · 14 years ago
  88. e150e9a Also improve boot time on AMD for the DDR3 code path. Fix a typo, too. by Arne Georg Gleditsch · 14 years ago
  89. 6556534 Apparently, it's not crucial to clear this at the exact moment we switch by Arne Georg Gleditsch · 14 years ago
  90. f7a999a Trivial. Currently the max frequency is preset as 400Mhz. We need to set a by Zheng Bao · 14 years ago
  91. 08c92e0 AMD DDR2 and DDR3 MCT function InitPhyCompensation() compliant with AGESA code. by Kerry She · 14 years ago
  92. dfe8d76 Trivial warning fix for adl855pc. by Myles Watson · 14 years ago
  93. 9fae99f Get Byte65/66 for register manufacture ID code. RegMan1Present will by Zheng Bao · 14 years ago
  94. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  95. 459b0d2 This file was missing from r5751. by Andreas Schultz · 14 years ago
  96. b6b29db Rework i855GM/i855GME support by Andreas Schultz · 14 years ago
  97. 819ee74 Multi-DIMMS on AMD ddr2 MCT channel B fixed. by Kerry She · 14 years ago
  98. 99cfa1e Multi-DIMMS on AMD ddr3 MCT channel B works. by Kerry She · 14 years ago
  99. 108d30b Trivial syntax correction of AMD mct_ddr3 dir. by Kerry She · 14 years ago
  100. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago