[coreboot] [v2] r4740 - trunk/coreboot-v2/src/mainboard/dell/s1850

svn at coreboot.org svn at coreboot.org
Thu Oct 8 00:53:30 CEST 2009


Author: rminnich
Date: 2009-10-08 00:53:30 +0200 (Thu, 08 Oct 2009)
New Revision: 4740

Modified:
   trunk/coreboot-v2/src/mainboard/dell/s1850/Makefile.inc
Log:
Emergency fix. Failover.inc can end up with code that uses sse. It has 
to be run AFTER SSE is set up. I just had this problem cause a failure 
today.

Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Modified: trunk/coreboot-v2/src/mainboard/dell/s1850/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/mainboard/dell/s1850/Makefile.inc	2009-10-07 21:51:33 UTC (rev 4739)
+++ trunk/coreboot-v2/src/mainboard/dell/s1850/Makefile.inc	2009-10-07 22:53:30 UTC (rev 4740)
@@ -24,10 +24,10 @@
 crt0-y += ../../../../src/cpu/x86/16bit/reset16.inc
 crt0-y += ../../../../src/arch/i386/lib/cpu_reset.inc
 crt0-y += ../../../../src/arch/i386/lib/id.inc
-crt0-y += failover.inc
 crt0-y += ../../../../src/cpu/x86/fpu/enable_fpu.inc
 crt0-y += ../../../../src/cpu/x86/mmx/enable_mmx.inc
 crt0-y += ../../../../src/cpu/x86/sse/enable_sse.inc
+crt0-y += failover.inc
 crt0-y += auto.inc
 crt0-y += ../../../../src/cpu/x86/sse/disable_sse.inc
 crt0-y += ../../../../src/cpu/x86/mmx/disable_mmx.inc





More information about the coreboot mailing list