1. 83cce3e Fix a typo to remove a few more warnings. by Myles Watson · 14 years ago
  2. 23836e2 zero warnings days... by Stefan Reinauer · 14 years ago
  3. 075fbe8 Remove a few more warnings from fam10. by Myles Watson · 14 years ago
  4. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  5. 362db61 Cosmetically make init_cpus more similar for fam10 and K8. by Myles Watson · 14 years ago
  6. e9de1e2 move amd K8/Fam10 "bus detection" function prototypes to a common place. by Stefan Reinauer · 14 years ago
  7. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  8. f932c2e Add RS785G, looks like it works although it is RV620. by Rudolf Marek · 14 years ago
  9. b4a3fcf oops, sorry, overlapping work by Stefan Reinauer · 14 years ago
  10. 720297c remove some more warnings by Stefan Reinauer · 14 years ago
  11. b54deb7 Fix console prototypes for non-romcc boards. by Myles Watson · 14 years ago
  12. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  13. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  14. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  15. b8ac05d mini part of the patch on the mailing list to fix the boards again by Stefan Reinauer · 14 years ago
  16. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  17. 8655412 - include option_table.h when it is created, and that's HAVE_OPTION_TABLE by Stefan Reinauer · 14 years ago
  18. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  19. 9a16e3e dualcore.h and quadcore.h are almost exactly the same. by Stefan Reinauer · 14 years ago
  20. 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 14 years ago
  21. f0aa09b fix newly introduced printk_foo warnings.. by Stefan Reinauer · 14 years ago
  22. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  23. 3426195 Get rid of a few warnings: by Myles Watson · 14 years ago
  24. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  25. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  26. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  27. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  28. 8069eb1 by Zheng Bao zheng.bao · 14 years ago
  29. 68a564f This patch is what I needed to compile coreboot with LLVM. by Stefan Reinauer · 14 years ago
  30. ed15220 Replace clear_memory with memset. by Myles Watson · 15 years ago
  31. b025911 1. Move run_bios prototype to device.h by Myles Watson · 15 years ago
  32. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 15 years ago
  33. 800379f by Stefan Reinauer · 15 years ago
  34. 55259bd assert.h: have the same information on asserts in romcc and non-romcc code. by Stefan Reinauer · 15 years ago
  35. 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 15 years ago
  36. 548dbe7 Random cosmetic fixes (trivial). by Uwe Hermann · 15 years ago
  37. 881a553 mini update SMM: by Stefan Reinauer · 15 years ago
  38. de3206a This is a general cleanup patch by Stefan Reinauer · 15 years ago
  39. d650e99 YABEL update by Stefan Reinauer · 15 years ago
  40. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  41. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  42. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  43. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  44. 67fed69 http://www.coreboot.org/pipermail/coreboot/2007-October/025740.html by Stefan Reinauer · 15 years ago
  45. 7943fe6 Remove some warnings from the tyan s2895. by Myles Watson · 15 years ago
  46. e696942c Drop remainder of PPC port by Stefan Reinauer · 15 years ago
  47. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  48. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  49. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  50. 3b31402 by Stefan Reinauer · 15 years ago
  51. c81a12a drop src/include/stream/ as the source files from src/stream were dropped a by Stefan Reinauer · 15 years ago
  52. 52fc6b1 re-order console output functions, add proper prototypes, by Stefan Reinauer · 15 years ago
  53. 5e1a8d1 drop a lot of dead code, including an old winbond southbridge from our removed by Stefan Reinauer · 15 years ago
  54. c6aadbe Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. (forgotten in last check in.) by Myles Watson · 15 years ago
  55. 2c1bf62 Remove this, we no longer need it. by Ronald G. Minnich · 15 years ago
  56. 0bc6154 Remove CONFIG_ from #defines that aren't config variables. Trivial. by Myles Watson · 15 years ago
  57. 0364618 Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. by Myles Watson · 15 years ago
  58. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  59. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  60. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  61. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  62. 00003ae If no pci access method has been set for the device tree so far (e.g. by Carl-Daniel Hailfinger · 15 years ago
  63. 6c36305 coreboot was still using an old set (obsolete since yabel) of x86emu includes by Stefan Reinauer · 15 years ago
  64. 1825be2 Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: by Jon Harrison · 15 years ago
  65. f5c38c0 Fix a redundant declaration warning (trivial) by Stefan Reinauer · 15 years ago
  66. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  67. 4d933dd Rewrite interrupt handling in coreboot to be more comprehensible and by Stefan Reinauer · 15 years ago
  68. 0001a7f Example how simple it is to use printk instead of printk_something in by Stefan Reinauer · 15 years ago
  69. bb01f60 Some USB debug updates, mostly comments fixing, license header updates by Stefan Reinauer · 15 years ago
  70. 85a94f6 Rename some preprocessor symbols. I have no idea why by Patrick Georgi · 15 years ago
  71. 951f588 The file string.h is also included in romcc code, which has no malloc(). by Stefan Reinauer · 15 years ago
  72. f107538 strdup the input of dirname, as dirname is free by Patrick Georgi · 15 years ago
  73. bd4f2f8 Fix many things for via/epia-m700 to build. by Myles Watson · 15 years ago
  74. 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 15 years ago
  75. 1a692d8 Add support for the Intel Eagle Heights development board. by Thomas Jourdan · 15 years ago
  76. 9a7368d I missed three files. by Jon Harrison · 15 years ago
  77. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  78. c263b44 Fix for Erratum 343 for AMD Fam10h CPUs. by Marco Schmidt · 15 years ago
  79. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  80. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  81. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  82. d1185bf Attached patch moves the CBFS payload loader to selfboot.c as it's by Patrick Georgi · 15 years ago
  83. 5eceb32 Allow dynamic size for the {s,}elfboot bounce buffer. by Patrick Georgi · 15 years ago
  84. cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
  85. bb3d812 Bring v3-style debug output to v2. Fix a minor typo. by Myles Watson · 15 years ago
  86. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  87. d9b1c4f This patch adds support for the BCM21000 (aka HT-2100) PCIe bridge. by Mondrian nuessle · 15 years ago
  88. 73d5daa * Allow coreboot to use the full 256 bytes of CMOS memory by Stefan Reinauer · 15 years ago
  89. 7e16bf3 - function prototypes do not need "extern" by Stefan Reinauer · 15 years ago
  90. 4855f56 add define for Role-Based Error Reporting to PCIe defines (trivial) by Stefan Reinauer · 15 years ago
  91. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  92. aeba92a Add VIA CX700 support, plus VIA vt8454c reference board support. by Stefan Reinauer · 15 years ago
  93. 56c51bd This needed to be removed. by Ronald G. Minnich · 15 years ago
  94. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  95. 8d9f932 unify spd_ddr2.h (trivial) by Stefan Reinauer · 15 years ago
  96. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  97. d7a709a These are some cleanups and changes. These are build and boot tested on qemu. by Ronald G. Minnich · 15 years ago
  98. 90e0271 forgot this. by Ronald G. Minnich · 15 years ago
  99. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  100. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago