1. 2e2a68b roda/rk886ex: Expose VGA devices in devicetree by Patrick Georgi · 12 years ago
  2. 2c41c40 Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards by Stefan Reinauer · 12 years ago
  3. f526889 rk886: Add ACPI support for LID switch by Patrick Georgi · 12 years ago
  4. 26b00e6 Refactor some alignment handling by Patrick Georgi · 12 years ago
  5. eb5e28f Intel northbridge I945: Apply un-written naming rules by Kyösti Mälkki · 12 years ago
  6. c8feedd Unify Local APIC address definitions by Patrick Georgi · 13 years ago
  7. 91bd306 ACPI: More ../../.. removal by Patrick Georgi · 13 years ago
  8. 751508a northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig option by Peter Stuge · 13 years ago
  9. 4c2bfb6 remove usbdebug.h include from mainboard/romstage code by Sven Schnelle · 13 years ago
  10. b6010b8 Remove redunancy in Kconfig by Kyösti Mälkki · 13 years ago
  11. 216fa46 Refactor option rom initialization code in coreboot. by Stefan Reinauer · 13 years ago
  12. a251dee Use default table creator macro for all SSDTs by Stefan Reinauer · 13 years ago
  13. b0a9c5c mptable: Refactor mptable generation some more by Patrick Georgi · 13 years ago
  14. c75c79b mptable: Get rid of fixup_virtual_wire by Patrick Georgi · 13 years ago
  15. 6eb7a53 mptable: Refactor lintsrc generation by Patrick Georgi · 13 years ago
  16. 03f82bd Use ACPI text fields consistently with all other boards by Stefan Reinauer · 13 years ago
  17. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  18. d4dc9a5 Remove old ACPI code by Sven Schnelle · 13 years ago
  19. d8c68a9 i82801gx: replace cafed00d/cafebabe by defines by Sven Schnelle · 13 years ago
  20. f4dc1a7 SMM: add defines for APM_CNT register by Sven Schnelle · 13 years ago
  21. b251753 Change read_option() to a macro that wraps some API uglyness by Patrick Georgi · 13 years ago
  22. 42fa7fe run uart_init() from console_init, just like the other console initialization functions. by Stefan Reinauer · 13 years ago
  23. b3ae186 * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value by Stefan Reinauer · 13 years ago
  24. 8241941 Fix some subsystemid statements in r6421 by Sylvain "ythier" Hitier · 13 years ago
  25. 9132102 Use subsystem id from devicetree.cb instead of Kconfig and move by Sven Schnelle · 13 years ago
  26. 541269b [i945] Add SPD adress mapping by Sven Schnelle · 14 years ago
  27. 2c439c3 rk886ex lacked EC_ACPI by Stefan Reinauer · 14 years ago
  28. 7592e8b Add new ec subdir for Embedded Controllers and common ACPI EC support by Sven Schnelle · 14 years ago
  29. a470019 Add a new CMOS variable which triggers activation of the by Patrick Georgi · 14 years ago
  30. ce95265 oops. this is weird. CAR addresses should be specified in the socket and not in by Stefan Reinauer · 14 years ago
  31. ef32965 Improved GPIO setup for roda/rk886ex, and some documentation by Patrick Georgi · 14 years ago
  32. a865b17 Allow coreboot to initialize CMOS if checksum is invalid. by Patrick Georgi · 14 years ago
  33. c36d506 Get mptable OEM/product ID from kconfig variables. by Uwe Hermann · 14 years ago
  34. 475916d Compile cbmem.c instead of including it in romstage, by Rudolf Marek · 14 years ago
  35. 836ae29 first round name simplification. drop the <component>_ prefix. by stepan · 14 years ago
  36. 4028ce7 Get rid of some unneeded function prototypes in romstage.c files. by Uwe Hermann · 14 years ago
  37. 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 14 years ago
  38. 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 14 years ago
  39. 5244e1b Convert more boards to use mptable_write_buses. by Patrick Georgi · 14 years ago
  40. 20c3d77 fix random breakage by Stefan Reinauer · 14 years ago
  41. b907d32 We need to call smp_write_lintsrc() instead of smp_write_intsrc() for by Tobias Diedrich · 14 years ago
  42. 55dc223 Factor out common mptable code to mptable_init(). by Uwe Hermann · 14 years ago
  43. 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 14 years ago
  44. 5692c57 - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 by Patrick Georgi · 14 years ago
  45. d083595 Remove lib/ramtest.c-include from all CAR boards. by Patrick Georgi · 14 years ago
  46. e4bc0f6 Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM by Peter Stuge · 14 years ago
  47. 77d6683 Move several i945 config #defines from romstage.c to Kconfig. by Patrick Georgi · 14 years ago
  48. 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 14 years ago
  49. 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 14 years ago
  50. f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 14 years ago
  51. 370d979 Various USB Debug Port fixes (trivial). by Uwe Hermann · 14 years ago
  52. 25d1213 Convert i945 boards to use reserved resources instead of directly adding by Myles Watson · 14 years ago
  53. 9a684fc Restructured all vendors' Kconfig files to no longer source the boards' by Jens Rottmann · 14 years ago
  54. 78265d5 Remove unused mainboard_config definitions. Trivial. by Myles Watson · 14 years ago
  55. bc8613e Fix i945 based boards by Stefan Reinauer · 14 years ago
  56. 8c4f31b Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / by Stefan Reinauer · 14 years ago
  57. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  58. c4f1a77 Fix two warnings: by Stefan Reinauer · 14 years ago
  59. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  60. 75a05dc fix most usbdebug warnings and fix function names. by Stefan Reinauer · 14 years ago
  61. da32373 Long ago we agreed on kicking the _direct appendix because everything in by Stefan Reinauer · 14 years ago
  62. c5b87c8 Move generation of mptable entries for ISA to generic code. by Patrick Georgi · 14 years ago
  63. 09e0c49 v2 -> v4 by Stefan Reinauer · 14 years ago
  64. bf264e9 i945: by Stefan Reinauer · 14 years ago
  65. 12584e2 Drop console/console.c and pc80/serial.c from mainboards' romstage.c. by Patrick Georgi · 14 years ago
  66. 8d31368 Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" by Patrick Georgi · 14 years ago
  67. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  68. 1f10de6 fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to by Stefan Reinauer · 14 years ago
  69. 3e1f524 by Stefan Reinauer · 14 years ago
  70. ae60855 Copy acpi blobs in two parts to make sure gcc does the right thing. by Myles Watson · 14 years ago
  71. 8f2c616 No warnings day, next round. by Stefan Reinauer · 14 years ago
  72. 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 14 years ago
  73. 798ef28 This drops the ASSEMBLY define from romstage.c, too by Stefan Reinauer · 14 years ago
  74. 5e32823 __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into by Stefan Reinauer · 14 years ago
  75. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  76. 565a281 Get rid of type-punned pointer errors. by Myles Watson · 14 years ago
  77. bb44d0e fix acpi dsdt copy on roda rk886ex by Stefan Reinauer · 14 years ago
  78. 53b0ea4 drop some unused files and fix warnings on i945 based systems. by Stefan Reinauer · 14 years ago
  79. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  80. 78acf932 Remove remaining uses of by Patrick Georgi · 14 years ago
  81. 9ea7bff - Add config flag for boards that have their own fadt.c by Patrick Georgi · 14 years ago
  82. 37bdb87 - make HAVE_HARD_RESET match what newconfig did by Patrick Georgi · 14 years ago
  83. 31b0bea Move the ldscripts logic to src/arch/i386/Makefile.inc by Patrick Georgi · 14 years ago
  84. eb49f9d Unify crt0s setup to src/arch/i386/Makefile.inc. This variable by Patrick Georgi · 14 years ago
  85. 8dc4b93 Only handle code as "driver" that actually uses our driver by Patrick Georgi · 14 years ago
  86. 8a7d34b fix builds... by Stefan Reinauer · 14 years ago
  87. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  88. c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 15 years ago
  89. 2063197a Move all the copies of the romstage.inc rule to src/arch/i386/Makefile.inc by Patrick Georgi · 15 years ago
  90. af97d33 Clean up ACPI: by Patrick Georgi · 15 years ago
  91. 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 15 years ago
  92. abf2ad7 newconfig is no more. by Patrick Georgi · 15 years ago
  93. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  94. 2b962a3c More Kconfig changes to improve match with newconfig: by Patrick Georgi · 15 years ago
  95. 29647d9 Align several kconfig options to match newconfig: by Patrick Georgi · 15 years ago
  96. 838c5a5 Add support for the Roda RK886EX a.k.a Rocky III+ ruggedised notebook by Stefan Reinauer · 15 years ago