1. 2c5dc65 qemu: drop "northbridge.c" from src/cpu/... by Stefan Reinauer · 14 years ago
  2. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  3. 8013d5a cpu_driver structs need to be const, too... by Stefan Reinauer · 14 years ago
  4. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  5. 002c9ff abuild: fail with dignity if mainboard does not exist. by Stefan Reinauer · 14 years ago
  6. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  7. e9f3258 This patch fixes build.h dependencies in coreboot again. by Stefan Reinauer · 14 years ago
  8. e0d607a Add a non-time consuming version of ram check so we can print a decent error by Stefan Reinauer · 14 years ago
  9. bcd31ff drop post_code() by Stefan Reinauer · 14 years ago
  10. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  11. 83a1dd8 drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking for. by Stefan Reinauer · 14 years ago
  12. f733d47 ccache and scan-build actually work together, so remove the by Patrick Georgi · 14 years ago
  13. 51e142f make only needs to read Makefile.incs once, thanks to the by Patrick Georgi · 14 years ago
  14. 9417cc0 Remove dead code and make white space more consistent for acpi_tables.c by Myles Watson · 14 years ago
  15. 723c270 Update libpayload default configuration so a make oldconfig by Stefan Reinauer · 14 years ago
  16. 026476e Make sconfig only complain about real conflicts. by Patrick Georgi · 14 years ago
  17. 0735142 1. Remove warnings and multiple blank lines. by Zheng Bao · 14 years ago
  18. b56f2d0 by Stefan Reinauer · 14 years ago
  19. e5d30b7 by Stefan Reinauer · 14 years ago
  20. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  21. 0ab9d12 Make build verbose when requested by abuild by Patrick Georgi · 14 years ago
  22. b700254 by Stefan Reinauer · 14 years ago
  23. 7208f6e don't hardcode i386 in lpgcc by Stefan Reinauer · 14 years ago
  24. 0350c0f allow libpayload to completely build out of tree. by Stefan Reinauer · 14 years ago
  25. d361308 prevent timer overflows in libpayload by Stefan Reinauer · 14 years ago
  26. 1beabe1 make keyboard reset driver generic (not pc keyboard driver dependent) by Stefan Reinauer · 14 years ago
  27. c2d0b62 Copy argument of -include as it's modified later. by Patrick Georgi · 14 years ago
  28. 09a0eb4 It's really obj=, not O= (see toplevel Makefile) by Patrick Georgi · 14 years ago
  29. 86dbe15 One feature I've been really missing since we switched to by Stefan Reinauer · 14 years ago
  30. 715d6e0 abuild should be using O=, not obj= by Stefan Reinauer · 14 years ago
  31. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  32. d1149d7 Some keyboards need a longer timeout. Also increase error level, because a by Stefan Reinauer · 14 years ago
  33. a2e5f37 Drop unneeded code that checks for CONFIG_ variables in build_opt_tbl. by Stefan Reinauer · 14 years ago
  34. bb44d0e fix acpi dsdt copy on roda rk886ex by Stefan Reinauer · 14 years ago
  35. 5f0aefb SMM: remove hack that was needed back in oldconfig times. by Stefan Reinauer · 14 years ago
  36. 7103eb7 oops, forgot to cleanup extra output in bootblock creation for dependency patch by Stefan Reinauer · 14 years ago
  37. 6bee951 dependency tracking for coreboot by Stefan Reinauer · 14 years ago
  38. 9db39d3 CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. by Stefan Reinauer · 14 years ago
  39. 93a69b8 mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boards by Stefan Reinauer · 14 years ago
  40. cadefaf Fix reading HT link offsets. by Maximilian Thuermer · 14 years ago
  41. 86051f9 Use coreboot-internal version of x86emu for the vgabios utility. by Stefan Reinauer · 14 years ago
  42. b7f53b2 Prepare for using coreboot x86emu in userspace utility "vgabios" by Stefan Reinauer · 14 years ago
  43. f0aa09b fix newly introduced printk_foo warnings.. by Stefan Reinauer · 14 years ago
  44. 0b2cda8 Remove the building warnings. by Zheng Bao · 14 years ago
  45. b63bdbe Remove the building warnings. by Zheng Bao · 14 years ago
  46. c8c09bb Removing build warning of sb600 & rs690. by Wang Qing Pei · 14 years ago
  47. b5466b0 Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL works, and rewrite HPET code. by Joseph Smith · 14 years ago
  48. e799c8b Revert my debugging patch that got committed by accident. Sorry. by Myles Watson · 14 years ago
  49. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  50. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  51. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  52. 27852ab drop dead code. by Stefan Reinauer · 14 years ago
  53. 1425add fix "make" after "rm -rf build" by Stefan Reinauer · 14 years ago
  54. 121f0b8 Don't abuse LDFLAGS and fix linking with -Wl,--as-needed. by Christian Ruppert · 14 years ago
  55. bd0381a I ran into a couple of errors while building a mahogany_fam10 target; by Ed Swierk · 14 years ago
  56. 8a0c649 The parameters of memset() should be by Zheng Bao · 14 years ago
  57. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  58. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  59. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  60. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  61. a41b939 trivial. Delelte double blank line. by Zheng Bao · 14 years ago
  62. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  63. 78b4033 more warnings gone... by Stefan Reinauer · 14 years ago
  64. 527aedc revert the faulty part of r5252 by Stefan Reinauer · 14 years ago
  65. 0719047 fix HPET on some ICH southbridges by Stefan Reinauer · 14 years ago
  66. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  67. dfd29aa drop shadow variable from hypertransport code. by Stefan Reinauer · 14 years ago
  68. cfef7df Actually enable HPET by Stefan Reinauer · 14 years ago
  69. 3c486f8 Clean up warnings in yabel vbe code. No more warnings on the IP1000 by Stefan Reinauer · 14 years ago
  70. 87489e1 clean up shadow variables in jpeg decoder. by Stefan Reinauer · 14 years ago
  71. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago
  72. 5c32d24 bug fix for IOAPIC on i82801dx. by Stefan Reinauer · 14 years ago
  73. 48f3e2b This patch fixes up the i82801dx_lpc.c code post transition. by Joseph Smith · 14 years ago
  74. 0d7a996 This is kind of a pre CAR patch to properly allocate "shared" graphics memory by Joseph Smith · 14 years ago
  75. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  76. b319b17 fix HPET base addressed. by Stefan Reinauer · 14 years ago
  77. d4e77df The SB600 also has the BootFailTimer. We should disable it, by Zheng Bao · 14 years ago
  78. 68f542c remove more warnings, and fix some boards (watchdog.h) by Stefan Reinauer · 14 years ago
  79. b48ba66 From Keith Hui: by Keith Hui · 14 years ago
  80. d4ab7c5 fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. by Stefan Reinauer · 14 years ago
  81. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  82. 37e7817 clean some more files in make clean by Stefan Reinauer · 14 years ago
  83. 052fab9 remove warnings from cs5530 driver. (trivial) by Stefan Reinauer · 14 years ago
  84. f9035dd make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete) by Stefan Reinauer · 14 years ago
  85. dd33c74 drop unused variable by Stefan Reinauer · 14 years ago
  86. d965901 Source all Kconfig files for Intel® CPU models.. by Myles Watson · 14 years ago
  87. 8483b70 Catch non-static arrays in romcc. Not allowed. by Eric W. Biederman · 14 years ago
  88. 8e96ba2 pci drivers should be const. by Stefan Reinauer · 14 years ago
  89. 859e94a it was reason for workaround rules already, and it's somewhat ugly: by Stefan Reinauer · 14 years ago
  90. 11b1eb9 Left over strip_quotes definition. Top level Makefile already provides this. by Patrick Georgi · 14 years ago
  91. a84e98b Strip quotes from COREBOOT_ROM_DEPENDENCIES Macro-ify stripping quotes by Patrick Georgi · 14 years ago
  92. 182b09e Improve dependency tracking for coreboot.rom by Patrick Georgi · 14 years ago
  93. c5f773d Various changes to the buildsystem: by Patrick Georgi patrick.georgi · 14 years ago
  94. 1b2831c Delete Config.lb in new southbridge folders. by Zheng Bao · 14 years ago
  95. f1fe237 Add entries of RS780, SB700, Mahogany, Mahogany_fam10 into the by Zheng Bao · 14 years ago
  96. 584ab84 The code can run on the Mahogany board, which is one of sample boards by Zheng Bao · 14 years ago
  97. dec279f 1. Features of mahogany. by Zheng Bao · 14 years ago
  98. 1088bbf Features supported in RS780 code: by Zheng Bao · 14 years ago
  99. eff2ffd Features supported in SB700 code: by Zheng Bao · 14 years ago
  100. 8069eb1 by Zheng Bao zheng.bao · 14 years ago