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. 776b85b Remove 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. 348a1ba fix a couple of warnings by Stefan Reinauer · 14 years ago
  7. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  8. d71e771 Drop unused doit.sh files (trivial). by Uwe Hermann · 14 years ago
  9. 2bb4acf Various cometic and coding-style fixes (trivial). by Uwe Hermann · 14 years ago
  10. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  11. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  12. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  13. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  14. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  15. 8a7d34b fix builds... by Stefan Reinauer · 14 years ago
  16. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  17. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  18. 5543c66 Actually set HAVE_OPTION_TABLES for the boards that need it. (See last commit) by Patrick Georgi · 15 years ago
  19. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  20. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  21. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  22. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  23. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  24. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  25. 762a230 Kontron 986LCD-M MP table: by Stefan Reinauer · 15 years ago
  26. c6f2bd0 by Stefan Reinauer · 15 years ago
  27. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  28. 67cd802 * drop reset files from 945 mainboards (and use southbridge specific reset) by Stefan Reinauer · 15 years ago
  29. 1f807fd - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] by Patrick Georgi · 15 years ago
  30. eecaba8 Clean up amd/dbm690t and kontron/986lcd-m some more (not by Patrick Georgi · 15 years ago
  31. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are 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. 4374f42 fix length field in dmi tables. Newer DMI versions through errors by Stefan Reinauer · 15 years ago
  35. 81b3c0a Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. by Uwe Hermann · 15 years ago
  36. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  37. aca6ec6 Kontron 986LCD-M update by Stefan Reinauer · 15 years ago
  38. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  39. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  40. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  41. e405327 Simplify Kconfig files by using "select" where possible (trivial). by Uwe Hermann · 15 years ago
  42. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  43. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  44. 45b811b Add Kconfig support for kontron/kt960. by Myles Watson · 15 years ago
  45. 6bbe74c Fix kontron/kt690 build. by Myles Watson · 15 years ago
  46. c270e89 This patch adds (initial) support for the Kontron KT690 mainboard. by Stefan Reinauer · 15 years ago
  47. c0528d6 HAVE_ACPI_TABLES cleanups for kconfig: by Uwe Hermann · 15 years ago
  48. 3fe6b70 Add const to get rid of some warnings when passing quoted strings. by Myles Watson · 15 years ago
  49. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  50. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  51. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  52. 6768f39 Remove: by Patrick Georgi · 15 years ago
  53. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  54. 120bff8 Fix a number of board names in Kconfig (trivial). by Uwe Hermann · 15 years ago
  55. 6842c02 Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. by Patrick Georgi · 15 years ago
  56. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  57. 20c03fb Clean up the kontron Kconfig by Patrick Georgi · 15 years ago
  58. 20a1ae8 Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist. by Uwe Hermann · 15 years ago
  59. 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 15 years ago
  60. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  61. cdfe376 clean up acpi table strings, as discussed on the list by Stefan Reinauer · 15 years ago
  62. a5fdadf Kontron updates, get board up to date with i945 and ich7 updates. by Stefan Reinauer · 15 years ago
  63. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  64. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  65. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  66. 240ef7c Change the CBFS build process to use coreboot.rom by Patrick Georgi · 15 years ago
  67. 9efecc5 Revert "kontron 986lcd_m: cmos.layout: mark boot_devices as reserved." by Luc Verhaegen · 15 years ago
  68. b005f0e kontron 986lcd_m: cmos.layout: mark boot_devices as reserved. by Luc Verhaegen · 15 years ago
  69. a84a99b Various fixes to the tree to get coreboot-v2 to build on Solaris by Patrick Georgi · 15 years ago
  70. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  71. a19f644 Enable HAVE_HIGH_TABLES by default for northbridges with by Patrick Georgi · 15 years ago
  72. bccaafc add_mainboard_resources is necessary for some boards (eg. kontron), but by Patrick Georgi · 15 years ago
  73. b61bc7c Enable CBFS for qemu and kontron. Both are builds-and-runs by Patrick Georgi · 15 years ago
  74. 85b851a Convert 12 more boards to use include statements in Config.lb. by Carl-Daniel Hailfinger · 15 years ago
  75. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  76. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  77. 743b635 I need to do uses HAVE_ACPI_RESUME for each board. Here we go. by Rudolf Marek · 15 years ago
  78. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  79. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  80. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  81. be7f798 This, ladies and gentlement, is commit #4000. by Stefan Reinauer · 15 years ago
  82. cc46e73 ACPI implementation for i945, ICH7, Kontron 986LCD-M by Stefan Reinauer · 15 years ago
  83. e1025d0 Kontron 986LCD-M updates: by Stefan Reinauer · 15 years ago
  84. a8e1168 This patch contains some significant updates to the i82801gx component and will by Stefan Reinauer · 15 years ago
  85. 210b83e This patch adds empty acpi_fill_slit functions so they build again. by Myles Watson · 15 years ago
  86. 3b38745 * fix a minor power state issue in the ich7 smm handler by Stefan Reinauer · 15 years ago
  87. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  88. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  89. 54309d6 Update Kontron board by Stefan Reinauer · 16 years ago
  90. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  91. b1fc0ba Add some comments to make it easier to enable onboard VGA for 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. 36a2268 Support for the Kontron 986LCD-M mainboard series. by Stefan Reinauer · 16 years ago