Author: stepan
Date: Mon Aug 30 18:52:48 2010
New Revision: 5755
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5755

Log:
Fix intel mtarvon compilation by switching it over to CAR.

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 <[email protected]>
Signed-off-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/src/mainboard/intel/mtarvon/Kconfig

Modified: trunk/src/mainboard/intel/mtarvon/Kconfig
==============================================================================
--- trunk/src/mainboard/intel/mtarvon/Kconfig   Mon Aug 30 18:36:51 2010        
(r5754)
+++ trunk/src/mainboard/intel/mtarvon/Kconfig   Mon Aug 30 18:52:48 2010        
(r5755)
@@ -7,7 +7,7 @@
        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 @@
        hex
        default 0x2680
 
+config DCACHE_RAM_BASE
+       hex
+       default 0xffdf8000
+
+config DCACHE_RAM_SIZE
+       hex
+       default 0x8000
+
 config MAX_CPUS
        int
        default 4

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to