Author: linux_junkie Date: Tue Jun 22 01:27:15 2010 New Revision: 5638 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5638
Log: This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hurray, this is the first i810 board running CAR. Signed-off-by: Joseph Smith joe@settoplinux.org Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/mainboard/intel/Kconfig
Modified: trunk/src/mainboard/intel/Kconfig ============================================================================== --- trunk/src/mainboard/intel/Kconfig Tue Jun 22 01:25:06 2010 (r5637) +++ trunk/src/mainboard/intel/Kconfig Tue Jun 22 01:27:15 2010 (r5638) @@ -2,6 +2,7 @@ prompt "Mainboard model" depends on VENDOR_INTEL
+source "src/mainboard/intel/d810e2cb/Kconfig" source "src/mainboard/intel/d945gclf/Kconfig" source "src/mainboard/intel/eagleheights/Kconfig" source "src/mainboard/intel/jarrell/Kconfig"