1. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  2. 78b4033 more warnings gone... by Stefan Reinauer · 14 years ago
  3. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  4. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  5. bc259d0 The following patch implements Opteron Fam 10 rev D (aka Istanbul) by Arne Georg Gleditsch · 14 years ago
  6. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  7. 55cf7bc Allow per-board setting of HT clock and width so by Timothy Pearson · 14 years ago
  8. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  9. 99f7579 fix APCI typos. by Stefan Reinauer · 15 years ago
  10. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  11. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  12. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  13. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  14. 4355beb Add the MSR writes that are needed to provide VGA legacy routing for the Geode LX by Edwin Beasant · 15 years ago
  15. 87d0c54 Change memory map of geode lx: 768kb-systop is a by Edwin Beasant · 15 years ago
  16. 47afa44 Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it. by Edwin Beasant · 15 years ago
  17. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  18. 7250d9d Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial. by Myles Watson · 15 years ago
  19. 3d11359 Fix amdht on newer compilers. by Patrick Georgi · 15 years ago
  20. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  21. 3aa5f61 Update amdk8/util.c since __PRE_RAM__. Make node & link more unique. by Myles Watson · 15 years ago
  22. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  23. be10190 Add debugging utility file for dumping routing registers on K8. by Myles Watson · 15 years ago
  24. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  25. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  26. 311c564 Trivial regrouping of a calculation to simplify it. by Myles Watson · 15 years ago
  27. 8f3b858 by Stefan Reinauer · 15 years ago
  28. 036c15f Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before by Myles Watson · 15 years ago
  29. 35ed0e7 Remove PRINTK_IN_CAR tests from AMD files. by Myles Watson · 15 years ago
  30. bea4cc6 When I converted an #ifdef to an #if it broke the code because the variable was by Myles Watson · 15 years ago
  31. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  32. e405327 Simplify Kconfig files by using "select" where possible (trivial). by Uwe Hermann · 15 years ago
  33. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  34. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  35. 59b2dc2 White space and typo fixes. This makes it easier to compare the s2895 & s2892. by Myles Watson · 15 years ago
  36. 3db199c Make fam10 build (but not boot due to bootblock size problems.) by Myles Watson · 15 years ago
  37. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  38. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  39. 9840245 More kconfig: by Patrick Georgi · 15 years ago
  40. 70b0cf2 Add initial kconfig support for all AMD GX1 boards. by Uwe Hermann · 15 years ago
  41. 20d5c2e Fix Kconfig build for K8 boards. by Myles Watson · 15 years ago
  42. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  43. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  44. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  45. 74fb8f2 Remove HyperTransport support from boards that don't need it. by Myles Watson · 15 years ago
  46. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  47. fd9c9b8 Use the coreboot pci config read/write functions instead of direct cf8/cfc by Marc Jones · 15 years ago
  48. 6ed39d9 This is the final set of changes to allow rumba to build. Rumba is not by Ronald G. Minnich · 15 years ago
  49. ea47143 Fixes per Uwe's comments. by Ronald G. Minnich · 15 years ago
  50. 07b8c2d This is the beginning of support for Geode and Kconfig in v2. by Ronald G. Minnich · 15 years ago
  51. 62b3513 Remove a couple of CONFIG_ prefixes that shouldn't have happened. by Patrick Georgi · 15 years ago
  52. 1476a9e Without this patch, if we only got a DIMM in Channel B, memory can not be by Zheng Bao · 15 years ago
  53. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  54. bab2bef This patch is about the DA-C2 and RB-C2. Chip with install processor by Zheng Bao · 15 years ago
  55. 69a031c The Errata350 is "Write 0000_8000h to register F2x[1, 0]9C_xD080F0C.", instead of by Zheng Bao · 15 years ago
  56. a5c8bb3 Fix some conflicting types of variables by Patrick Georgi · 15 years ago
  57. fd4519b This now builds. by Ronald G. Minnich · 15 years ago
  58. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  59. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  60. 733263c Remove a comment that no longer applies. Trivial. by Myles Watson · 15 years ago
  61. b17f952 This is an obvious bug which I overlooked when I worked on the AM2r2 modules. by Zheng Bao · 15 years ago
  62. 280df10 Add the IORESOURCE_BRIDGE flag to the fam10 resources for the benefit of the resource allocator. by Myles Watson · 15 years ago
  63. c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 15 years ago
  64. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  65. db8b411 Add AMD family 10 AM2r2 support. by Zheng Bao · 15 years ago
  66. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  67. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  68. 3310d75 by Rudolf Marek · 15 years ago
  69. a774192 Fix for Erratum 350 for AMD Fam10h CPUs. by Marco Schmidt · 15 years ago
  70. aa58f54 Fix non-revF K8 ram init compilation which was broken in r4341. by Carl-Daniel Hailfinger · 15 years ago
  71. 3c45a96 K8 RAM init debug messages are pretty short and sometimes cryptic. Make by Carl-Daniel Hailfinger · 15 years ago
  72. 1725703 The point of the patch is to make it easier to understand the raminit by Myles Watson · 15 years ago
  73. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  74. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  75. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  76. 99fd2a3 Update equivalent processor revision ID to load latest microcode patches and by Marc Jones · 15 years ago
  77. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  78. b5fb0c5 Add high tables support to all northbridges. by Stefan Reinauer · 15 years ago
  79. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  80. 570933c remove some style guide breaks and warnings from raminit_f_dqs.c by Stefan Reinauer · 15 years ago
  81. da65fbf Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. by Stefan Reinauer · 15 years ago
  82. b5843ff There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_DIMM_SUPPORT in line 2208, which caused the protected code fragment never to be included for compilation. by Ronald Hoogenboom · 15 years ago
  83. 15bf50d Following patch adds resume (exit from self refresh) support for AMD K8 revF by Rudolf Marek · 15 years ago
  84. a3ec56c by Ward Vandewege · 15 years ago
  85. 8d9f932 unify spd_ddr2.h (trivial) by Stefan Reinauer · 15 years ago
  86. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  87. 3a8565a During the suspend/resume programming I came to an issue that first 4KB of by Rudolf Marek · 15 years ago
  88. b8e2517 Every object file with a struct pci_driver ... __pci_driver needs to be marked by Stefan Reinauer · 15 years ago
  89. 2f4979f Fix CPUID typo. This caused fid to memory speed calculations to be off. by Marc Jones · 15 years ago
  90. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  91. 283a494 This patch adds common elements for ck804-based boards. by Myles Watson · 15 years ago
  92. 0b4c9f0 This patch makes the boards use a single amdk8_util.asl. There are only by Myles Watson · 15 years ago
  93. 43b29cf Fix mmconf (PCIe memory mapped config space access) support in v2. It was by Stefan Reinauer · 15 years ago
  94. 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
  95. fc19248 (Trivial) Add missing header file. by Rudolf Marek · 15 years ago
  96. 2b34db8 coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 by Stefan Reinauer · 15 years ago
  97. 678d614 This patch makes several CMOS/NVRAM reads dependent on whether there's a table to read. Otherwise you never know what you'll get from the factory BIOS. There are probably more, but these are the ones compiled into the s2895. by Myles Watson · 15 years ago
  98. d58671c Add QWord support to acpigen. by Carl-Daniel Hailfinger · 16 years ago
  99. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 16 years ago
  100. 8db0cfe Following patch converts the run-time SSDT patching via update_ssdt funtion to by Rudolf Marek · 16 years ago