From 8e7ca90b6fcdf5dff57a63f493d9e5f8c46588da Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 26 Nov 2008 09:17:29 +0000 Subject: [PATCH] back out until this issue is really fixed. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/coreboot-v3@1059 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/intel/core2/stage0.S | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/arch/x86/intel/core2/stage0.S b/arch/x86/intel/core2/stage0.S index ff2947943e..c2ed2e7671 100644 --- a/arch/x86/intel/core2/stage0.S +++ b/arch/x86/intel/core2/stage0.S @@ -3,7 +3,6 @@ * * Copyright (C) 2000,2007 Ronald G. Minnich * Copyright (C) 2007-2008 coresystems GmbH - * Copyright (C) 2008 Carl-Daniel Hailfinger * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -160,20 +159,9 @@ clear_mtrrs: movl $(CACHE_AS_RAM_BASE + CACHE_AS_RAM_SIZE - 4), %eax movl %eax, %esp - /* Store zero for the pointer to the global variables. */ - pushl $0 - - /* Restore the BIST result. */ + /* Restore the BIST result */ movl %ebp, %eax - - /* We need to set ebp? No need. */ movl %esp, %ebp - - /* Second parameter: init_detected */ - /* Store zero for the unused init_detected parameter. */ - pushl $0 - - /* First parameter: bist */ pushl %eax #if 0 @@ -182,7 +170,6 @@ clear_mtrrs: #endif call stage1_phase1 - /* We will not go back. */ port80_post(0x2f) error: