1. 5db685f * drop libgcc from coreboot_apc.o, not needed. by Stefan Reinauer · 15 years ago
  2. 6afb698 I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system. by Myles Watson · 15 years ago
  3. 6c36305 coreboot was still using an old set (obsolete since yabel) of x86emu includes by Stefan Reinauer · 15 years ago
  4. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  5. 313973d Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2 by Patrick Georgi · 15 years ago
  6. c366cd0 Add more warnings to CFLAGS, and also add some to HOSTCFLAGS by Stefan Reinauer · 15 years ago
  7. 4fbefdd * rework tsc based timer code to use inb instead of outb for calibration by Stefan Reinauer · 15 years ago
  8. cfb9cd2 by Jon Harrison · 15 years ago
  9. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  10. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  11. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  12. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  13. 240ef7c Change the CBFS build process to use coreboot.rom by Patrick Georgi · 15 years ago
  14. 6087627 Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one by Stefan Reinauer · 15 years ago
  15. 4121622 rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN_REALMODE. by Joseph Smith · 15 years ago
  16. 5c5beb7 Implement native VGA Support. by Luc Verhaegen · 15 years ago
  17. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  18. 4940ab7 This patch hooks up git mirrored svn revisions and adds some by Carl-Daniel Hailfinger · 15 years ago
  19. 9f0f105 Sometimes when we debug the code, we need to know which version we are by Zheng Bao · 15 years ago
  20. 6315274 This patch fixes the parser. '|' has special meaning so [|] is used. by Myles Watson · 15 years ago
  21. 85b851a Convert 12 more boards to use include statements in Config.lb. by Carl-Daniel Hailfinger · 15 years ago
  22. b266f6f Somehow svn add didn't work for the include files. Commit the remainder by Carl-Daniel Hailfinger · 15 years ago
  23. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  24. a572f83 Following patch adds necessary hooks and as well the compile time checks for by Rudolf Marek · 15 years ago
  25. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  26. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  27. d0db8f9 fix the following warning on all boards that don't have PIRQ_ROUTE enabled by Stefan Reinauer · 15 years ago
  28. 1233054 add YABEL flag to options to decide wether access to devices other than the one yabel is running for is possible by Pattrick Hueper · 15 years ago
  29. b743885 Don't know if this is the correct fix, but it fixes compilation of the PPC by Stefan Reinauer · 15 years ago
  30. 2075dbe add YABEL Debug Flags to Options by Pattrick Hueper · 15 years ago
  31. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  32. 118c100 20090310-2-gcc-for-real: by Patrick Georgi · 15 years ago
  33. 2539934 20090310-1-paths: by Patrick Georgi · 15 years ago
  34. 43b29cf Fix mmconf (PCIe memory mapped config space access) support in v2. It was by Stefan Reinauer · 15 years ago
  35. 9cbbc79 really clean out all compile time generated files (trivial) by Stefan Reinauer · 15 years ago
  36. 4b95ced fix make clean as suggested by Myles Watson. by Stefan Reinauer · 15 years ago
  37. 36c8340 Some changes required to get yabel working on v2 (and they generally make by Stefan Reinauer · 15 years ago
  38. 3c924d2 fix those two boards that broke due to the config tool fixes. by Stefan Reinauer · 15 years ago
  39. 21c8b5a With this patch the v2 build system will create a directory hierarchy by Stefan Reinauer · 15 years ago
  40. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  41. df2eb8e Now that x86emu debugging is actually working, it should be switched off per by Stefan Reinauer · 16 years ago
  42. 23b655f some brown paperbag please. fix build. by Stefan Reinauer · 16 years ago
  43. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  44. d0363c3 ouch. never do last minute changes. :-( by Stefan Reinauer · 16 years ago
  45. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  46. b4eb4fb ok, another attempt to the build_opt_tbl problem: by Stefan Reinauer · 16 years ago
  47. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  48. 38bee3c This patch fixes the ugly race condition created through build_opt_tbl by Stefan Reinauer · 16 years ago
  49. 81af3d4 [PATCH] coreboot-v2: Add multiboot support by Robert Millan · 16 years ago
  50. debb11f Support for the Intel ICH7 southbridge. by Stefan Reinauer · 16 years ago
  51. 532fd2d Changes required to the device allocator: by Stefan Reinauer · 16 years ago
  52. 8a3ad59 Revision 3564 improved compilation time, but it also introduced a by Carl-Daniel Hailfinger · 16 years ago
  53. 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
  54. 00809eb This changes the python generated makefiles by Carl-Daniel Hailfinger · 16 years ago
  55. 6852406 Go back to SIPI WAIT state for those CPUS defining the newly introduced by Stefan Reinauer · 16 years ago
  56. 1409136 clean out obsoleted config.lb rules and output, fix indenting (trivial) by Stefan Reinauer · 16 years ago
  57. fec2c4f fix typo in coreboot_ram.ld comment (trivial) by Stefan Reinauer · 16 years ago
  58. 2aa804f Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how it by Marc Jones · 16 years ago
  59. 51737cf Update to the latest AMD Fam10 microcode patches. by Marc Jones · 16 years ago
  60. 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
  61. 56cf01f by Ronald Hoogenboom · 16 years ago
  62. 5eb25bf add $(CROSS_COMPILE) to ar calls. by Marc Jones · 16 years ago
  63. 14a3af1 Use "--build-id=none" as linker flags if build-id is supported. by Marc Karasek · 17 years ago
  64. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago
  65. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  66. eaca2c3 Ubuntu's gcc doesn't write "install:" in german locales. by Patrick Georgi · 17 years ago
  67. 1f2f800 Since a VGA console and the need to run any option ROMs are by Torsten Duwe · 17 years ago
  68. 8ae8c88 Initial AMD Barcelona support for rev Bx. by Marc Jones · 17 years ago
  69. 37f1669 Fix some issues with spaces in the code and Doxygen style documentation. by Juergen Beisert · 17 years ago
  70. 4ac3217 by Juergen Beisert · 17 years ago
  71. d57241f This is (most of) the usb2 debug console code ripped out of by Yinghai Lu · 17 years ago
  72. be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
  73. 1a7a5b4 Apply linuxbios-rename-compressed-payload-options.patch, refs #14 by Ed Swierk · 18 years ago
  74. ebafa4d Add serial stream payload support from Ed Swierk <eswierk@arastra.com> by Stefan Reinauer · 18 years ago
  75. 5f9624d CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in serengeti_cheeatah by Yinghai Lu · 18 years ago
  76. 93a5a19 failover_failover apc lds by Yinghai Lu · 18 years ago
  77. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  78. 2ad85db Lots of lx fixes. CLeanup mainly. THings now build by Ronald G. Minnich · 18 years ago
  79. cba07dd additions and mods for lzma. by Carl-Daniel Hailfinger · 18 years ago
  80. 3e03d03 hurry hurry before we might start 3.0 ;-) by Stefan Reinauer · 18 years ago 2.0.0
  81. 6a1540b enable graphs created by dot. by Stefan Reinauer · 18 years ago
  82. 8ad7c06 slightly changed C.D. Hailfinger's precompressed rom stream patch by Stefan Reinauer · 18 years ago
  83. 2b396cd add option to decide to use onboard vga or addon card. by Yinghai Lu · 18 years ago
  84. ead7368 add automatic payload compression method to LinuxBIOS by Stefan Reinauer · 18 years ago
  85. 2a7352c Adds a CONFIG_MAX_PCI_BUSES to pci_locate_device() Default is 255. by Richard Smith · 18 years ago
  86. 9a791df new cache_as_ram support by Yinghai Lu · 18 years ago
  87. 3cb4dc9 small cleanup attempt in sc520 code. there needs to be some major spring by Stefan Reinauer · 18 years ago
  88. 7db27ee gcc 4.1 fixes. by Stefan Reinauer · 18 years ago
  89. 41bac28 make doxygen work by Ronald G. Minnich · 18 years ago
  90. b7ac85c This is the change so that we can readable ldscript.ld by Ronald G. Minnich · 19 years ago
  91. 0571a95 CONFIG_LB_TOPK 8M above support by Yinghai Lu · 19 years ago
  92. 72ee9b0 issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1M by Yinghai Lu · 19 years ago
  93. 968bbe8 use hcdn to simplify the mptable.c and irqtable.c --- patch fro issue 48 by Yinghai Lu · 19 years ago
  94. 453dfdf implement io based udelay function for all mainboards that lack an apic by Stefan Reinauer · 19 years ago
  95. 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 19 years ago
  96. f5183cf Applying YhLu's patch from issue 37. by Stefan Reinauer · 19 years ago
  97. f622d59 by Stefan Reinauer · 19 years ago
  98. 9b945c7 Attempt to make comments more descriptive. by Steven J. Magnani · 19 years ago
  99. 9a83c99 Modifications for building LinuxBIOS under cygwin. by Steven J. Magnani · 19 years ago
  100. bd7a304 remove obsolete VGA support for EPIA by Li-Ta Lo · 19 years ago