1. 7355c75 The error message is misleading, even for a SPEW, because by Stefan Reinauer · 14 years ago
  2. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  3. 84b685a Consolidate ifdefs in src/lib/cbmem.c for readability. by Myles Watson · 14 years ago
  4. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  5. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  6. b8ac05d mini part of the patch on the mailing list to fix the boards again by Stefan Reinauer · 14 years ago
  7. f2b7a43 no USE_INIT by Stefan Reinauer · 14 years ago
  8. 3ac400e drop USE_INIT should be USE_PRINTK_IN_CAR here. by Stefan Reinauer · 14 years ago
  9. b01fe69 that version of console_tx_byte is private. by Stefan Reinauer · 14 years ago
  10. 23a3e79 fix some amd k8 warnings by Stefan Reinauer · 14 years ago
  11. cca6268 get coreboot_ap memory training in cache mechanism in place. Didn't work since by Stefan Reinauer · 14 years ago
  12. c269d23 fix some southbridge warnings (trivial) by Stefan Reinauer · 14 years ago
  13. 495b92b - drop unneeded Makefile.inc by Stefan Reinauer · 14 years ago
  14. 0b2f185 indent mptable.c by Stefan Reinauer · 14 years ago
  15. fc2b8ec drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig by Stefan Reinauer · 14 years ago
  16. acdd52f make crt0s and ldscripts evaluate late, so the chipset_* variables are there at by Stefan Reinauer · 14 years ago
  17. 0ed0b7c abuild: by Stefan Reinauer · 14 years ago
  18. abdf848 abuild: by Stefan Reinauer · 14 years ago
  19. fd0bef8 build_opt_tbl: error instead of null pointer access if no checksum is defined. by Stefan Reinauer · 14 years ago
  20. 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
  21. 8b547b1 reduce warnings in MCP55 and Fam10 code by Stefan Reinauer · 14 years ago
  22. 9b70cb6 fix ms9652_fam10 by Stefan Reinauer · 14 years ago
  23. 9050b71 unify cmos.layout wrt AMD extended configuration registers. by Stefan Reinauer · 14 years ago
  24. 7ac3df8 this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT. by Stefan Reinauer · 14 years ago
  25. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  26. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  27. 72bdfeb - drop GCC 2.x workaround, GCC 2.x is not supported anymore. by Stefan Reinauer · 14 years ago
  28. 86b6dba trivial warning cleanups by Stefan Reinauer · 14 years ago
  29. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE by Stefan Reinauer · 14 years ago
  30. 2c5dc65 qemu: drop "northbridge.c" from src/cpu/... by Stefan Reinauer · 14 years ago
  31. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  32. 8013d5a cpu_driver structs need to be const, too... by Stefan Reinauer · 14 years ago
  33. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  34. 002c9ff abuild: fail with dignity if mainboard does not exist. by Stefan Reinauer · 14 years ago
  35. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  36. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  37. e0d607a Add a non-time consuming version of ram check so we can print a decent error by Stefan Reinauer · 14 years ago
  38. bcd31ff drop post_code() by Stefan Reinauer · 14 years ago
  39. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  40. 83a1dd8 drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking for. by Stefan Reinauer · 14 years ago
  41. f733d47 ccache and scan-build actually work together, so remove the by Patrick Georgi · 14 years ago
  42. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  43. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  44. 723c270 Update libpayload default configuration so a make oldconfig by Stefan Reinauer · 14 years ago
  45. 026476e Make sconfig only complain about real conflicts. by Patrick Georgi · 14 years ago
  46. 0735142 1. Remove warnings and multiple blank lines. by Zheng Bao · 14 years ago
  47. b56f2d0 by Stefan Reinauer · 14 years ago
  48. e5d30b7 by Stefan Reinauer · 14 years ago
  49. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  50. 0ab9d12 Make build verbose when requested by abuild by Patrick Georgi · 14 years ago
  51. b700254 by Stefan Reinauer · 14 years ago
  52. 7208f6e don't hardcode i386 in lpgcc by Stefan Reinauer · 14 years ago
  53. 0350c0f allow libpayload to completely build out of tree. by Stefan Reinauer · 14 years ago
  54. d361308 prevent timer overflows in libpayload by Stefan Reinauer · 14 years ago
  55. 1beabe1 make keyboard reset driver generic (not pc keyboard driver dependent) by Stefan Reinauer · 14 years ago
  56. c2d0b62 Copy argument of -include as it's modified later. by Patrick Georgi · 14 years ago
  57. 09a0eb4 It's really obj=, not O= (see toplevel Makefile) by Patrick Georgi · 14 years ago
  58. 86dbe15 One feature I've been really missing since we switched to by Stefan Reinauer · 14 years ago
  59. 715d6e0 abuild should be using O=, not obj= by Stefan Reinauer · 14 years ago
  60. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  61. d1149d7 Some keyboards need a longer timeout. Also increase error level, because a by Stefan Reinauer · 14 years ago
  62. a2e5f37 Drop unneeded code that checks for CONFIG_ variables in build_opt_tbl. by Stefan Reinauer · 14 years ago
  63. bb44d0e fix acpi dsdt copy on roda rk886ex by Stefan Reinauer · 14 years ago
  64. 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 14 years ago
  65. 7103eb7 oops, forgot to cleanup extra output in bootblock creation for dependency patch by Stefan Reinauer · 14 years ago
  66. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  67. 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
  68. 93a69b8 mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boards by Stefan Reinauer · 14 years ago
  69. cadefaf Fix reading HT link offsets. by Maximilian Thuermer · 14 years ago
  70. 86051f9 Use coreboot-internal version of x86emu for the vgabios utility. by Stefan Reinauer · 14 years ago
  71. b7f53b2 Prepare for using coreboot x86emu in userspace utility "vgabios" by Stefan Reinauer · 14 years ago
  72. f0aa09b fix newly introduced printk_foo warnings.. by Stefan Reinauer · 14 years ago
  73. 0b2cda8 Remove the building warnings. by Zheng Bao · 14 years ago
  74. b63bdbe Remove the building warnings. by Zheng Bao · 14 years ago
  75. c8c09bb Removing build warning of sb600 & rs690. by Wang Qing Pei · 14 years ago
  76. b5466b0 Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL works, and rewrite HPET code. by Joseph Smith · 14 years ago
  77. e799c8b Revert my debugging patch that got committed by accident. Sorry. by Myles Watson · 14 years ago
  78. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  79. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  80. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  81. 27852ab drop dead code. by Stefan Reinauer · 14 years ago
  82. 1425add fix "make" after "rm -rf build" by Stefan Reinauer · 14 years ago
  83. 121f0b8 Don't abuse LDFLAGS and fix linking with -Wl,--as-needed. by Christian Ruppert · 14 years ago
  84. bd0381a I ran into a couple of errors while building a mahogany_fam10 target; by Ed Swierk · 14 years ago
  85. 8a0c649 The parameters of memset() should be by Zheng Bao · 14 years ago
  86. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  87. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  88. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  89. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  90. a41b939 trivial. Delelte double blank line. by Zheng Bao · 14 years ago
  91. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  92. 78b4033 more warnings gone... by Stefan Reinauer · 14 years ago
  93. 527aedc revert the faulty part of r5252 by Stefan Reinauer · 14 years ago
  94. 0719047 fix HPET on some ICH southbridges by Stefan Reinauer · 14 years ago
  95. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  96. dfd29aa drop shadow variable from hypertransport code. by Stefan Reinauer · 14 years ago
  97. cfef7df Actually enable HPET by Stefan Reinauer · 14 years ago
  98. 3c486f8 Clean up warnings in yabel vbe code. No more warnings on the IP1000 by Stefan Reinauer · 14 years ago
  99. 87489e1 clean up shadow variables in jpeg decoder. by Stefan Reinauer · 14 years ago
  100. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago