1. 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 15 years ago
  2. babb03a Remove pre-CBFS _vgabios_start and _vgabios_end. by Myles Watson · 15 years ago
  3. e59f2e1 A keyboard controller fix to stop the code from waiting for a code that never by Marc Jones · 15 years ago
  4. 120bff8 Fix a number of board names in Kconfig (trivial). by Uwe Hermann · 15 years ago
  5. 6842c02 Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. by Patrick Georgi · 15 years ago
  6. 6e23576 Remove some warnings. by Myles Watson · 15 years ago
  7. 5e54871 More consistent use of "default n" and "select XYZ" in Kconfig files by Patrick Georgi · 15 years ago
  8. cd75b1d Trivial config fix for Serengeti Cheetah. Change a type and a default. by Myles Watson · 15 years ago
  9. d05cc40 Trivial config fix for Serengeti Cheetah. Remove duplication, add a default. by Myles Watson · 15 years ago
  10. 5db685f * drop libgcc from coreboot_apc.o, not needed. by Stefan Reinauer · 15 years ago
  11. 6bd571e drop some dead code, clarify small comments and small cleanups to malloc.c by Stefan Reinauer · 15 years ago
  12. 0a181fd improve lzma error messages. When coreboot panics because lzma decompression by Stefan Reinauer · 15 years ago
  13. 45847be Trivial fixups to get this board further along. by Ronald G. Minnich · 15 years ago
  14. 03bdc3e Fix build of romcc boards. by Myles Watson · 15 years ago
  15. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  16. 6bb3bdf Rename CONFIG_SERIAL_CONSOLE to match newconfig. by Myles Watson · 15 years ago
  17. a21cc3d Make build_opt_tbl depend on config.h since it uses it. This fixes: by Myles Watson · 15 years ago
  18. 74fb8f2 Remove HyperTransport support from boards that don't need it. by Myles Watson · 15 years ago
  19. f0cfb22 Re-enable option table for the ASUS MEW-VM and fix build. by Uwe Hermann · 15 years ago
  20. 892b091 Make all Kconfig enabled boards build (tested with kbuildall). by Patrick Georgi · 15 years ago
  21. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  22. 9202798 Fix the bounce_size global so that the bounce buffer works with CBFS. by Myles Watson · 15 years ago
  23. f250f19 Looks like this should have become cpu init code after growing up. The by Stefan Reinauer · 15 years ago
  24. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  25. a946214 Add Kconfig support for Tyan s2881. by Myles Watson · 15 years ago
  26. 422d0cb Separate payload compression from stage compression. by Myles Watson · 15 years ago
  27. d6ac964 Fix compilation for serengeti when HAVE_ACPI_TABLES is set. Trivial. by Myles Watson · 15 years ago
  28. ed03556 src/Kconfig: Remove HT-specific options. by Myles Watson · 15 years ago
  29. a74ae63 failoverR.diff: Revert my failover change since Kconfig only supports fallback. by Myles Watson · 15 years ago
  30. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  31. 7cf8c58 Kill dead comment. by Carl-Daniel Hailfinger · 15 years ago
  32. 93c0272 Help text for maximum and default console loglevel in Kconfig. by Carl-Daniel Hailfinger · 15 years ago
  33. a4d4770 r4534 introduced devicetree.cb in every mainboard directory, but didn't by Carl-Daniel Hailfinger · 15 years ago
  34. 513e03b r4646 enabled early usage of pci_{read,write}_config{8,16,32} by Carl-Daniel Hailfinger · 15 years ago
  35. 00003ae If no pci access method has been set for the device tree so far (e.g. by Carl-Daniel Hailfinger · 15 years ago
  36. 6afb698 I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system. by Myles Watson · 15 years ago
  37. 079300b Remove warnings from Kconfig. Trivial. by Myles Watson · 15 years ago
  38. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  39. a758ca2 Move VGA BIOS settings from the payload menu into it's own menu by Peter Stuge · 15 years ago
  40. b796a06 This is a patch for killing IPMI on the s1850 -- or at least geting the BMC by Ronald G. Minnich · 15 years ago
  41. 3f76a56 copyright name error. by Ronald G. Minnich · 15 years ago
  42. 057712a This is an otherwise dead platform. I'm just committing the basics that by Ronald G. Minnich · 15 years ago
  43. b261205 Don't mix int and boolean for kconfig variables. It might work, it might not. by Patrick Georgi · 15 years ago
  44. fd9c9b8 Use the coreboot pci config read/write functions instead of direct cf8/cfc by Marc Jones · 15 years ago
  45. 6dd5223 Use driver-y instead of obj-y for model_6xx_init.o. by Uwe Hermann · 15 years ago
  46. eed1036 As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted to by Rudolf Marek · 15 years ago
  47. 669c4a9 File I missed committing. by Ronald G. Minnich · 15 years ago
  48. 6ed39d9 This is the final set of changes to allow rumba to build. Rumba is not by Ronald G. Minnich · 15 years ago
  49. e7f5709 Set the mainboard/amd directory up to support more than one. by Ronald G. Minnich · 15 years ago
  50. ea47143 Fixes per Uwe's comments. by Ronald G. Minnich · 15 years ago
  51. 5b1d51b This patch adds VGA and PS/2 Keyboard/mouse support to the already existing intel truxton (ep80579) dev board. by Arnaud Maye · 15 years ago
  52. 8b1c382 r4534 introduced devicetree.cb in every mainboard directory, but didn't by Carl-Daniel Hailfinger · 15 years ago
  53. 84a0f54 Add kconfig support for all Intel 82810 (i810) boards. by Uwe Hermann · 15 years ago
  54. 177aa3a kconfig: Board name variable fixes and updates (trivial). by Uwe Hermann · 15 years ago
  55. 07b8c2d This is the beginning of support for Geode and Kconfig in v2. by Ronald G. Minnich · 15 years ago
  56. 0d5ced0 Move DCACHE support into the cpu family for AMD model_fxx. by Myles Watson · 15 years ago
  57. e680495 Add Kconfig support for PCI option ROMS. by Myles Watson · 15 years ago
  58. 876d7e9 Move some config variables that are in one or two mainboards to by Ronald G. Minnich · 15 years ago
  59. 05c1e9c Silence unneeded #warnings, change to code comments (trіvial). by Uwe Hermann · 15 years ago
  60. 18c585b The resource allocator complained about 0-sized fixed by Patrick Georgi · 15 years ago
  61. fa1edda Correct typos /SMCSC/SMSC/ in Kconfig. by Myles Watson · 15 years ago
  62. 7ec3f67 Added support for the AMD S1G1 socket in kconfig by Cristi Magherusan · 15 years ago
  63. ea906b0 Added support for the AMD RS690 and SB600 southbridges in Kconfig by Cristi Măgherușan · 15 years ago
  64. 39ec29c Clean up some DCACHE related options. by Patrick Georgi · 15 years ago
  65. 20c03fb Clean up the kontron Kconfig by Patrick Georgi · 15 years ago
  66. 6c36305 coreboot was still using an old set (obsolete since yabel) of x86emu includes by Stefan Reinauer · 15 years ago
  67. b883d4c Make all those locally used functions static instead of exporting them. (triv) by Stefan Reinauer · 15 years ago
  68. 5a5b8f5 The new resource allocator helped me find a bug in SB600 diagnostics. by Carl-Daniel Hailfinger · 15 years ago
  69. 62b3513 Remove a couple of CONFIG_ prefixes that shouldn't have happened. by Patrick Georgi · 15 years ago
  70. bca3b92 Add kconfig support for all missing Intel 440BX based boards. by Uwe Hermann · 15 years ago
  71. d7e49b4 Asus M2V-MX-SE support in Kbuild by Cristi Magherusan · 15 years ago
  72. f608205 Enable Direct TMDS for the RS690, which allows to display on HDMI and DVI by Libra Li · 15 years ago
  73. 602d2b8 Fix vendor name config variables to match company name (trivial). by Uwe Hermann · 15 years ago
  74. 2b7418e Use the gnu make .SILENT: mechanism instead of requiring by Patrick Georgi · 15 years ago
  75. 698c0e0e Make PCI_ROM_RUN a boolean (like it is elsewhere) which by Patrick Georgi · 15 years ago
  76. 2389cfe Add microcode to socket_940 and socket_F. Part of the last reverting commit. by Myles Watson · 15 years ago
  77. 5cc74fae Revert socket abstraction. by Myles Watson · 15 years ago
  78. fe2664a Improve build output. by Uwe Hermann · 15 years ago
  79. 20a1ae8 Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist. by Uwe Hermann · 15 years ago
  80. 673c831 Add vendor strings in mainboard/Kconfig. Trivial. by Myles Watson · 15 years ago
  81. 9f8ecf5 Add support for AMD Socket 940. Move common files to model_fxx. by Myles Watson · 15 years ago
  82. ca5d9fb Properly check for the LZMA compression variable, and fix a print by Patrick Georgi · 15 years ago
  83. b7fec82 Add kconfig support for ASUS P2B-F. by Uwe Hermann · 15 years ago
  84. f9d4c2b Fix copy-paste error in src/cpu/x86/Kconfig. by Uwe Hermann · 15 years ago
  85. f8f5b62 Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'. by Uwe Hermann · 15 years ago
  86. 1476a9e Without this patch, if we only got a DIMM in Channel B, memory can not be by Zheng Bao · 15 years ago
  87. 4d7ae4d Remove pretty useless kconfig help strings, fix some vendor names (trivial). by Uwe Hermann · 15 years ago
  88. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  89. 50d0b8c Add support for Nvidia Southbridges to Kconfig. by Myles Watson · 15 years ago
  90. fa9f12ef Add support for AM2 CPUs (I fixed the 0x11 issue). by Myles Watson · 15 years ago
  91. 0696bca The variable is already checked when including the socketF subdirectory. by Myles Watson · 15 years ago
  92. bab2bef This patch is about the DA-C2 and RB-C2. Chip with install processor by Zheng Bao · 15 years ago
  93. ebed2dc Change the intel cpu makefile.inc so that it fits the model better. by Ronald G. Minnich · 15 years ago
  94. 0b028a4 Trivial spelling corrections. by Myles Watson · 15 years ago
  95. d82e128 This goes a surprisingly long way to building the epia-n. It also has by Ronald G. Minnich · 15 years ago
  96. b203c2f 20090819-2-trim-down-cbfs: by Patrick Georgi · 15 years ago
  97. ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 15 years ago
  98. 6bd93f4 Don't let zero sized fixed resource mess up the allocator's memory map. by Patrick Georgi · 15 years ago
  99. 7467664 Reduce size of the romstage on various boards that fail to build on QA. by Patrick Georgi · 15 years ago
  100. 69a031c The Errata350 is "Write 0000_8000h to register F2x[1, 0]9C_xD080F0C.", instead of by Zheng Bao · 15 years ago