1. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  2. 45b811b Add Kconfig support for kontron/kt960. by Myles Watson · 15 years ago
  3. 74cb9eb cbfs_and_run_core() did not check the return code of cbfs_load_stage() by Carl-Daniel Hailfinger · 15 years ago
  4. 75472d2 Fix high tables address calculation on cn700 with VIDEO_MB > 0. by Myles Watson · 15 years ago
  5. 9a04f17 Add forgotten target files for technexion/tim5690. by Libra Li · 15 years ago
  6. 59b2dc2 White space and typo fixes. This makes it easier to compare the s2895 & s2892. by Myles Watson · 15 years ago
  7. cb69cb3 delete white trailing spaces. It is done by the perl command. by Zheng Bao · 15 years ago
  8. b0575d8 Use CAR ck804 code with the s2892. by Myles Watson · 15 years ago
  9. 21ee98b White space change in preparation for a patch to unify handling of ck804. by Myles Watson · 15 years ago
  10. fbc11ed Revert some garbage that snuck into my trivial change, correct a spelling error. by Myles Watson · 15 years ago
  11. 54913b9 Remove a couple more warnings. Trivial. by Myles Watson · 15 years ago
  12. 95aa53a Add support for the MSI MS-6156 board. by Uwe Hermann · 15 years ago
  13. 6bbe74c Fix kontron/kt690 build. by Myles Watson · 15 years ago
  14. 7d3649a This patch support for the Technexion Tim-5690 mainboard. by Libra Li · 15 years ago
  15. c270e89 This patch adds (initial) support for the Kontron KT690 mainboard. by Stefan Reinauer · 15 years ago
  16. 45cbc35 Fix obvious typos (trivial). by Uwe Hermann · 15 years ago
  17. 3db199c Make fam10 build (but not boot due to bootblock size problems.) by Myles Watson · 15 years ago
  18. b106f9b Add the compareboard utility which is useful for porting by Patrick Georgi · 15 years ago
  19. 4d7ec68 Remove useless udelay() duplication. by Uwe Hermann · 15 years ago
  20. c0528d6 HAVE_ACPI_TABLES cleanups for kconfig: by Uwe Hermann · 15 years ago
  21. 7fe4191 Make console maximum/default log level a choice option. by Uwe Hermann · 15 years ago
  22. fcb28b6 Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway. by Uwe Hermann · 15 years ago
  23. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  24. 4258409 This change allows us to see the spd on the s850, finally. by Ronald G. Minnich · 15 years ago
  25. 517bb20 Remove extra CONFIG variables. by Myles Watson · 15 years ago
  26. e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 15 years ago
  27. 86bf679 Move the ulzma prototype out of the function to make the code easier to read. by Myles Watson · 15 years ago
  28. 00f0267 Remaining boards are Kconfig'd now. Whether they work by Patrick Georgi · 15 years ago
  29. 91ff0df More Kconfig-supported boards, and also kconfig support by Patrick Georgi · 15 years ago
  30. 748475b More kconfig cleanups: by Uwe Hermann · 15 years ago
  31. ebb43d6 Fix CS5535 build for kconfig, more kconfig boards (lippert, artec) by Patrick Georgi · 15 years ago
  32. e3fcd45 Simplify targets/amd/serengeti_cheetah/Config.lb. There were too many by Myles Watson · 15 years ago
  33. ea1522b by Ronald G. Minnich · 15 years ago
  34. cc2b9f2 Set MMX and SSE where needed. Note that many boards don't even bother by Ronald G. Minnich · 15 years ago
  35. 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 15 years ago
  36. 9840245 More kconfig: by Patrick Georgi · 15 years ago
  37. 824fce4 Oops, wrong type for Kconfig value. Trivial fix by Patrick Georgi · 15 years ago
  38. 5726f92 Kconfig: AMD Fam10, all Tyan boards. by Patrick Georgi · 15 years ago
  39. b97ee05 Emergency fix. Failover.inc can end up with code that uses sse. It has by Ronald G. Minnich · 15 years ago
  40. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  41. 17aeeca Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only. by Myles Watson · 15 years ago
  42. 877119a Fix trivial typo in Kconfig spotted by Peter, introduced by me. by Patrick Georgi · 15 years ago
  43. 7b6a0a8 Get rid of early_serial, it is now a generic function in early_init. by Ronald G. Minnich · 15 years ago
  44. 869bbc4 Convert all "default y" options to "select FOO" (shorter). by Uwe Hermann · 15 years ago
  45. 168b11b Various Kconfig fixes and improvements: by Uwe Hermann · 15 years ago
  46. dd56514 Fix intel board build on kconfig. MAX_CPUS was missing by Patrick Georgi · 15 years ago
  47. 66b7404 Kconfig: by Patrick Georgi · 15 years ago
  48. 31f81a6 Enable full ROM access on AMD CS5530(A) (needed for CBFS). by Uwe Hermann · 15 years ago
  49. fdfaada More boards in kconfig, and moved -O2 flag for romcc into by Patrick Georgi · 15 years ago
  50. 99950c2 Use by Uwe Hermann · 15 years ago
  51. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  52. a3d6ea8 Remove duplicate device trees for Tyan s289x. Remove pre-CBFS statements. by Myles Watson · 15 years ago
  53. c04be93 Backport facility to specify a local coreboot version suffix from v3. by Uwe Hermann · 15 years ago
  54. ba6a93d Remove svn:externals that pull in all kinds of useful tools that by Patrick Georgi · 15 years ago
  55. 652cd81 Without these fixes the w83627dhg driver (which is currently not used by any by Stefan Reinauer · 15 years ago
  56. 84d69f7 fix building on Linux again, working around crude runtime OS detection. by Stefan Reinauer · 15 years ago
  57. b24e276 PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig and by Uwe Hermann · 15 years ago
  58. 9095092 The new CBFS based build system requires the whole ROM to be accessible by Uwe Hermann · 15 years ago
  59. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  60. 70b0cf2 Add initial kconfig support for all AMD GX1 boards. by Uwe Hermann · 15 years ago
  61. 5bb1028 This removes the uses of the buildrom utility and the coreboot.strip by Patrick Georgi · 15 years ago
  62. 0dd7133 Remove a bit of pre-cbfs build system infrastructure. by Patrick Georgi · 15 years ago
  63. 3c2d874 Remove another FAILOVER variable. (trivial) by Patrick Georgi · 15 years ago
  64. f9ef208 Add gigabyte/m57sli support to Kconfig. Whitespace fixes to devicetree.cb by Harald Gutmann · 15 years ago
  65. 37ea341 Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from by Patrick Georgi · 15 years ago
  66. 689a720 Tell vgabios code in a couple of boards/chipsets about CBFS by Patrick Georgi · 15 years ago
  67. 6768f39 Remove: by Patrick Georgi · 15 years ago
  68. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  69. 1c53d77 Remove the Embedded Planet board. by Ronald G. Minnich · 15 years ago
  70. 6cc9c0a Remove left-over targets/motorola/*, fix Dell PowerEdge 1850 name. by Uwe Hermann · 15 years ago
  71. 4703bf1 Remove motorola PPC boards. These have lain untouched and unused by anyone by Ronald G. Minnich · 15 years ago
  72. 5bf864e Drop remainders of the removed Totalimpact board. Fix typos. by Uwe Hermann · 15 years ago
  73. 149d675 Support variables for MMX and SSE. These would be used in by Ronald G. Minnich · 15 years ago
  74. 4c5786b Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts by Peter Stuge · 15 years ago
  75. 9536c06 Add romstrap to asus/m2v-mx_se in Kconfig. by Myles Watson · 15 years ago
  76. 1df483d Get rid of the total impact. Vendor died 5 years ago and nobody cares. by Ronald G. Minnich · 15 years ago
  77. 20d5c2e Fix Kconfig build for K8 boards. by Myles Watson · 15 years ago
  78. e3de8b7 OK, this builds and even looks right. dell needs its own Makefile.inc because by Ronald G. Minnich · 15 years ago
  79. 8a7ffd8 typo by Ronald G. Minnich · 15 years ago
  80. e14f583 We need this to be Kconfig. The old way is not trusted by me. by Ronald G. Minnich · 15 years ago
  81. 61d66db This is now set up more like the real hardware likes it. by Ronald G. Minnich · 15 years ago
  82. 26dd71c Fix payload loading in various corner cases when working by Patrick Georgi · 15 years ago
  83. aeab4fc Compress stage if CONFIG_COMPRESS is activated, instead of by Patrick Georgi · 15 years ago
  84. e23e372 Hm, quickfix to prevent the following crash, no idea yet what happens: by Uwe Hermann · 15 years ago
  85. 90d1740 Add initial inteltool support for Intel 440BX/440LX and 82371AB/EB/MB. by Maciej Pijanka · 15 years ago
  86. 2583dd2 by Ward Vandewege · 15 years ago
  87. 56f5fb7 Fix endless loop when trying to add a too large file to CBFS, by Patrick Georgi · 15 years ago
  88. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  89. babb03a Remove pre-CBFS _vgabios_start and _vgabios_end. by Myles Watson · 15 years ago
  90. e59f2e1 A keyboard controller fix to stop the code from waiting for a code that never by Marc Jones · 15 years ago
  91. 120bff8 Fix a number of board names in Kconfig (trivial). by Uwe Hermann · 15 years ago
  92. 6842c02 Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. by Patrick Georgi · 15 years ago
  93. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  94. 5e54871 More consistent use of "default n" and "select XYZ" in Kconfig files by Patrick Georgi · 15 years ago
  95. 2f2e435 Make the error messages somewhat less incomprehensible. I forget by Ronald G. Minnich · 15 years ago
  96. cd75b1d Trivial config fix for Serengeti Cheetah. Change a type and a default. by Myles Watson · 15 years ago
  97. d05cc40 Trivial config fix for Serengeti Cheetah. Remove duplication, add a default. by Myles Watson · 15 years ago
  98. 074d913 This adds a simple script to build a default toolchain for coreboot by Stefan Reinauer · 15 years ago
  99. bde683c This patch changes following in getpir application. by Mohamed Mansoor · 15 years ago
  100. 5db685f * drop libgcc from coreboot_apc.o, not needed. by Stefan Reinauer · 15 years ago