1. 7dcdb30 fix romcc compiled i3100 boards. by Stefan Reinauer · 14 years ago
  2. d653211 zero warnings days: unify mp tables. fix warnings. by Stefan Reinauer · 14 years ago
  3. e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 14 years ago
  4. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  5. c30a6e8 the dump function assumed that the mbi data comes right after the header. by Stefan Reinauer · 14 years ago
  6. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  7. 97b21be fix a case where the fam10 code would overwrite parts of a struct. by Stefan Reinauer · 14 years ago
  8. 17b60a9 drop setup_ics code that was blatantly copied from cx700 and by Stefan Reinauer · 14 years ago
  9. f4cc089 Remove few more warnings and some dead code. by Myles Watson · 14 years ago
  10. 8816cdf geeesh! And this really compiles and even runs? by Stefan Reinauer · 14 years ago
  11. 4bcfb09 HWHoleSz must be u32... by Stefan Reinauer · 14 years ago
  12. 2d85fbed udelay_tsc does not exist in the whole tree. Neither does quadcore.h (anymore) by Stefan Reinauer · 14 years ago
  13. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  14. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  15. c264ad9 fix digitallogic adl855pc compilation (and clean up the warnings while at it) by Stefan Reinauer · 14 years ago
  16. ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 14 years ago
  17. 1abf46c ip1000: fix seabios start, fix flash gpio detection by Stefan Reinauer · 14 years ago
  18. d946649 add int15 handler for thomson ip1000 by Stefan Reinauer · 14 years ago
  19. d93af23 simplify ram_read32 on i82830 by Stefan Reinauer · 14 years ago
  20. 77d31ec More trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. by Joseph Smith · 14 years ago
  21. bdf26a6 Trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. by Joseph Smith · 14 years ago
  22. 2c0db45 fix the broken nvidia chipset boards, by Stefan Reinauer · 14 years ago
  23. d4f5373 zero warnings days. by Stefan Reinauer · 14 years ago
  24. 3063432 zero warnings days. by Stefan Reinauer · 14 years ago
  25. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  26. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  27. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  28. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  29. 362db61 Cosmetically make init_cpus more similar for fam10 and K8. by Myles Watson · 14 years ago
  30. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  31. 604877e Move Kconfig for HT limits to northbridge/amd/Kconfig. by Myles Watson · 14 years ago
  32. 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 14 years ago
  33. eea66b7 no warnings day by Stefan Reinauer · 14 years ago
  34. 135a966 it's a long term, give the compiler a chance to breathe .. ;-) by Stefan Reinauer · 14 years ago
  35. 8a926845 clean up age old via epia target. by Stefan Reinauer · 14 years ago
  36. c02c34e fix epia-m700 compilation, and remove more warnings. by Stefan Reinauer · 14 years ago
  37. c51dc44 "no warnings day" by Stefan Reinauer · 14 years ago
  38. f8b1923 - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY by Stefan Reinauer · 14 years ago
  39. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  40. 233f186 fam10 acpi fix by Stefan Reinauerstepan · 14 years ago
  41. 3c8ac78 remove more warnings. by Stefan Reinauer · 14 years ago
  42. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  43. 26afd18 remove more warnings. by Stefan Reinauer · 14 years ago
  44. 720297c remove some more warnings by Stefan Reinauer · 14 years ago
  45. a4fa5ee Fix includes for showallroutes. by Myles Watson · 14 years ago
  46. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  47. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  48. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  49. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  50. 23a3e79 fix some amd k8 warnings by Stefan Reinauer · 14 years ago
  51. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  52. 86b6dba trivial warning cleanups by Stefan Reinauer · 14 years ago
  53. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  54. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  55. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  56. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  57. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  58. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  59. 78b4033 more warnings gone... by Stefan Reinauer · 14 years ago
  60. 0d7a996 This is kind of a pre CAR patch to properly allocate "shared" graphics memory by Joseph Smith · 14 years ago
  61. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  62. b48ba66 From Keith Hui: by Keith Hui · 14 years ago
  63. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  64. 9c1e1f0 Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig). by Keith Hui · 14 years ago
  65. ed15220 Replace clear_memory with memset. by Myles Watson · 15 years ago
  66. bc259d0 The following patch implements Opteron Fam 10 rev D (aka Istanbul) by Arne Georg Gleditsch · 15 years ago
  67. 59356ca 440BX: Do not hardcode DIMM number + size anymore. by Keith Hui · 15 years ago
  68. f98ad3a i945 mini patch: by Stefan Reinauer · 15 years ago
  69. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 15 years ago
  70. 55cf7bc Allow per-board setting of HT clock and width so by Timothy Pearson · 15 years ago
  71. 72f75b1 Fix YABEL guards; make debugging optional; fix some warnings by Stefan Reinauer · 15 years ago
  72. 800379f by Stefan Reinauer · 15 years ago
  73. 806a29e Use the romstraps build infrastructure created for "tinybootblock" by Patrick Georgi · 15 years ago
  74. 2e694ed Drop i855pm port and rename i855gme to i855 instead. by Stefan Reinauer · 15 years ago
  75. a8aa1b1 Remove register pressure from e7501 driver by not indirectly referencing by Stefan Reinauer · 15 years ago
  76. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 15 years ago
  77. 6363050 drop two warnings (trivial) by Stefan Reinauer · 15 years ago
  78. de3206a This is a general cleanup patch by Stefan Reinauer · 15 years ago
  79. 99f7579 fix APCI typos. by Stefan Reinauer · 15 years ago
  80. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  81. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  82. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  83. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  84. 389240f this should get the VIA VT8454c in shape with Kconfig by Stefan Reinauer · 15 years ago
  85. fa742da Alot of it is trivial clean ups and 830 is now able to initialize one row/side of memory at a time. by Joseph Smith · 15 years ago
  86. 4355beb Add the MSR writes that are needed to provide VGA legacy routing for the Geode LX by Edwin Beasant · 15 years ago
  87. 87d0c54 Change memory map of geode lx: 768kb-systop is a by Edwin Beasant · 15 years ago
  88. 47afa44 Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it. by Edwin Beasant · 15 years ago
  89. 3e4a0b8 This code was copied from amdk8 and never really made usable. by Stefan Reinauer · 15 years ago
  90. 24b4df5 Support a few more i945 variants. With this framework in place it should by Stefan Reinauer · 15 years ago
  91. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  92. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  93. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  94. 7250d9d Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial. by Myles Watson · 15 years ago
  95. 3d11359 Fix amdht on newer compilers. by Patrick Georgi · 15 years ago
  96. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  97. 4d41a3b Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for by Maciej Pijanka · 15 years ago
  98. 3aa5f61 Update amdk8/util.c since __PRE_RAM__. Make node & link more unique. by Myles Watson · 15 years ago
  99. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  100. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago