1. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  2. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  3. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  4. bcb8c97 try to unify timing initialization across those boards that need it... by Stefan Reinauer · 14 years ago
  5. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  6. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  7. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  8. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  9. 523ebd9 zero warning days. Move RAMTOP and RAMBASE together. by Stefan Reinauer · 14 years ago
  10. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  11. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  12. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  13. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  14. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  15. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  16. c2d2941 switch some ROMCC boards back to ROMCC. by Stefan Reinauer · 14 years ago
  17. c51dc44 "no warnings day" by Stefan Reinauer · 14 years ago
  18. f8b1923 - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY by Stefan Reinauer · 14 years ago
  19. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  20. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  21. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  22. 495b92b - drop unneeded Makefile.inc by Stefan Reinauer · 14 years ago
  23. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  24. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  25. 9b70cb6 fix ms9652_fam10 by Stefan Reinauer · 14 years ago
  26. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  27. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  28. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  29. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  30. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  31. bcd31ff drop post_code() by Stefan Reinauer · 14 years ago
  32. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  33. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  34. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  35. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  36. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  37. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  38. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  39. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  40. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  41. 53c7276 Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial). by Uwe Hermann · 14 years ago
  42. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  43. 2140575 Remove Kconfig entries that disable by Patrick Georgi · 14 years ago
  44. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 15 years ago
  45. 5fa76e2 Whitespace changes to make s2912_fam10/ms9652_fam10 more similar. by Uwe Hermann · 15 years ago
  46. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 15 years ago
  47. d3b2bbe Add msi/ms9652_fam10 board. by Timothy Pearson · 15 years ago
  48. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 15 years ago
  49. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 15 years ago
  50. 138be83 This does the following: by Stefan Reinauer · 15 years ago
  51. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  52. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 15 years ago
  53. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 15 years ago
  54. 040553f Adjust msi/ms7135 DCACHE_RAM_* config to previous 32KiB values, by Jonathan A. Kollasch · 15 years ago
  55. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  56. 1847618 $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do by Stefan Reinauer · 15 years ago
  57. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  58. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  59. 0e92974 straighten naming scheme for application processor rom stage files. by Stefan Reinauer · 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. c2ef146 ifeq wants a space before the ( by Stefan Reinauer · 15 years ago
  63. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  64. e8d943f Fix ACPI build on a couple of boards (now that it's active) by Patrick Georgi · 15 years ago
  65. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  66. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  67. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  68. a0c68f8 by Stefan Reinauer · 15 years ago
  69. 1a76ebe Trivial fixes for kconfig. They fix all non-fam10 build failures. by Myles Watson · 15 years ago
  70. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  71. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  72. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  73. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  74. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  75. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  76. 8d09e23 Fix some builds with Kconfig. by Myles Watson · 15 years ago
  77. e21f75a cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.inc by Myles Watson · 15 years ago
  78. dbbfedf Move src/mainboard/tyan/Makefile.s289x.inc to src/mainboard/Makefile.k8_CAR.inc. by Myles Watson · 15 years ago
  79. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  80. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  81. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  82. 42dc721 move all register fram definitions to arch/register.h by Stefan Reinauer · 15 years ago
  83. 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
  84. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  85. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  86. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  87. 04000f4 Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. by Myles Watson · 15 years ago
  88. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  89. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  90. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  91. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  92. 95aa53a Add support for the MSI MS-6156 board. by Uwe Hermann · 15 years ago
  93. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  94. 877119a Fix trivial typo in Kconfig spotted by Peter, introduced by me. by Patrick Georgi · 15 years ago
  95. 869bbc4 Convert all "default y" options to "select FOO" (shorter). by Uwe Hermann · 15 years ago
  96. 66b7404 Kconfig: by Patrick Georgi · 15 years ago
  97. 99950c2 Use by Uwe Hermann · 15 years ago
  98. b24e276 PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig and by Uwe Hermann · 15 years ago
  99. 9095092 The new CBFS based build system requires the whole ROM to be accessible by Uwe Hermann · 15 years ago
  100. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago