1. d6924e8 Normalize the config option for the Intel Atom CPU. by Warren Turkal · 14 years ago
  2. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  3. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago
  4. 370d979 Various USB Debug Port fixes (trivial). by Uwe Hermann · 14 years ago
  5. 7fd931b Keep the mc146818rtc.h include close to the option table include where by Myles Watson · 14 years ago
  6. 25d1213 Convert i945 boards to use reserved resources instead of directly adding by Myles Watson · 14 years ago
  7. 8377c2d Fix compilation for mtarvon. CAR initialization does early_mtrr_init, by Myles Watson · 14 years ago
  8. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  9. 849498d Fix intel mtarvon compilation by switching it over to CAR. by Stefan Reinauer · 14 years ago
  10. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  11. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  12. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  13. e32d399 Kill a few more warnings. by Myles Watson · 14 years ago
  14. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  15. 49cdb0c This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hurray, this is the first i810 board running CAR. by Joseph Smith · 14 years ago
  16. b94a79f This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hurray, this is the first i810 board running CAR. by Joseph Smith · 14 years ago
  17. c4f1a77 Fix two warnings: by Stefan Reinauer · 14 years ago
  18. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  19. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  20. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  21. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  22. 09e0c49 v2 -> v4 by Stefan Reinauer · 14 years ago
  23. bf264e9 i945: by Stefan Reinauer · 14 years ago
  24. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  25. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  26. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  27. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  28. 467a065 no warnings days. by Stefan Reinauer · 14 years ago
  29. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  30. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  31. f4cc089 Remove few more warnings and some dead code. by Myles Watson · 14 years ago
  32. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  33. 1f10de6 fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to by Stefan Reinauer · 14 years ago
  34. 170679b update atom car code in the same way that 6ex/6fx was updated. by Stefan Reinauer · 14 years ago
  35. 6d1b0d8 Fix eagleheights not a 6ex board, but using the same CAR code. by Stefan Reinauer · 14 years ago
  36. d41a0bc Drop the need for cpu_reset, it's really just a short cut to stage2. by Stefan Reinauer · 14 years ago
  37. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  38. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  39. c02c34e fix epia-m700 compilation, and remove more warnings. by Stefan Reinauer · 14 years ago
  40. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  41. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  42. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  43. 0b2f185 indent mptable.c by Stefan Reinauer · 14 years ago
  44. fd0bef8 build_opt_tbl: error instead of null pointer access if no checksum is defined. by Stefan Reinauer · 14 years ago
  45. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  46. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  47. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  48. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  49. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  50. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  51. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  52. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  53. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  54. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  55. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  56. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  57. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 15 years ago
  58. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 15 years ago
  59. 138be83 This does the following: by Stefan Reinauer · 15 years ago
  60. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  61. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 15 years ago
  62. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 15 years ago
  63. c834c79 CONFIG_ was missing. by Stefan Reinauer · 15 years ago
  64. 8a7d34b fix builds... by Stefan Reinauer · 15 years ago
  65. de3206a This is a general cleanup patch by Stefan Reinauer · 15 years ago
  66. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  67. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  68. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  69. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  70. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  71. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  72. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  73. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  74. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  75. 2e97383 run preprocessor on DSDT of D945GCLF, otherwise smart iasl will segfault. by Stefan Reinauer · 15 years ago
  76. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  77. f2da0d5 Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig) by Stefan Reinauer · 15 years ago
  78. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  79. a0c68f8 by Stefan Reinauer · 15 years ago
  80. 1a76ebe Trivial fixes for kconfig. They fix all non-fam10 build failures. by Myles Watson · 15 years ago
  81. 59968f5 Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds. by Myles Watson · 15 years ago
  82. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  83. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  84. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  85. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  86. 4374f42 fix length field in dmi tables. Newer DMI versions through errors by Stefan Reinauer · 15 years ago
  87. 8d09e23 Fix some builds with Kconfig. by Myles Watson · 15 years ago
  88. 4ec4fbe Make d945gclf build. by Myles Watson · 15 years ago
  89. 2d2f0c1 Add some missing license headers, consistency fixes for others (trivial). by Uwe Hermann · 15 years ago
  90. 1a08f58 preliminary Intel D945GCLF Atom+i945 support. by Stefan Reinauer · 15 years ago
  91. fbb8a01 Use Intel Core code for eagleheights CAR init, not Intel Core 2, as by Stefan Reinauer · 15 years ago
  92. 46a895e Fix intel/xe7501devkit build, missing "uses" clause. by Uwe Hermann · 15 years ago
  93. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  94. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  95. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  96. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  97. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  98. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  99. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  100. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago