1. 897aeeb Drop empty mainboard_ops by Kyösti Mälkki · 12 years ago
  2. bbc880e amdk8/amdfam10: Use CAR_GLOBAL for sysinfo by Patrick Georgi · 12 years ago
  3. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  4. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  5. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  6. 7bdf85b Move cpus_ready_for_init() to AMD K8 by Kyösti Mälkki · 12 years ago
  7. a2701c6 Revert "remove CONFIG_SERIAL_CPU_INIT" by Sven Schnelle · 12 years ago
  8. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  9. 78efc4c remove CONFIG_SERIAL_CPU_INIT by Sven Schnelle · 12 years ago
  10. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  11. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  12. 152738f amd/amd8111: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 13 years ago
  13. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  14. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  15. 6eb7a53 mptable: Refactor lintsrc generation by Patrick Georgi · 13 years ago
  16. af90275 TINY_BOOTBLOCK problem-fix on amdk8+amd8111 platforms by enok71 · 13 years ago
  17. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  18. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  19. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  20. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  21. 1f7d3c5 AMD-8111: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  22. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  23. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  24. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  25. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  26. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  27. 9fb2e3a FIRST_CPU, SECOND_CPU, TOTAL_CPUS are only used in one by Patrick Georgi · 14 years ago
  28. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  29. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  30. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  31. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  32. 98a8c0c Move CAR settings to board config for socket 940 boards. by Warren Turkal · 14 years ago
  33. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  34. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  35. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  36. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  37. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  38. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  39. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  40. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  41. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  42. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  43. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  44. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  45. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  46. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  47. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  48. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  49. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  50. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  51. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  52. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  53. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  54. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  55. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  56. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  57. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  58. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  59. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 15 years ago
  60. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  61. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  62. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  63. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  64. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  65. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  66. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  67. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  68. e21f75a cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.inc by Myles Watson · 15 years ago
  69. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  70. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  71. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  72. 04000f4 Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. by Myles Watson · 15 years ago
  73. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  74. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  75. 91ff0df More Kconfig-supported boards, and also kconfig support by Patrick Georgi · 15 years ago
  76. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  77. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  78. 6768f39 Remove: by Patrick Georgi · 15 years ago
  79. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  80. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  81. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  82. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  83. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  84. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  85. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  86. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  87. 96a4692 Trivial patch to make #defines generated from cmos.layout have unique names. Kills a few more compiler warnings. by Myles Watson · 15 years ago
  88. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  89. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  90. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  91. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  92. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  93. 7b6ea25 Fix up the incomplete commit in r4055. by Carl-Daniel Hailfinger · 15 years ago
  94. f7116c3 There are more than a dozen targets in the v2 tree which refer to ROMCC by Carl-Daniel Hailfinger · 15 years ago
  95. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  96. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  97. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  98. 93159bf In the process of trying to debug some HT sync problems I added lots of by Carl-Daniel Hailfinger · 16 years ago
  99. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  100. 28401bd Drop unused (or commented / #if 0) reset.c files. by Uwe Hermann · 16 years ago