From fa6c11eb40325f241c6a98300fa1dcfec90f8ca8 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Sat, 5 May 2007 03:54:13 +0000 Subject: This is the final patch to enable the msm800sev to build. This patch adds a symbol to the model_lx/cache_as_ram.inc, and modifies some files in the mainboard directory. This patch has been tested but there is a remaining problem which I am tracking down. Expect one more patch to "get it all working". Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2638 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/model_lx/cache_as_ram.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/amd') diff --git a/src/cpu/amd/model_lx/cache_as_ram.inc b/src/cpu/amd/model_lx/cache_as_ram.inc index fa90c5b..5be8768 100644 --- a/src/cpu/amd/model_lx/cache_as_ram.inc +++ b/src/cpu/amd/model_lx/cache_as_ram.inc @@ -177,6 +177,7 @@ DCacheSetupGood: /* Go do early init and memory setup */ call cache_as_ram_main +done_cache_as_ram_main: /* If you wanted to maintain the stack in memory you would need to set the tags as dirty so the wbinvd would push out the old stack contents to memory */ -- cgit v1.1