1. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  2. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  3. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  4. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  5. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  6. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  7. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  8. 7c1fb7b Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: by Scott Duplichan · 14 years ago
  9. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  10. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  11. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  12. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  13. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  14. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  15. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  16. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  17. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  18. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 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. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  21. 36de042 Add "reasonable" values in ASL at places we overwrite from by Stefan Reinauer · 14 years ago
  22. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  23. c928a29 Remove another set of includes from Fam10 romstages: by Patrick Georgi · 14 years ago
  24. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  25. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  26. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  27. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  28. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  29. f4cc089 Remove few more warnings and some dead code. by Myles Watson · 14 years ago
  30. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  31. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  32. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  33. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  34. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  35. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  36. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  37. 495b92b - drop unneeded Makefile.inc by Stefan Reinauer · 14 years ago
  38. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  39. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  40. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  41. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  42. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  43. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  44. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  45. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  46. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  47. e799c8b Revert my debugging patch that got committed by accident. Sorry. by Myles Watson · 14 years ago
  48. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  49. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  50. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  51. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  52. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  53. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  54. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  55. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  56. 75bf053 - Add rules that build either 4 or 5 ssdts (only those variants exist in the board now) by Patrick Georgi · 14 years ago
  57. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  58. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  59. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  60. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  61. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  62. 8a7d34b fix builds... by Stefan Reinauer · 15 years ago
  63. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  64. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  65. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  66. 0e92974 straighten naming scheme for application processor rom stage files. by Stefan Reinauer · 15 years ago
  67. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  68. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  69. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  70. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  71. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  72. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  73. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  74. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  75. 42dc721 move all register fram definitions to arch/register.h by Stefan Reinauer · 15 years ago
  76. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  77. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  78. e405327 Simplify Kconfig files by using "select" where possible (trivial). by Uwe Hermann · 15 years ago
  79. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  80. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  81. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  82. 3db199c Make fam10 build (but not boot due to bootblock size problems.) by Myles Watson · 15 years ago
  83. c0528d6 HAVE_ACPI_TABLES cleanups for kconfig: by Uwe Hermann · 15 years ago
  84. 00f0267 Remaining boards are Kconfig'd now. Whether they work by Patrick Georgi · 15 years ago
  85. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  86. 6768f39 Remove: by Patrick Georgi · 15 years ago
  87. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  88. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  89. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  90. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  91. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  92. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  93. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  94. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  95. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  96. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  97. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  98. d12acea There were a few updates lately that generates ROM size > 512K. I am changing the default ROM size to 1M to accommodate this and future changes. I tested on SimNow family10h_1p.bsd and it POSTs OK. by Vincent Lim · 15 years ago
  99. 99fd2a3 Update equivalent processor revision ID to load latest microcode patches and by Marc Jones · 15 years ago
  100. 9ea1e0c Trivia: remove comment by Vincent Lim · 15 years ago