1. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  2. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  3. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  4. 3a4ed15 W83627DHG/W83627EHG fixups for virtual LDNs. by Uwe Hermann · 14 years ago
  5. df323fc MCP55: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  6. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  7. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  8. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  9. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  10. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  11. 26535d6 Merge all spd_addr.h into the resp. romstage.c files. by Uwe Hermann · 14 years ago
  12. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  13. 24f324c Drop unused and incorrect RTC_DEV for Winbond W83627EHG. by Uwe Hermann · 14 years ago
  14. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  15. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  16. 0675d5c CK804/MCP55 devicetree.cb cosmetic and indentation fixes. by Uwe Hermann · 14 years ago
  17. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  18. d51122d Various PIRQ/MPTABLE/ACPI Kconfig fixes. by Uwe Hermann · 14 years ago
  19. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  20. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  21. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  22. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  23. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  24. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  25. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  26. 7ac4c26 Add a kconfig option to allow the user to select a specific physical by Uwe Hermann · 14 years ago
  27. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  28. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  29. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  30. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  31. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  32. b24d07c My old mcp55 azalia fix from May 2010. Was never checked in. by Stefan Reinauer · 14 years ago
  33. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  34. e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 14 years ago
  35. a58c260 Select HAVE_OPTION_TABLE for msi/ms9652_fam10. It fixes the build and doesn't by Myles Watson · 14 years ago
  36. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  37. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  38. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  39. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  40. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  41. c928a29 Remove another set of includes from Fam10 romstages: by Patrick Georgi · 14 years ago
  42. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  43. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  44. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  45. bcb8c97 try to unify timing initialization across those boards that need it... by Stefan Reinauer · 14 years ago
  46. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  47. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  48. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  49. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  50. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  51. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  52. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  53. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  54. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  55. f8b1923 - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY by Stefan Reinauer · 14 years ago
  56. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  57. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  58. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  59. 9b70cb6 fix ms9652_fam10 by Stefan Reinauer · 14 years ago
  60. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  61. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  62. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  63. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  64. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  65. bcd31ff drop post_code() by Stefan Reinauer · 14 years ago
  66. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  67. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  68. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  69. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  70. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  71. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  72. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  73. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  74. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  75. 5fa76e2 Whitespace changes to make s2912_fam10/ms9652_fam10 more similar. by Uwe Hermann · 14 years ago
  76. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 14 years ago
  77. d3b2bbe Add msi/ms9652_fam10 board. by Timothy Pearson · 14 years ago