1 config CPU_INTEL_SOCKET_MPGA604
4 if CPU_INTEL_SOCKET_MPGA604
6 config SOCKET_SPECIFIC_OPTIONS # dummy
8 select CPU_INTEL_MODEL_F2X
12 select TSC_MONOTONIC_TIMER
13 select SIPI_VECTOR_IN_ROM
14 select CPU_INTEL_COMMON
15 select CPU_INTEL_COMMON_TIMEBASE
17 # mPGA604 are usually Intel Netburst CPUs which should have SSE2
18 # but the ramtest.c code on the Dell S1850 seems to choke on
19 # enabling it, so disable it for now.
24 config DCACHE_RAM_BASE
28 config DCACHE_RAM_SIZE
32 config DCACHE_BSP_STACK_SIZE
36 endif # CPU_INTEL_SOCKET_MPGA604