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. bf5a7dc Drop CONFIG_HAVE_BUS_CONFIG, clean up Kconfig by Stefan Reinauer · 12 years ago
  5. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  6. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  7. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  8. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  9. a22f78b nvidia/mcp55: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 13 years ago
  10. c466287 Remove no-op Makefiles under mainboard directory by Kyösti Mälkki · 13 years ago
  11. 7f782a8 Delete hard-coded driver includes by Kyösti Mälkki · 13 years ago
  12. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  13. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  14. 6eb7a53 mptable: Refactor lintsrc generation by Patrick Georgi · 13 years ago
  15. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  16. 61aee5f In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. by Stefan Reinauer · 13 years ago
  17. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 14 years ago
  18. 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 14 years ago
  19. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  20. 41dc1c0 Cleanup up HD audio codec / hda_verb.h files. by Uwe Hermann · 14 years ago
  21. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  22. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  23. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  24. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  25. 9b9791c Winbond W83627HF: Use existing functions instead of open-coding. by Uwe Hermann · 14 years ago
  26. df323fc MCP55: Add TINY_BOOTBLOCK support. by Uwe Hermann · 14 years ago
  27. 7411eab Final set of smp_write_bus -> mptable_write_buses changes. by Patrick Georgi · 14 years ago
  28. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  29. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  30. d8a789f Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were by Patrick Georgi · 14 years ago
  31. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  32. d28c298 Eliminate SET_NB_CFG_54 option. There was no board that by Patrick Georgi · 14 years ago
  33. 76e8152 Move the SET_FIDVID* family of configuration options to Kconfig and by Patrick Georgi · 14 years ago
  34. 0675d5c CK804/MCP55 devicetree.cb cosmetic and indentation fixes. by Uwe Hermann · 14 years ago
  35. 7bbd7f2 Move K8_ALLOCATE_IO_RANGE to Kconfig. by Patrick Georgi · 14 years ago
  36. 9915944 Remove comments that are obsolete since r6028. by Uwe Hermann · 14 years ago
  37. 00e1460 Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c by Patrick Georgi · 14 years ago
  38. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  39. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  40. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  41. abc0c77 attached patch moves a couple more config flags out of romstage: by Patrick Georgi · 14 years ago
  42. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  43. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  44. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  45. 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 14 years ago
  46. 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 14 years ago
  47. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  48. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  49. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  50. b24d07c My old mcp55 azalia fix from May 2010. Was never checked in. by Stefan Reinauer · 14 years ago
  51. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  52. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  53. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  54. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  55. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  56. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  57. bcb8c97 try to unify timing initialization across those boards that need it... by Stefan Reinauer · 14 years ago
  58. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  59. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  60. 523ebd9 zero warning days. Move RAMTOP and RAMBASE together. by Stefan Reinauer · 14 years ago
  61. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  62. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  63. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  64. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  65. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  66. f8b1923 - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY by Stefan Reinauer · 14 years ago
  67. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  68. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  69. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  70. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  71. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  72. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  73. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  74. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  75. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  76. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  77. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  78. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  79. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  80. 43fed9b disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job, by Stefan Reinauer · 15 years ago
  81. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 15 years ago
  82. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 15 years ago
  83. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  84. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 15 years ago
  85. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 15 years ago
  86. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  87. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  88. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  89. 0e92974 straighten naming scheme for application processor rom stage files. by Stefan Reinauer · 15 years ago
  90. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  91. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  92. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  93. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  94. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  95. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  96. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  97. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  98. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  99. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  100. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago