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:
committed by
Joseph Smith
parent
40bffc22cd
commit
b94a79fa6a
@ -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
|
||||
|
Reference in New Issue
Block a user