1. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  2. 2bd9100 Rework boolean expression (DeMorgan and all) for by Patrick Georgi · 14 years ago
  3. 776b85b Remove fallback/normal handling in mainboards' by Patrick Georgi · 14 years ago
  4. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  5. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  6. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  7. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 14 years ago
  8. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 14 years ago
  9. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  10. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  11. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  12. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  13. e21f75a cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.inc by Myles Watson · 15 years ago
  14. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  15. 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
  16. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  17. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  18. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  19. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  20. 869bbc4 Convert all "default y" options to "select FOO" (shorter). by Uwe Hermann · 15 years ago
  21. 0e9a925 Various fixes to Kconfig: All kconfig-boards should have a by Patrick Georgi · 15 years ago
  22. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  23. 37ea341 Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from by Patrick Georgi · 15 years ago
  24. 6768f39 Remove: by Patrick Georgi · 15 years ago
  25. 8f3ec7b Remove duplicate and not too useful Kconfig board comments as by Uwe Hermann · 15 years ago
  26. 120bff8 Fix a number of board names in Kconfig (trivial). by Uwe Hermann · 15 years ago
  27. 6842c02 Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development. by Patrick Georgi · 15 years ago
  28. 88f55b2 some progress on kconfig: by Patrick Georgi · 15 years ago
  29. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  30. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  31. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  32. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  33. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  34. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  35. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  36. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  37. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  38. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  39. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  40. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  41. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  42. 7b6ea25 Fix up the incomplete commit in r4055. by Carl-Daniel Hailfinger · 15 years ago
  43. f7116c3 There are more than a dozen targets in the v2 tree which refer to ROMCC by Carl-Daniel Hailfinger · 15 years ago
  44. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  45. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  46. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 15 years ago
  47. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 15 years ago
  48. a5436c6 Fix implicit declarations of get_bus_conf. by Carl-Daniel Hailfinger · 16 years ago
  49. 93159bf In the process of trying to debug some HT sync problems I added lots of by Carl-Daniel Hailfinger · 16 years ago
  50. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  51. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  52. 00809eb This changes the python generated makefiles by Carl-Daniel Hailfinger · 16 years ago
  53. 3d1d3b2 by Myles Watson · 16 years ago
  54. 25a3744 by Ronald G. Minnich · 16 years ago
  55. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 16 years ago
  56. 15674b7 This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to every by Myles Watson · 17 years ago
  57. be13dc7 Apply linuxbios-rename-other-payload-options.patch (Patch 2, refs #14) by Ed Swierk · 18 years ago
  58. 1a7a5b4 Apply linuxbios-rename-compressed-payload-options.patch, refs #14 by Ed Swierk · 18 years ago
  59. ca63120 * fix the automatic build system by compressing payloads if possible by Stefan Reinauer · 18 years ago
  60. a7aa29b Use the canonical name of the vendors/devices and the by Uwe Hermann · 18 years ago
  61. 9c33b7b Remove some unneeded #includes from most mainboard.c files. by Uwe Hermann · 18 years ago
  62. e0e1d42 Fix the CHIP_NAME() entries of all mainboards to have the same format by Uwe Hermann · 18 years ago
  63. 4bb8887 change things that make no sense on ultra40. serial output now works! by Ronald G. Minnich · 18 years ago
  64. 7110f92 K8_4RANK to QRANK by Yinghai Lu · 18 years ago
  65. d4b278c AMD Rev F support by Yinghai Lu · 18 years ago
  66. 8a02b7d add smsc part. Mod sun board to use smsc part for now by Ronald G. Minnich · 18 years ago
  67. 08af3f5 mods for the ultra40 bringup. This now builds. by Ronald G. Minnich · 18 years ago
  68. e53d03c fix up the links for the ultra 40 -- i/o on ht 1 on each cpu by Ronald G. Minnich · 18 years ago
  69. a758aca fix up config space. by Ronald G. Minnich · 18 years ago
  70. 90e68ae initial work on sunw ultra40. It's wrong :-) by Ronald G. Minnich · 18 years ago