1. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  2. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  3. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  4. ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 14 years ago
  5. 1f10de6 fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to by Stefan Reinauer · 14 years ago
  6. ea7f5a2 use the standard udelay on sc520. by Stefan Reinauer · 14 years ago
  7. f17ca16 Speed up coreboot_ram loading by moving the decompression stack by Stefan Reinauer · 14 years ago
  8. 170679b update atom car code in the same way that 6ex/6fx was updated. by Stefan Reinauer · 14 years ago
  9. 1977b89 port latest model 6ex car changes to 6fx car, which is almost identical and by Stefan Reinauer · 14 years ago
  10. 3e1f524 by Stefan Reinauer · 14 years ago
  11. 5934b50 Move the CPU specific includes from by Patrick Georgi · 14 years ago
  12. f1ce6f2 - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively by Patrick Georgi · 14 years ago
  13. accb50a The ADL855PC was never confirmed working (in fact it's pretty sure that code by Stefan Reinauer · 14 years ago
  14. c8a9ead Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run / by Stefan Reinauer · 14 years ago
  15. 314e551 This patch changes C7 CAR code to be a single assembler file instead by Stefan Reinauer · 14 years ago
  16. d4f5373 zero warnings days. by Stefan Reinauer · 14 years ago
  17. d41a0bc Drop the need for cpu_reset, it's really just a short cut to stage2. by Stefan Reinauer · 14 years ago
  18. aa987b2 drop unused files by Stefan Reinauer · 14 years ago
  19. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  20. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  21. 10b29d8 thin out romcc epilogue and have it call copy_and_run as by Stefan Reinauer · 14 years ago
  22. c58f1d1 Indent model_fxx_init and model_10xx_init. by Myles Watson · 14 years ago
  23. 362db61 Cosmetically make init_cpus more similar for fam10 and K8. by Myles Watson · 14 years ago
  24. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  25. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  26. 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 14 years ago
  27. 8a926845 clean up age old via epia target. by Stefan Reinauer · 14 years ago
  28. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  29. 3c8ac78 remove more warnings. by Stefan Reinauer · 14 years ago
  30. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  31. 26afd18 remove more warnings. by Stefan Reinauer · 14 years ago
  32. 720297c remove some more warnings by Stefan Reinauer · 14 years ago
  33. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  34. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  35. cca6268 get coreboot_ap memory training in cache mechanism in place. Didn't work since by Stefan Reinauer · 14 years ago
  36. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  37. 86b6dba trivial warning cleanups by Stefan Reinauer · 14 years ago
  38. 2c5dc65 qemu: drop "northbridge.c" from src/cpu/... by Stefan Reinauer · 14 years ago
  39. 8013d5a cpu_driver structs need to be const, too... by Stefan Reinauer · 14 years ago
  40. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  41. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  42. 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 14 years ago
  43. cadefaf Fix reading HT link offsets. by Maximilian Thuermer · 14 years ago
  44. e799c8b Revert my debugging patch that got committed by accident. Sorry. by Myles Watson · 14 years ago
  45. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  46. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  47. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  48. 8a0c649 The parameters of memset() should be by Zheng Bao · 14 years ago
  49. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  50. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  51. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  52. 78b4033 more warnings gone... by Stefan Reinauer · 14 years ago
  53. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  54. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  55. d4ab7c5 fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. by Stefan Reinauer · 14 years ago
  56. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  57. d965901 Source all Kconfig files for Intel® CPU models.. by Myles Watson · 14 years ago
  58. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  59. f326e3a Replace spaces with tabs. Trivial. by Myles Watson · 14 years ago
  60. ed15220 Replace clear_memory with memset. by Myles Watson · 14 years ago
  61. bc259d0 The following patch implements Opteron Fam 10 rev D (aka Istanbul) by Arne Georg Gleditsch · 14 years ago
  62. f7b3c5e Add support for the 0x06B1 CPU ID for Celeron (Tualatin). by Keith Hui · 14 years ago
  63. e1ec158 Add proper Slot 1 CPU support code/infrastructure. by Keith Hui · 14 years ago
  64. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  65. 9d24c7f - Simplify stack size determination: MAX_CPUS * STACK_SIZE by Patrick Georgi · 14 years ago
  66. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  67. a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
  68. d1fc066 Clobber registers as appropriate in AMD CAR code, and by Rudolf Marek · 14 years ago
  69. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 14 years ago
  70. 92b85aa Fix SMM handler comment. Thanks for noticing, Peter! by Stefan Reinauer · 14 years ago
  71. 881a553 mini update SMM: by Stefan Reinauer · 14 years ago
  72. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  73. d4c5c44 trival. All the changes is about comment and spaces. by Zheng Bao · 14 years ago
  74. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 14 years ago
  75. ba295dc Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, by Patrick Georgi · 14 years ago
  76. 535e3b4 Adapt all uses of CONFIG_XIP_ROM_BASE to use by Patrick Georgi · 14 years ago
  77. 9a432ab Forgot a CBFS_PREFIX change in appropriate commit (r5102). by Patrick Georgi · 14 years ago
  78. 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 14 years ago
  79. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  80. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  81. f14e69b typo by Stefan Reinauer · 14 years ago
  82. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 14 years ago
  83. a9796ed - Clean up and comment writing of MSRs for cache control (Backport from v3) by Edwin Beasant · 15 years ago
  84. e8d943f Fix ACPI build on a couple of boards (now that it's active) by Patrick Georgi · 15 years ago
  85. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  86. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  87. 12ee934 Make internal functions static in speedstep ACPI generation code. by Stefan Reinauer · 15 years ago
  88. f0ec230 Fix stack base for Atom CPUs, the resume mechanism (cbmem etc) expects this. by Stefan Reinauer · 15 years ago
  89. ba8b21c Micro-optimization: movl $0 --> xorl. by Stefan Reinauer · 15 years ago
  90. 68b3c46 new microcode for Intel Core 2(tm) CPUs by Stefan Reinauer · 15 years ago
  91. 766db7e Make qemu use the udelay function in src/pc80/udelay_io.c by Patrick Georgi · 15 years ago
  92. 753169d Kconfig builds all boards now. by Patrick Georgi · 15 years ago
  93. 95c50c6 - Let AMD CAR code pick the right XIP area by Rudolf Marek · 15 years ago
  94. 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 15 years ago
  95. ce56835 - use LAPIC timer if selected (instead of TSC all the time) [kconfig] by Patrick Georgi · 15 years ago
  96. 1bb6828 romcc: by Patrick Georgi · 15 years ago
  97. 9341acd Tiny Bootblock, step 1/n. by Patrick Georgi · 15 years ago
  98. 7a27fc5 Make coreboot load VSA from CBFS on amd/gx2. by Patrick Georgi · 15 years ago
  99. b66fb79 Push VSA into CBFS for amd/lx systems. It's not hooked up to by Patrick Georgi · 15 years ago
  100. 59968f5 Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds. by Myles Watson · 15 years ago