1. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  2. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  3. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  4. ce6fb1e Remove failover/fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  5. 50776fa trivial warning fixes, mostly for ACPI code by Stefan Reinauer · 14 years ago
  6. 53c7276 Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial). by Uwe Hermann · 14 years ago
  7. 2140575 Remove Kconfig entries that disable by Patrick Georgi · 14 years ago
  8. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  9. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  10. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  11. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  12. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  13. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  14. 1847618 $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do by Stefan Reinauer · 15 years ago
  15. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  16. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  17. 0e92974 straighten naming scheme for application processor rom stage files. by Stefan Reinauer · 15 years ago
  18. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  19. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  20. 2598214 This patch fixes the build for the dsdt.asl/dsdt.c. by Harald Gutmann · 15 years ago
  21. c2ef146 ifeq wants a space before the ( by Stefan Reinauer · 15 years ago
  22. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  23. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  24. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  25. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  26. 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 15 years ago
  27. a0c68f8 by Stefan Reinauer · 15 years ago
  28. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  29. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  30. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  31. 547d48a Remove some white space and comment differences from devicetree.cb and Config.lb by Myles Watson · 15 years ago
  32. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  33. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  34. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  35. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  36. 42dc721 move all register fram definitions to arch/register.h by Stefan Reinauer · 15 years ago
  37. 036c15f Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before by Myles Watson · 15 years ago
  38. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  39. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  40. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  41. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  42. 04000f4 Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. by Myles Watson · 15 years ago
  43. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  44. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  45. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  46. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  47. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  48. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  49. 66b7404 Kconfig: by Patrick Georgi · 15 years ago
  50. fdfaada More boards in kconfig, and moved -O2 flag for romcc into by Patrick Georgi · 15 years ago
  51. 99950c2 Use by Uwe Hermann · 15 years ago
  52. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  53. b24e276 PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig and by Uwe Hermann · 15 years ago
  54. 9095092 The new CBFS based build system requires the whole ROM to be accessible by Uwe Hermann · 15 years ago
  55. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  56. 3c2d874 Remove another FAILOVER variable. (trivial) by Patrick Georgi · 15 years ago
  57. f9ef208 Add gigabyte/m57sli support to Kconfig. Whitespace fixes to devicetree.cb by Harald Gutmann · 15 years ago
  58. 6768f39 Remove: by Patrick Georgi · 15 years ago
  59. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  60. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  61. bca3b92 Add kconfig support for all missing Intel 440BX based boards. by Uwe Hermann · 15 years ago
  62. 7467664 Reduce size of the romstage on various boards that fail to build on QA. by Patrick Georgi · 15 years ago
  63. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  64. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  65. 4704dc5 Fix up the tree again... by Stefan Reinauer · 15 years ago
  66. bf12dda ChangeLog: Change the parallel port from polling to interrupt-driven. by Harald Gutmann · 15 years ago
  67. 29be535 ChangeLog: by Harald Gutmann · 15 years ago
  68. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  69. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  70. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  71. 62cfe16 ChangeLog: by Harald Gutmann · 15 years ago
  72. da83361 Change Log: Fix interrupt handling in mptable.c on M57SLI. by Harald Gutmann · 15 years ago
  73. b735f85 Change Log: Activate HIGH_TABES on M57SLI by Harald Gutmann · 15 years ago
  74. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  75. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  76. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  77. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  78. 96a4692 Trivial patch to make #defines generated from cmos.layout have unique names. Kills a few more compiler warnings. by Myles Watson · 15 years ago
  79. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  80. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  81. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  82. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  83. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  84. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  85. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  86. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  87. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  88. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  89. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  90. a5436c6 Fix implicit declarations of get_bus_conf. by Carl-Daniel Hailfinger · 16 years ago
  91. 8eaafbf Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards. by Uwe Hermann · 16 years ago
  92. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  93. 1683cef Remove the unnecessary memctrl[] indirection, 440BX only has one by Uwe Hermann · 16 years ago
  94. 598ba43 Drop tons of duplicated debug.c files, move common file to by Uwe Hermann · 16 years ago
  95. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  96. 00809eb This changes the python generated makefiles by Carl-Daniel Hailfinger · 16 years ago
  97. fb73fa1 by Ronald Hoogenboom · 16 years ago
  98. 56cf01f by Ronald Hoogenboom · 16 years ago
  99. 10aca3c This patch fixes the decoding of the IO address range 0x0820->0x0827 into the by Florentin Demetrescu · 17 years ago
  100. d8a74c9 by Ward Vandewege · 17 years ago