1. 7f0e930 Add support for the tracing infastructure in coreboot. by Rudolf Marek · 13 years ago
  2. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  3. 9f52ea4 added a config option for ACPI debugging by Cristian Măgherușan-Stanciu · 13 years ago
  4. d367b00 Add the coreboot config to CBFS by Cristian Măgherușan-Stanciu · 13 years ago
  5. 8eee19d Add option 'compress ramstage' by Sven Schnelle · 13 years ago
  6. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  7. e50952f add FILO easy payload option by Stefan Reinauer · 13 years ago
  8. d85400d Handle drivers/ equally to any other sub directory. by Stefan Reinauer · 13 years ago
  9. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  10. 7592e8b Add new ec subdir for Embedded Controllers and common ACPI EC support by Sven Schnelle · 13 years ago
  11. f1939bb Per default, use SeaBIOS payload instead of no payload. by Stefan Reinauer · 14 years ago
  12. bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 14 years ago
  13. 8aedcbc - Fix shortcoming in Kconfig when handling multiple "choice"s by Stefan Reinauer · 14 years ago
  14. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago
  15. 5015f79 Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG() by Peter Stuge · 14 years ago
  16. a953f37 Debugging facility improvements. by Uwe Hermann · 14 years ago
  17. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  18. e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 14 years ago
  19. e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 14 years ago
  20. 6c9bc01 Make a Kconfig option for debugging output from realmode emulation. Trivial. by Myles Watson · 14 years ago
  21. b3f8090 drop three unneeded config variables: by Jens Rottmann · 14 years ago
  22. 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 14 years ago
  23. 9bf7810 make sconfig parser regeneration menu selectable by Stefan Reinauer · 14 years ago
  24. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  25. bc0f7a6 - fix SMM code relocation race by Stefan Reinauer · 14 years ago
  26. 6f57b51 Fix all warnings in the tree by Stefan Reinauer · 14 years ago
  27. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  28. c4f1a77 Fix two warnings: by Stefan Reinauer · 14 years ago
  29. 80e914ff CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUS by Myles Watson · 14 years ago
  30. 6d77252 Move the 'USE CMOS' Kconfig question. by Joe Korty · 14 years ago
  31. d9c2549 Following patch reprograms SIL3114 into PCI IDE native mode compatible class code allowing by Rudolf Marek · 14 years ago
  32. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  33. fe6c2cda Make USE_OPTION_TABLE user visible, so it can be edited. by Patrick Georgi · 14 years ago
  34. 523ebd9 zero warning days. Move RAMTOP and RAMBASE together. by Stefan Reinauer · 14 years ago
  35. f1ce6f2 - move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively by Patrick Georgi · 14 years ago
  36. 604877e Move Kconfig for HT limits to northbridge/amd/Kconfig. by Myles Watson · 14 years ago
  37. 8a926845 clean up age old via epia target. by Stefan Reinauer · 14 years ago
  38. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  39. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  40. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  41. f733d47 ccache and scan-build actually work together, so remove the by Patrick Georgi · 14 years ago
  42. 516a2a7 Add support to build with ccache in the build system by Patrick Georgi · 14 years ago
  43. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  44. 23d89cc Make CLANG selectable in Kconfig by Patrick Georgi · 14 years ago
  45. cc66926 Move deprecated Kconfig options to their own file, by Patrick Georgi · 14 years ago
  46. 020f51f Add scan-build support to the build system. by Patrick Georgi · 14 years ago
  47. 5c50392 Fix llshell by Stefan Reinauer · 14 years ago
  48. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  49. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 14 years ago
  50. 55cf7bc Allow per-board setting of HT clock and width so by Timothy Pearson · 14 years ago
  51. 800379f by Stefan Reinauer · 14 years ago
  52. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  53. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  54. 13f2bb0 Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" per default. by Stefan Reinauer · 14 years ago
  55. a7acc51 HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. by Stefan Reinauer · 14 years ago
  56. 4b8a241 Allow building images with different prefixes (ie. normal/romstage, by Patrick Georgi · 14 years ago
  57. 16f515a These two files accidently got a wrong license header. by Stefan Reinauer · 14 years ago
  58. 8ed1b6d drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 by Stefan Reinauer · 14 years ago
  59. 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 15 years ago
  60. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  61. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  62. 7f91d92 Enable Multiboot table support (for GRUB2) by default. by Ronald G. Minnich · 15 years ago
  63. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  64. e696942c Drop remainder of PPC port by Stefan Reinauer · 15 years ago
  65. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  66. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  67. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  68. 5ec9710 Move ITE-specific option to src/superio/ite/Kconfig. by Myles Watson · 15 years ago
  69. 5ba7bfe Add missing SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL kconfig variable. by Uwe Hermann · 15 years ago
  70. a29ad5c Add EXPERT kconfig option so we can hide more advanced options by Uwe Hermann · 15 years ago
  71. d7b37b0 Silence src/Kconfig:349:warning: config symbol defined without type by Peter Stuge · 15 years ago
  72. 04000f4 Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. by Myles Watson · 15 years ago
  73. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  74. 6ba13bb Start documenting a few kconfig variables and user-visible options. by Uwe Hermann · 15 years ago
  75. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  76. 3db199c Make fam10 build (but not boot due to bootblock size problems.) by Myles Watson · 15 years ago
  77. 91ff0df More Kconfig-supported boards, and also kconfig support by Patrick Georgi · 15 years ago
  78. 748475b More kconfig cleanups: by Uwe Hermann · 15 years ago
  79. 168b11b Various Kconfig fixes and improvements: by Uwe Hermann · 15 years ago
  80. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  81. c04be93 Backport facility to specify a local coreboot version suffix from v3. by Uwe Hermann · 15 years ago
  82. 70b0cf2 Add initial kconfig support for all AMD GX1 boards. by Uwe Hermann · 15 years ago
  83. 37ea341 Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from by Patrick Georgi · 15 years ago
  84. 6768f39 Remove: by Patrick Georgi · 15 years ago
  85. 1df483d Get rid of the total impact. Vendor died 5 years ago and nobody cares. by Ronald G. Minnich · 15 years ago
  86. 74fb8f2 Remove HyperTransport support from boards that don't need it. by Myles Watson · 15 years ago
  87. 892b091 Make all Kconfig enabled boards build (tested with kbuildall). by Patrick Georgi · 15 years ago
  88. ed03556 src/Kconfig: Remove HT-specific options. by Myles Watson · 15 years ago
  89. 45bb25f tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... by Myles Watson · 15 years ago
  90. 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 15 years ago
  91. a758ca2 Move VGA BIOS settings from the payload menu into it's own menu by Peter Stuge · 15 years ago
  92. 698c0e0e Make PCI_ROM_RUN a boolean (like it is elsewhere) which by Patrick Georgi · 15 years ago
  93. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  94. b5034d4 Remove unused normal image option in Kconfig by Cristi Magherusan · 15 years ago
  95. 488c36c Allow setting up a VGABIOS image in Kconfig by Cristi Magherusan · 15 years ago
  96. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago