From 20e53b23452f754692433868cb95c81c38ab551a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 25 Nov 2008 22:51:15 +0000 Subject: [PATCH] get into ram init on kontron board. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/coreboot-v3@1055 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/intel/core2/stage0.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/intel/core2/stage0.S b/arch/x86/intel/core2/stage0.S index dc656b32c2..41a4f19f44 100644 --- a/arch/x86/intel/core2/stage0.S +++ b/arch/x86/intel/core2/stage0.S @@ -161,7 +161,10 @@ clear_mtrrs: movl %esp, %ebp pushl %eax +#if 0 + /* this will be interpreted as failed bist */ port80_post(0x23) +#endif call stage1_phase1