Fix intel mtarvon compilation by switching it over to CAR.
authorStefan Reinauer <stepan@coresystems.de>
Mon, 30 Aug 2010 16:52:48 +0000 (16:52 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 30 Aug 2010 16:52:48 +0000 (16:52 +0000)
This should be unproblematic, as there are other boards with the same "socket"
that work with CAR already. Tests are highly appreciated though!

Acked-by: Stefan Reinauer <stepan@coresystems.de>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5755 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/intel/mtarvon/Kconfig

index 75cab8f23bdf2724ea5f9e482d89c1ca4dc527b2..065d6d9de6c5f8e8da51a33fee9631571e981ddb 100644 (file)
@@ -7,7 +7,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select NORTHBRIDGE_INTEL_I3100
        select SOUTHBRIDGE_INTEL_I3100
        select SUPERIO_INTEL_I3100
-       select ROMCC
+       select USE_DCACHE_RAM
        select HAVE_HARD_RESET
        select HAVE_PIRQ_TABLE
        select HAVE_MP_TABLE
@@ -34,6 +34,14 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
        hex
        default 0x2680
 
+config DCACHE_RAM_BASE
+       hex
+       default 0xffdf8000
+
+config DCACHE_RAM_SIZE
+       hex
+       default 0x8000
+
 config MAX_CPUS
        int
        default 4