1. 8e1f908 AMD geode: Avoid conflicting main() declaration by Kyösti Mälkki · 7 years ago
  2. f08c8a5 mainboard/artecgroup/dbe61/mainboard.c: Use tab for indents by Elyes HAOUAS · 8 years ago
  3. 8d94fbd mainboard/artecgroup: Use C89 comments style & remove commented code by Elyes HAOUAS · 8 years ago
  4. 6350a2e src/mainboard/a-trend - emulation: Add space around operators by Elyes HAOUAS · 8 years ago
  5. d23ee5d mainboard: Clean up boot_option/reboot_bits in cmos.layout by Nico Huber · 8 years ago
  6. 8ab989e src/mainboard: Capitalize ROM, RAM, CPU and APIC by Elyes HAOUAS · 8 years ago
  7. 5276941 AMD boards: Fix romstage main() declaration by Kyösti Mälkki · 8 years ago
  8. 2439132 mainboard: Remove last_boot NVRAM option by Timothy Pearson · 9 years ago
  9. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  10. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  11. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  12. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  13. 94efd19 mainboard/cmos: Kill off unused boot_* parameters by Timothy Pearson · 9 years ago
  14. c0ae684 mainboard/cmos: Move ECC variables out of fallback mechanism byte by Timothy Pearson · 9 years ago
  15. 9b68f05 mainboard/cmos: Delete obsolete commented parameters by Timothy Pearson · 9 years ago
  16. 069f476 mainboard: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  17. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  18. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  19. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  20. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  21. abb3816 artecgroup/Kconfig, linutop/Kconfig: Add comment to endif by Daniele Forsi · 10 years ago
  22. aedcc10 src/mainboard: Remove trailing whitespace by Elyes HAOUAS · 10 years ago
  23. cb70f79 mainboard: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  24. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  25. 3926829 linutop: Add Linutop-1 as a clone of artecgroup/dbe61 by Vladimir Serbinenko · 10 years ago
  26. 4333071 board-status: Add board_info.txt extracted from wiki. by Vladimir Serbinenko · 10 years ago
  27. 7bc35754 AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c" by Christian Gmeiner · 11 years ago
  28. c4e07bb AMD Northbridge LX: convert spd_read_byte() to non-static version by Christian Gmeiner · 11 years ago
  29. 4eb5aa2 AMD Northbridge LX: move #include "northbridge/amd/lx/raminit.h" by Christian Gmeiner · 11 years ago
  30. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  31. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  32. 528640d mainboard.c: Name enable_dev function uniformly `mainboard_enable` by Paul Menzel · 11 years ago
  33. a8ae1c6 Whitespace: Replace tab character in license text with two spaces by Paul Menzel · 11 years ago
  34. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  35. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  36. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  37. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  38. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  39. 7dc2864 amd/lx: Move configuration from source to Kconfig by Patrick Georgi · 12 years ago
  40. c88ed85 Rename vendor identifiers in Kconfig by Patrick Georgi · 12 years ago
  41. 7916f4c AMD Geode cpus: apply un-written naming rules by Kyösti Mälkki · 12 years ago
  42. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  43. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  44. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  45. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  46. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  47. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  48. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  49. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  50. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  51. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  52. e0afe73 All these boards already had the CACHE_AS_RAM option in their individual by Warren Turkal · 14 years ago
  53. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  54. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  55. 34697d6 Set up an arbitrary amount of system memory on Geode LX, so by Aurelien Guillaume · 14 years ago
  56. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  57. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  58. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  59. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  60. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  61. f333ba0 This commit updates the Geode LX GLCP delay control setup from the v2 way to the v3 way. by Edwin Beasant · 14 years ago
  62. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  63. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  64. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  65. 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 14 years ago
  66. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 14 years ago
  67. 338150e fix artecgroup dbe61 by Stefan Reinauer · 14 years ago
  68. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  69. c02c34e fix epia-m700 compilation, and remove more warnings. by Stefan Reinauer · 14 years ago
  70. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  71. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  72. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  73. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  74. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  75. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  76. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  77. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  78. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  79. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  80. e4119cc The COM2 enable code is global now. Use global API and by Patrick Georgi · 14 years ago
  81. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  82. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  83. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 14 years ago
  84. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 14 years ago
  85. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 14 years ago
  86. 9fe4d79 coreboot used to have two different "APIs" for memory accesses: by Stefan Reinauer · 14 years ago
  87. d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 15 years ago
  88. d1327ce Major cleanups of the hard_reset() code and config in coreboot. by - supermicro/x6dhe_g/auto.c · 15 years ago
  89. 4e015eb Fix all board names in Kconfig as per wiki / vendor website. by Uwe Hermann · 15 years ago
  90. d08be7e Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ by Peter Stuge · 15 years ago
  91. d65509d Set default ROM sizes per-board to match the ROM chip that came by Uwe Hermann · 15 years ago
  92. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  93. ebb43d6 Fix CS5535 build for kconfig, more kconfig boards (lippert, artec) by Patrick Georgi · 15 years ago
  94. 95313d8 Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards by Uwe Hermann · 15 years ago
  95. 24796fd This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. by Patrick Georgi · 15 years ago
  96. 689a720 Tell vgabios code in a couple of boards/chipsets about CBFS by Patrick Georgi · 15 years ago
  97. 6768f39 Remove: by Patrick Georgi · 15 years ago
  98. 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 15 years ago
  99. c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 15 years ago
  100. 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 15 years ago