Introduce new CPU_SOEKRIS option to tell soekris hardware from other
hardware based on similar chipsets.
This commit is contained in:
parent
8dd85c33e3
commit
1c66457ee5
@ -185,6 +185,7 @@ i386/i386/db_interface.c optional ddb
|
||||
i386/i386/db_trace.c optional ddb
|
||||
i386/i386/dump_machdep.c standard
|
||||
i386/i386/elan-mmcr.c optional cpu_elan
|
||||
i386/i386/elan-mmcr.c optional cpu_soekris
|
||||
i386/i386/elf_machdep.c standard
|
||||
i386/i386/exception.s standard
|
||||
i386/i386/geode.c optional cpu_geode
|
||||
|
@ -47,6 +47,7 @@ CPU_CYRIX_NO_LOCK opt_cpu.h
|
||||
CPU_DIRECT_MAPPED_CACHE opt_cpu.h
|
||||
CPU_DISABLE_5X86_LSSER opt_cpu.h
|
||||
CPU_ELAN opt_cpu.h
|
||||
CPU_SOEKRIS opt_cpu.h
|
||||
CPU_FASTER_5X86_FPU opt_cpu.h
|
||||
CPU_GEODE opt_cpu.h
|
||||
CPU_I486_ON_386 opt_cpu.h
|
||||
|
@ -93,6 +93,9 @@ cpu I686_CPU # aka Pentium Pro(tm)
|
||||
# ELAN_XTAL sets the clock crystal frequency in Hz
|
||||
# ELAN_PPS enables precision timestamp code.
|
||||
#
|
||||
# CPU_SOEKRIS enables support www.soekris.com hardware.
|
||||
# For the 45xx series you can also use ELAN_XTAL and ELAN_PPS options.
|
||||
#
|
||||
# CPU_ENABLE_SSE enables SSE/MMX2 instructions support. This is default
|
||||
# on I686_CPU and above.
|
||||
# CPU_DISABLE_SSE explicitly prevent I686_CPU from turning on SSE.
|
||||
@ -167,6 +170,7 @@ options CPU_BTB_EN
|
||||
options CPU_DIRECT_MAPPED_CACHE
|
||||
options CPU_DISABLE_5X86_LSSER
|
||||
options CPU_ELAN
|
||||
options CPU_SOEKRIS
|
||||
options ELAN_XTAL=32768000
|
||||
options ELAN_PPS
|
||||
options CPU_ENABLE_SSE
|
||||
|
Loading…
Reference in New Issue
Block a user