1. c666a64 drop unused files, and we only use ASM_LOG_LEVEL in one file now (LX CAR) by Stefan Reinauer · 14 years ago
  2. 6a445e8 zero warning days. by Stefan Reinauer · 14 years ago
  3. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  4. 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 14 years ago
  5. 10b29d8 thin out romcc epilogue and have it call copy_and_run as by Stefan Reinauer · 14 years ago
  6. c58f1d1 Indent model_fxx_init and model_10xx_init. by Myles Watson · 14 years ago
  7. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  8. e64b637 Split crt0.S.lb into prologue and epilogue by Patrick Georgi · 14 years ago
  9. 362db61 Cosmetically make init_cpus more similar for fam10 and K8. by Myles Watson · 14 years ago
  10. 9b43afd Clean up fidvid files using indent. Remove some special print statements. by Myles Watson · 14 years ago
  11. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  12. 604877e Move Kconfig for HT limits to northbridge/amd/Kconfig. by Myles Watson · 14 years ago
  13. 35784b6 cpu/emulation/qemu-x86 doesn't exist anymore, as this by Patrick Georgi · 14 years ago
  14. 109a1de Remove duplicate registers in digitallogic/adl855pc's device tree by Patrick Georgi · 14 years ago
  15. 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 14 years ago
  16. eea66b7 no warnings day by Stefan Reinauer · 14 years ago
  17. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  18. 135a966 it's a long term, give the compiler a chance to breathe .. ;-) by Stefan Reinauer · 14 years ago
  19. 8a926845 clean up age old via epia target. by Stefan Reinauer · 14 years ago
  20. 3dfd03f drop the use of function pointers from romcc code. by Stefan Reinauer · 14 years ago
  21. c02c34e fix epia-m700 compilation, and remove more warnings. by Stefan Reinauer · 14 years ago
  22. 6c21469 no duplicate names in cmos.layout. by Stefan Reinauer · 14 years ago
  23. c2d2941 switch some ROMCC boards back to ROMCC. by Stefan Reinauer · 14 years ago
  24. c51dc44 "no warnings day" by Stefan Reinauer · 14 years ago
  25. 39162f7 oops... this is a critical issue. Some boards in the tree don't compile with by Stefan Reinauer · 14 years ago
  26. f8b1923 - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY by Stefan Reinauer · 14 years ago
  27. 0ff769b fix CK804 boards. by Stefan Reinauer · 14 years ago
  28. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  29. 233f186 fam10 acpi fix by Stefan Reinauerstepan · 14 years ago
  30. 133647a Signed-off-by: Rudolf Marek <r.marek@assembler.cz> by Rudolf Marek · 14 years ago
  31. f932c2e Add RS785G, looks like it works although it is RV620. by Rudolf Marek · 14 years ago
  32. c9250c6 device_t wants device/device.h by Stefan Reinauer · 14 years ago
  33. 10dd8b4 no need to udelay() by Stefan Reinauer · 14 years ago
  34. 3c8ac78 remove more warnings. by Stefan Reinauer · 14 years ago
  35. c65666f remove more warnings by Stefan Reinauer · 14 years ago
  36. 26afd18 remove more warnings. by Stefan Reinauer · 14 years ago
  37. b4a3fcf oops, sorry, overlapping work by Stefan Reinauer · 14 years ago
  38. 720297c remove some more warnings by Stefan Reinauer · 14 years ago
  39. b54deb7 Fix console prototypes for non-romcc boards. by Myles Watson · 14 years ago
  40. a4fa5ee Fix includes for showallroutes. by Myles Watson · 14 years ago
  41. 7355c75 The error message is misleading, even for a SPEW, because by Stefan Reinauer · 14 years ago
  42. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  43. 84b685a Consolidate ifdefs in src/lib/cbmem.c for readability. by Myles Watson · 14 years ago
  44. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  45. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  46. b8ac05d mini part of the patch on the mailing list to fix the boards again by Stefan Reinauer · 14 years ago
  47. f2b7a43 no USE_INIT by Stefan Reinauer · 14 years ago
  48. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  49. b01fe69 that version of console_tx_byte is private. by Stefan Reinauer · 14 years ago
  50. 23a3e79 fix some amd k8 warnings by Stefan Reinauer · 14 years ago
  51. cca6268 get coreboot_ap memory training in cache mechanism in place. Didn't work since by Stefan Reinauer · 14 years ago
  52. c269d23 fix some southbridge warnings (trivial) by Stefan Reinauer · 14 years ago
  53. 495b92b - drop unneeded Makefile.inc by Stefan Reinauer · 14 years ago
  54. 0b2f185 indent mptable.c by Stefan Reinauer · 14 years ago
  55. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  56. acdd52f make crt0s and ldscripts evaluate late, so the chipset_* variables are there at by Stefan Reinauer · 14 years ago
  57. fd0bef8 build_opt_tbl: error instead of null pointer access if no checksum is defined. by Stefan Reinauer · 14 years ago
  58. c719f1a add CONFIG_NO_POST as it is used in the code, and move it together with CONFIG_SERIAL_POST by Stefan Reinauer · 14 years ago
  59. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  60. 9b70cb6 fix ms9652_fam10 by Stefan Reinauer · 14 years ago
  61. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  62. 7ac3df8 this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT. by Stefan Reinauer · 14 years ago
  63. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  64. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  65. 72bdfeb - drop GCC 2.x workaround, GCC 2.x is not supported anymore. by Stefan Reinauer · 14 years ago
  66. 86b6dba trivial warning cleanups by Stefan Reinauer · 14 years ago
  67. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE by Stefan Reinauer · 14 years ago
  68. 2c5dc65 qemu: drop "northbridge.c" from src/cpu/... by Stefan Reinauer · 14 years ago
  69. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  70. 8013d5a cpu_driver structs need to be const, too... by Stefan Reinauer · 14 years ago
  71. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  72. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  73. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  74. e0d607a Add a non-time consuming version of ram check so we can print a decent error by Stefan Reinauer · 14 years ago
  75. bcd31ff drop post_code() by Stefan Reinauer · 14 years ago
  76. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  77. 83a1dd8 drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking for. by Stefan Reinauer · 14 years ago
  78. f733d47 ccache and scan-build actually work together, so remove the by Patrick Georgi · 14 years ago
  79. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  80. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  81. 0735142 1. Remove warnings and multiple blank lines. by Zheng Bao · 14 years ago
  82. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  83. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  84. d1149d7 Some keyboards need a longer timeout. Also increase error level, because a by Stefan Reinauer · 14 years ago
  85. bb44d0e fix acpi dsdt copy on roda rk886ex by Stefan Reinauer · 14 years ago
  86. 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 14 years ago
  87. 7103eb7 oops, forgot to cleanup extra output in bootblock creation for dependency patch by Stefan Reinauer · 14 years ago
  88. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  89. 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
  90. 93a69b8 mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boards by Stefan Reinauer · 14 years ago
  91. cadefaf Fix reading HT link offsets. by Maximilian Thuermer · 14 years ago
  92. b7f53b2 Prepare for using coreboot x86emu in userspace utility "vgabios" by Stefan Reinauer · 14 years ago
  93. f0aa09b fix newly introduced printk_foo warnings.. by Stefan Reinauer · 14 years ago
  94. 0b2cda8 Remove the building warnings. by Zheng Bao · 14 years ago
  95. b63bdbe Remove the building warnings. by Zheng Bao · 14 years ago
  96. c8c09bb Removing build warning of sb600 & rs690. by Wang Qing Pei · 14 years ago
  97. b5466b0 Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL works, and rewrite HPET code. by Joseph Smith · 14 years ago
  98. e799c8b Revert my debugging patch that got committed by accident. Sorry. by Myles Watson · 14 years ago
  99. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  100. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago