Patchwork use intel core instead of core 2 on eagleheights

login
register
about
Submitter Stefan Reinauer
Date 2009-10-24 22:45:35
Message ID <4AE3838F.6010803@coresystems.de>
Download mbox | patch
Permalink /patch/477/
State Accepted
Headers show

Comments

Stefan Reinauer - 2009-10-24 22:45:35
See patch
Peter Stuge - 2009-10-25 14:08:49
Stefan Reinauer wrote:
> Use Intel Core code for eagleheights CAR init, not Intel Core 2, as
> any of the CPUs might be used.
> 
> Signed-off-by: Stefan Reinauer <stepan@coresystems.de>

Acked-by: Peter Stuge <peter@stuge.se>
ron minnich - 2009-10-25 18:03:42
Acked-by: Ronald G. Minnich <rminnich@gmail.com>

Patch

Index: src/mainboard/intel/eagleheights/auto.c
===================================================================
--- src/mainboard/intel/eagleheights/auto.c	(revision 4842)
+++ src/mainboard/intel/eagleheights/auto.c	(working copy)
@@ -238,4 +238,4 @@ 
 	sdram_initialize(ARRAY_SIZE(mch), mch);
 }
 
-#include "cpu/intel/model_6fx/cache_as_ram_disable.c"
+#include "cpu/intel/model_6ex/cache_as_ram_disable.c"
Index: src/mainboard/intel/eagleheights/Config.lb
===================================================================
--- src/mainboard/intel/eagleheights/Config.lb	(revision 4842)
+++ src/mainboard/intel/eagleheights/Config.lb	(working copy)
@@ -109,7 +109,7 @@ 
 ##
 ## Setup Cache-As-Ram
 ##
-mainboardinit cpu/intel/model_6fx/cache_as_ram.inc
+mainboardinit cpu/intel/model_6ex/cache_as_ram.inc
 
 ###
 ### This is the early phase of coreboot startup