summaryrefslogtreecommitdiff
path: root/src/mainboard/digitallogic/adl855pc/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-11 19:02:10 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-11 19:02:10 +0000
commitaccb50a4e3db15629dd3bc24e602e3af47a974db (patch)
tree0de54aa567ddf88b736c33684bf2636a1d94cf59 /src/mainboard/digitallogic/adl855pc/Kconfig
parent735c5acdce4403de90258362705ece059b0cdffe (diff)
downloadcoreboot-accb50a4e3db15629dd3bc24e602e3af47a974db.tar.xz
The ADL855PC was never confirmed working (in fact it's pretty sure that code
does not work as it is, but it's the only compile test case for i855pm). It's the only board left using an ICH4 that does not use CAR. Change that. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5406 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/digitallogic/adl855pc/Kconfig')
-rw-r--r--src/mainboard/digitallogic/adl855pc/Kconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/Kconfig b/src/mainboard/digitallogic/adl855pc/Kconfig
index c44cbe41a5..78da8f1b1b 100644
--- a/src/mainboard/digitallogic/adl855pc/Kconfig
+++ b/src/mainboard/digitallogic/adl855pc/Kconfig
@@ -5,10 +5,12 @@ config BOARD_DIGITALLOGIC_ADL855PC
select NORTHBRIDGE_INTEL_I855
select SOUTHBRIDGE_INTEL_I82801DX
select SUPERIO_WINBOND_W83627HF
- select ROMCC
select HAVE_PIRQ_TABLE
select HAVE_HARD_RESET
select BOARD_ROMSIZE_KB_1024
+ select USE_PRINTK_IN_CAR
+ select USE_DCACHE_RAM
+ select TINY_BOOTBLOCK
config MAINBOARD_DIR
string
@@ -20,6 +22,16 @@ config MAINBOARD_PART_NUMBER
default "smartModule855"
depends on BOARD_DIGITALLOGIC_ADL855PC
+config DCACHE_RAM_BASE
+ hex
+ default 0xffdf8000
+ depends on BOARD_DIGITALLOGIC_ADL855PC
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x8000
+ depends on BOARD_DIGITALLOGIC_ADL855PC
+
config IRQ_SLOT_COUNT
int
default 5