diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2007-05-05 03:54:13 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2007-05-05 03:54:13 +0000 |
commit | fa6c11eb40325f241c6a98300fa1dcfec90f8ca8 (patch) | |
tree | a391d19fa28e17ab2fca93178b73bd22257cb274 /src/cpu/amd | |
parent | 5ef8b0f62b5d222d575b6e6e314fc309d10488b5 (diff) |
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 <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2638 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/model_lx/cache_as_ram.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/model_lx/cache_as_ram.inc b/src/cpu/amd/model_lx/cache_as_ram.inc index fa90c5bf7f..5be87681be 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 */ |