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 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>
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