1. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  2. 94efd19 mainboard/cmos: Kill off unused boot_* parameters by Timothy Pearson · 9 years ago
  3. c0ae684 mainboard/cmos: Move ECC variables out of fallback mechanism byte by Timothy Pearson · 9 years ago
  4. 9b68f05 mainboard/cmos: Delete obsolete commented parameters by Timothy Pearson · 9 years ago
  5. 069f476 mainboard: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 9 years ago
  6. 77757c2 mainboard/*/romstage.c: Sanitize system header inclusions by Edward O'Callaghan · 10 years ago
  7. 773485b intel CAR: Fix DCACHE_RAM_BASE for old sockets by Kyösti Mälkki · 10 years ago
  8. 46c85d7 Drop SC520 and related boards by Stefan Reinauer · 10 years ago
  9. 546953c Replace hlt with halt() by Patrick Georgi · 10 years ago
  10. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  11. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  12. cb70f79 mainboard: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  13. 7974471 mainboard: Trivial - drop trailing blank lines at EOF by Edward O'Callaghan · 10 years ago
  14. fd33781 Move ARCH_* from board/Kconfig to cpu or soc Kconfig. by Furquan Shaikh · 10 years ago
  15. 8199809 mainboard/: Avoid including early_serial.c from w83627hf by Edward O'Callaghan · 10 years ago
  16. 2458f42 AMD: Add common header file for CAR setup by Kyösti Mälkki · 10 years ago
  17. 233f5b3 ROMCC: Trigger internal compiler failure and apply the workaround by Kyösti Mälkki · 10 years ago
  18. 52884ad board_info.txt: Classify almost all remaining boards. by Vladimir Serbinenko · 10 years ago
  19. 4333071 board-status: Add board_info.txt extracted from wiki. by Vladimir Serbinenko · 10 years ago
  20. 7bc35754 AMD Northbridge LX: get rid of #include "northbridge/amd/lx/raminit.c" by Christian Gmeiner · 11 years ago
  21. c4e07bb AMD Northbridge LX: convert spd_read_byte() to non-static version by Christian Gmeiner · 11 years ago
  22. 4eb5aa2 AMD Northbridge LX: move #include "northbridge/amd/lx/raminit.h" by Christian Gmeiner · 11 years ago
  23. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  24. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  25. 528640d mainboard.c: Name enable_dev function uniformly `mainboard_enable` by Paul Menzel · 11 years ago
  26. 0aa37c4 sconfig: rename lapic_cluster -> cpu_cluster by Stefan Reinauer · 11 years ago
  27. 4aff445 sconfig: rename pci_domain -> domain by Stefan Reinauer · 11 years ago
  28. dbc6ca7 romcc: Use default romcc flags for most boards by Patrick Georgi · 11 years ago
  29. 9824328 Drop empty mainboard.c by Kyösti Mälkki · 12 years ago
  30. 897aeeb Drop empty mainboard_ops by Kyösti Mälkki · 12 years ago
  31. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  32. a93c3fe Drop redundant CHIP_NAME in mainboard.c by Kyösti Mälkki · 12 years ago
  33. 188e3c2 Drop mainboard chip.h by Stefan Reinauer · 12 years ago
  34. 7dc2864 amd/lx: Move configuration from source to Kconfig by Patrick Georgi · 12 years ago
  35. ae5e11d Move top level pc80 directory to drivers/ by Stefan Reinauer · 12 years ago
  36. 1d89f14 Intel 82801dx: compile early_smbus as separate object by Kyösti Mälkki · 12 years ago
  37. c88ed85 Rename vendor identifiers in Kconfig by Patrick Georgi · 12 years ago
  38. a842aec intel/82801dx: Move HAVE_HARD_RESET to southbridge by Patrick Georgi · 12 years ago
  39. 7916f4c AMD Geode cpus: apply un-written naming rules by Kyösti Mälkki · 12 years ago
  40. 914377e Get rid of the old romstage-as-bootblock ROM layout by Patrick Georgi · 13 years ago
  41. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  42. 13508b9 Drop baud rate init to an arbitrary baud rate from Super I/O code. by Stefan Reinauer · 13 years ago
  43. 8345a19 fix mainboards that were including earlymtrr.c without actually using it. by Stefan Reinauer · 13 years ago
  44. 5005bb06 Unify use of post_code by Alexandru Gagniuc · 13 years ago
  45. d351925 Move "select CACHE_AS_RAM" lines from boards into CPU socket. by Uwe Hermann · 14 years ago
  46. 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  47. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  48. 0d5a6ac Drop per-board ram_check() calls for now. by Uwe Hermann · 14 years ago
  49. 6e9ab97 i855: Remove useless memctrl indirection. by Uwe Hermann · 14 years ago
  50. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  51. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  52. 6dc92f0 Use DIMM0 et al in lots more places instead of hardocding values. by Uwe Hermann · 14 years ago
  53. 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 14 years ago
  54. 51eafde Enable or disable the power button in Kconfig by Peter Stuge · 14 years ago
  55. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  56. e0afe73 All these boards already had the CACHE_AS_RAM option in their individual by Warren Turkal · 14 years ago
  57. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  58. 8fa90ec Cut the crap. by Uwe Hermann · 14 years ago
  59. 34697d6 Set up an arbitrary amount of system memory on Geode LX, so by Aurelien Guillaume · 14 years ago
  60. 704b596 We call this cache as ram everywhere, so let's call it the same in Kconfig by Stefan Reinauer · 14 years ago
  61. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  62. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  63. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  64. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  65. 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
  66. aed9920 replace outb -> port 0x80 with post_code() in some places. by Stefan Reinauer · 14 years ago
  67. bf9e538 Remove pc80/serial.c includes in ROMCC boards and include by Patrick Georgi · 14 years ago
  68. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  69. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  70. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  71. 9839cbd * clean up all but two warnings on artecgroup dbe61 by Stefan Reinauer · 14 years ago
  72. 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 14 years ago
  73. 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 14 years ago
  74. c264ad9 fix digitallogic adl855pc compilation (and clean up the warnings while at it) by Stefan Reinauer · 14 years ago
  75. accb50a The ADL855PC was never confirmed working (in fact it's pretty sure that code by Stefan Reinauer · 14 years ago
  76. 4839e2c Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. by Myles Watson · 14 years ago
  77. 109a1de Remove duplicate registers in digitallogic/adl855pc's device tree by Patrick Georgi · 14 years ago
  78. 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 14 years ago
  79. 3dfd03f drop the use of function pointers from romcc code. by Stefan Reinauer · 14 years ago
  80. 0c781b2 - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. by Stefan Reinauer · 14 years ago
  81. 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 14 years ago
  82. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  83. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  84. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  85. 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 14 years ago
  86. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  87. bd11298 more warning fixes. by Stefan Reinauer · 14 years ago
  88. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  89. 138be83 This does the following: by Stefan Reinauer · 14 years ago
  90. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  91. 2e694ed Drop i855pm port and rename i855gme to i855 instead. by Stefan Reinauer · 14 years ago
  92. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  93. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  94. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  95. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 14 years ago
  96. d51eddb fix further build.h dependencies that were undetected before we enabled it on by Stefan Reinauer · 14 years ago
  97. abf2ad7 newconfig is no more. by Patrick Georgi · 14 years ago
  98. 04d74b1 Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. by Stefan Reinauer · 14 years ago
  99. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 14 years ago
  100. e8d943f Fix ACPI build on a couple of boards (now that it's active) by Patrick Georgi · 14 years ago