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@5637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Joseph Smith
2010-06-21 23:25:06 +00:00
committed by Joseph Smith
parent 40bffc22cd
commit b94a79fa6a
10 changed files with 539 additions and 18 deletions

View File

@ -23,3 +23,16 @@ config CPU_INTEL_SOCKET_FC_PGA370
select CPU_INTEL_MODEL_68X
select MMX
select SSE
select USE_PRINTK_IN_CAR
select USE_DCACHE_RAM
select TINY_BOOTBLOCK
config DCACHE_RAM_BASE
hex
default 0xffdf8000
depends on CPU_INTEL_SOCKET_FC_PGA370
config DCACHE_RAM_SIZE
hex
default 0x8000
depends on CPU_INTEL_SOCKET_FC_PGA370