1. 8493b25 mainboard/rca/rm4100: transition away from device_t by Antonello Dettori · 8 years ago
  2. a5aad2e src/mainboard/lenovo-winent: Add space around operators by Elyes HAOUAS · 8 years ago
  3. 07921540d intel/car/cache_as_ram.inc: Prepare for dynamic CONFIG_RAMTOP by Kyösti Mälkki · 8 years ago
  4. 63db614 northbridge/intel/i82830: Unify UDELAY selection by Stefan Reinauer · 8 years ago
  5. 8a3ff6a mainboard: Remove empty mainboard.c files by Paul Menzel · 9 years ago
  6. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  7. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  8. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  9. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  10. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  11. 773485b intel CAR: Fix DCACHE_RAM_BASE for old sockets by Kyösti Mälkki · 10 years ago
  12. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  13. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  14. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  15. fdceb48 superio/smsc/smscsuperio: Make romstage linkable with header by Edward O'Callaghan · 10 years ago
  16. f7bfc34 intel: Remove GFXUMA and related global variables by Kyösti Mälkki · 11 years ago
  17. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  18. 4333071 board-status: Add board_info.txt extracted from wiki. by Vladimir Serbinenko · 10 years ago
  19. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  20. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  21. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  22. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  23. 72a2eaf Rename mainboard_smi.c to smihandler.c by Patrick Georgi · 12 years ago
  24. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  25. 4dfdeba Reduce number of per-mainboard changes by Stefan Reinauer · 12 years ago
  26. 431a816 Move HAVE_SMI_HANDLER from mainboards to chipsets by Stefan Reinauer · 12 years ago
  27. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  28. cf8e466 Cleanup coreboot memory table includes by Kyösti Mälkki · 12 years ago
  29. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  30. 5e29f00 Intel and GFXUMA: drop redundant use of lb_add_memory_range() by Kyösti Mälkki · 12 years ago
  31. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  32. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  33. 1d89f14 Intel 82801dx: compile early_smbus as separate object by Kyösti Mälkki · 12 years ago
  34. a842aec intel/82801dx: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  35. 914377e Get rid of the old romstage-as-bootblock ROM layout by Patrick Georgi · 13 years ago
  36. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  37. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  38. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  39. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  40. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  41. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  42. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  43. d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 14 years ago
  44. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  45. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  46. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  47. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  48. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  49. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  50. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  51. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  52. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  53. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  54. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  55. ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 14 years ago
  56. 7488e04 1. This patch adds CAR for Intel P6 series processors. by Joseph Smith · 14 years ago
  57. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  58. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  59. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  60. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  61. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  62. 0d7a996 This is kind of a pre CAR patch to properly allocate "shared" graphics memory by Joseph Smith · 14 years ago
  63. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  64. 800379f by Stefan Reinauer · 14 years ago
  65. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  66. 138be83 This does the following: by Stefan Reinauer · 14 years ago
  67. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  68. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  69. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  70. fa742da Alot of it is trivial clean ups and 830 is now able to initialize one row/side of memory at a time. by Joseph Smith · 14 years ago
  71. 6f0074e Trivial fixup on IP1000 and RM4100 copyright entries. by Joseph Smith · 14 years ago
  72. 89e4577 RCA RM4100 and Thomson IP1000 auto.c rework. by Joseph Smith · 14 years ago
  73. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 14 years ago
  74. a0c68f8 by Stefan Reinauer · 15 years ago
  75. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  76. d63085b2 Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. by Uwe Hermann · 15 years ago
  77. 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 15 years ago
  78. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  79. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  80. 777e069 Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" by Peter Stuge · 15 years ago
  81. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  82. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  83. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  84. fdfaada More boards in kconfig, and moved -O2 flag for romcc into by Patrick Georgi · 15 years ago
  85. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  86. 6768f39 Remove: by Patrick Georgi · 15 years ago
  87. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  88. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago
  89. b339e10 Enable CBFS everywhere. All boards compiled for me (abuild tested), by Patrick Georgi · 15 years ago
  90. 9dd27bc the tool chain settings should not be in renamed (as they will never live in by Stefan Reinauer · 15 years ago
  91. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  92. f17f647 Undo my ugly commit that added uses clauses in lots of places instead of one. by Myles Watson · 15 years ago
  93. 82bc9bc Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. by Myles Watson · 15 years ago
  94. cff071a When I started refactoring mainboard Config.lb, I added two different by Carl-Daniel Hailfinger · 15 years ago
  95. 4121622 rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN_REALMODE. by Joseph Smith · 15 years ago
  96. 60f0f1b enable/disable IDE 0/1 (Primary/Secondary) interfaces on the i82801xx southbridge. by Joseph Smith · 15 years ago
  97. aa1df9c Trivial fixup IRQS on IP1000 and RM4100. by Joseph Smith · 15 years ago
  98. 9b04724 Set up PIRQs in mainboard Config.lb for IP1000 and RM4100 instead of using the ones in i82801xx_lpc.c. by Joseph Smith · 15 years ago
  99. 919b56e Trivial checksum fixup for irq tables on IP1000 and RM4100. by Joseph Smith · 15 years ago
  100. 88e71e8 Run dos2unix on all files: by Stefan Reinauer · 15 years ago