blob: 0d4d45f8728881984d9723458af423be91963b5d [file] [log] [blame]
Patrick Georgi88f55b22009-09-25 18:43:02 +00001config CPU_INTEL_SOCKET_MPGA604
2 bool
Kyösti Mälkkiabdf15f2012-02-28 14:01:34 +02003
4if CPU_INTEL_SOCKET_MPGA604
5
6config SOCKET_SPECIFIC_OPTIONS # dummy
7 def_bool y
Patrick Georgi88f55b22009-09-25 18:43:02 +00008 select CPU_INTEL_MODEL_F2X
9 select CPU_INTEL_MODEL_F3X
10 select CPU_INTEL_MODEL_F4X
Ronald G. Minnichcc2b9f22009-10-08 16:06:09 +000011 select MMX
12 select SSE
Patrick Georgie8d943f2010-01-25 15:17:11 +000013 select UDELAY_TSC
Kyösti Mälkkif8c7c232012-04-06 04:03:50 +030014 select SIPI_VECTOR_IN_ROM
Stefan Reinauerd4ab7c52010-03-17 02:09:12 +000015
16# mPGA604 are usually Intel Netburst CPUs which should have SSE2
Stefan Reinauer14e22772010-04-27 06:56:47 +000017# but the ramtest.c code on the Dell S1850 seems to choke on
Stefan Reinauerd4ab7c52010-03-17 02:09:12 +000018# enabling it, so disable it for now.
19config SSE2
20 bool
21 default n
Kyösti Mälkkiabdf15f2012-02-28 14:01:34 +020022
23config DCACHE_RAM_BASE
24 hex
25 default 0x0ffafc000
26
27config DCACHE_RAM_SIZE
28 hex
29 default 0x4000
30
31endif # CPU_INTEL_SOCKET_MPGA604
32