1. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 14 years ago
  2. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  3. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  4. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  5. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  6. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  7. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  8. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  9. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  10. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  11. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  12. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  13. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  14. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  15. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  16. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  17. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 14 years ago
  18. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 14 years ago
  19. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 14 years ago
  20. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 15 years ago
  21. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  22. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  23. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  24. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  25. 9840245 More kconfig: by Patrick Georgi · 15 years ago
  26. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  27. 6768f39 Remove: by Patrick Georgi · 15 years ago
  28. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  29. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  30. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  31. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  32. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  33. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  34. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  35. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  36. 94875b3 Add "printk" support to all CAR targets by Stefan Reinauer · 15 years ago
  37. 6f52d11 drop duplicate compiler options that are already mentioned in CFLAGS. by Stefan Reinauer · 15 years ago
  38. b5e10bc Thanks to Myles' patch adding support for include statements, by Carl-Daniel Hailfinger · 15 years ago
  39. dbda3a9 Fix implicit declarations of done_cache_as_ram_main by adding a 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. ebdc7c7 Kill remaining unneeded CAR/ROMCC if-blocks. by Carl-Daniel Hailfinger · 15 years ago
  43. d469cda Add the CONFIG_ROMS config variable. by Ronald G. Minnich · 15 years ago
  44. 7ad11e8 Carl-Daniel's part: by Carl-Daniel Hailfinger · 15 years ago
  45. 552b327 This patch converts __FUNCTION__ to __func__, since __func__ is standard. by Myles Watson · 15 years ago
  46. ef6cb09 This patch makes the recently added assembler debug optional, as it may by Stefan Reinauer · 15 years ago
  47. 4ed326b This patch from Ralf Grosse Boerger makes debugging more comfortable. by Stefan Reinauer · 16 years ago
  48. 3be4bc8 Drop a number of duplicated failover.c files (they have the same content by Uwe Hermann · 16 years ago
  49. 2ee5c9e Geode platforms that use a LPC Super I/O had the LPC serial IRQ set to all by Marc Jones · 16 years ago
  50. 9c2255c Now coreboot performs IRQ routing for some boards. by Nikolay Petukhov · 16 years ago
  51. cb5c9fb Factor out print_conf() from Geode LX mainboard directories. The by Carl-Daniel Hailfinger · 16 years ago
  52. 25a3744 by Ronald G. Minnich · 16 years ago
  53. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  54. 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 17 years ago
  55. 254f47e Correction to irq tables. by Ronald G. Minnich · 17 years ago
  56. 8b942e7 Random minor cosmetical or coding style fixes (trivial). by Uwe Hermann · 17 years ago
  57. 6503cd9 Final set of changes to make Alix1c work. by Ronald G. Minnich · 17 years ago
  58. 9d5c3a8 This patch is a trivial response to a good comment from Uwe, so I am by Ronald G. Minnich · 17 years ago
  59. 65bc460 This code gets us to a working linux boot on the alix1c. I have not tested by Ronald G. Minnich · 17 years ago
  60. cbc95f3 Partial changes and fixup. by Ronald G. Minnich · 17 years ago
  61. 6226f13 Welcome to PC Engines and the ALIX 1C! by Ronald G. Minnich · 17 years ago