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. 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 14 years ago
  6. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  7. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  8. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  9. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  10. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  11. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  12. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  13. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  14. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  15. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  16. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  17. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  18. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  19. d5663ba Move all IOAPIC selection to southbridges, and remove them by Patrick Georgi · 15 years ago
  20. 436f99b Eliminate special case id.inc/id.lds in favor of a configuration variable ID_SECTION_OFFSET by Patrick Georgi · 15 years ago
  21. 4638c92 Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID by Patrick Georgi · 15 years ago
  22. 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 15 years ago
  23. d73c1b5 Define some variables that were not defined. There are a couple left. by Myles Watson · 15 years ago
  24. 8f74c58 Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be by Myles Watson · 15 years ago
  25. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  26. 0f61a4f Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. by Myles Watson · 15 years ago
  27. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  28. 91ff0df More Kconfig-supported boards, and also kconfig support by Patrick Georgi · 15 years ago
  29. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  30. 6768f39 Remove: by Patrick Georgi · 15 years ago
  31. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  32. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  33. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  34. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  35. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  36. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  37. a9c5ea0 Revert "CMOS: Add set_option and rework get_option." by Luc Verhaegen · 15 years ago
  38. 9ceae90 CMOS: Add set_option and rework get_option. by Luc Verhaegen · 15 years ago
  39. 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
  40. 12aba82 Refactor copy_and_run so that it uses a single code base instead of by Patrick Georgi · 15 years ago
  41. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  42. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  43. 483b7bb v2/src romfs->cbfs rename by Peter Stuge · 15 years ago
  44. 6dcbe7f This patch cleans up the calls to $CC in mainboard Config.lb files. They by Carl-Daniel Hailfinger · 15 years ago
  45. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  46. 3081bdf Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should by Stefan Reinauer · 15 years ago
  47. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  48. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 16 years ago
  49. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 16 years ago
  50. 93159bf In the process of trying to debug some HT sync problems I added lots of by Carl-Daniel Hailfinger · 16 years ago
  51. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  52. 69e9cc4 Fix obviously (syntactically) broken cmos.layout (trivial). by Uwe Hermann · 16 years ago
  53. b816d33 Enable all available devices on the ASUS A8N-E (trivial). by Uwe Hermann · 16 years ago
  54. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  55. 336935c Coding-style fixes and simplifications for the ASUS A8N-E (trivial). by Uwe Hermann · 16 years ago
  56. 3aca4b5 The AMD dbm690t mainboard uses the it8712f SIO with the by Marc Jones · 16 years ago
  57. 25a3744 by Ronald G. Minnich · 17 years ago
  58. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  59. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  60. 15674b7 This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to every by Myles Watson · 17 years ago
  61. 322076c Various cosmetic changes and coding style fixes (trivial). by Uwe Hermann · 17 years ago
  62. cd3afc0 Add initial support for the ASUS A8N-E board. by Philipp Degler · 17 years ago