fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5237 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
348a1ba589
commit
d4ab7c5efb
@ -1,4 +1,3 @@
|
|||||||
config CPU_INTEL_MODEL_F0X
|
config CPU_INTEL_MODEL_F0X
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
select SSE2
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
config CPU_INTEL_MODEL_F1X
|
config CPU_INTEL_MODEL_F1X
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
select SSE2
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
config CPU_INTEL_MODEL_F2X
|
config CPU_INTEL_MODEL_F2X
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
select SSE2
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
config CPU_INTEL_MODEL_F3X
|
config CPU_INTEL_MODEL_F3X
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
select SSE2
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
config CPU_INTEL_MODEL_F4X
|
config CPU_INTEL_MODEL_F4X
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
select SSE2
|
|
||||||
|
@ -6,3 +6,11 @@ config CPU_INTEL_SOCKET_MPGA604
|
|||||||
select MMX
|
select MMX
|
||||||
select SSE
|
select SSE
|
||||||
select UDELAY_TSC
|
select UDELAY_TSC
|
||||||
|
|
||||||
|
# mPGA604 are usually Intel Netburst CPUs which should have SSE2
|
||||||
|
# but the ramtest.c code on the Dell S1850 seems to choke on
|
||||||
|
# enabling it, so disable it for now.
|
||||||
|
config SSE2
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
depends on CPU_INTEL_SOCKET_MPGA604
|
||||||
|
@ -11,6 +11,7 @@ config BOARD_DELL_S1850
|
|||||||
select BOARD_HAS_HARD_RESET
|
select BOARD_HAS_HARD_RESET
|
||||||
select HAVE_PIRQ_TABLE
|
select HAVE_PIRQ_TABLE
|
||||||
select HAVE_MP_TABLE
|
select HAVE_MP_TABLE
|
||||||
|
select USE_WATCHDOG_ON_BOOT
|
||||||
select BOARD_ROMSIZE_KB_1024
|
select BOARD_ROMSIZE_KB_1024
|
||||||
select UDELAY_TSC
|
select UDELAY_TSC
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
|
#include <watchdog.h>
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user