diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-12 23:12:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-12 23:12:15 +0000 |
commit | 1977b891c55a01e436b2aae1421f635b0c873778 (patch) | |
tree | f1198e2d67a2ee0078da2b9ee7fc6ceb3c04f2f9 /src/cpu/intel/model_6ex | |
parent | 3e1f524566dd89e5a7af424a06091e78c5a696da (diff) |
port latest model 6ex car changes to 6fx car, which is almost identical and
currently unused. Just keep it in sync, we might need it some day.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5413 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_6ex')
-rw-r--r-- | src/cpu/intel/model_6ex/cache_as_ram.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_6ex/cache_as_ram.inc b/src/cpu/intel/model_6ex/cache_as_ram.inc index 0c6091a908..2b74918859 100644 --- a/src/cpu/intel/model_6ex/cache_as_ram.inc +++ b/src/cpu/intel/model_6ex/cache_as_ram.inc @@ -246,6 +246,7 @@ clear_mtrrs: /* Invalidate the cache again */ invd + post_code(0x3c) /* clear boot_complete flag */ xorl %ebp, %ebp |