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> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5638 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b94a79fa6a
commit
49cdb0c052
|
@ -2,6 +2,7 @@ choice
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue