- use LAPIC timer if selected (instead of TSC all the time) [kconfig]
- uncomment commented out intel socket [kconfig] - HAVE_MOVNTI is a property of the cpu [kconfig] Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4996 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -11,7 +11,7 @@ source src/cpu/intel/slot_2/Kconfig
|
|||||||
source src/cpu/intel/socket_mFCPGA478/Kconfig
|
source src/cpu/intel/socket_mFCPGA478/Kconfig
|
||||||
source src/cpu/intel/socket_mPGA478/Kconfig
|
source src/cpu/intel/socket_mPGA478/Kconfig
|
||||||
source src/cpu/intel/socket_mPGA479M/Kconfig
|
source src/cpu/intel/socket_mPGA479M/Kconfig
|
||||||
#source src/cpu/intel/socket_mPGA603/Kconfig
|
source src/cpu/intel/socket_mPGA603/Kconfig
|
||||||
source src/cpu/intel/socket_mPGA604/Kconfig
|
source src/cpu/intel/socket_mPGA604/Kconfig
|
||||||
source src/cpu/intel/socket_PGA370/Kconfig
|
source src/cpu/intel/socket_PGA370/Kconfig
|
||||||
source src/cpu/intel/socket_441/Kconfig
|
source src/cpu/intel/socket_441/Kconfig
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
config CPU_INTEL_ATOM_230
|
config CPU_INTEL_ATOM_230
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
|
select HAVE_MOVNTI
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
config CPU_INTEL_CORE
|
config CPU_INTEL_CORE
|
||||||
bool
|
bool
|
||||||
select SMP
|
select SMP
|
||||||
|
select HAVE_MOVNTI
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
obj-y += lapic.o
|
obj-y += lapic.o
|
||||||
obj-y += lapic_cpu_init.o
|
obj-y += lapic_cpu_init.o
|
||||||
obj-y += secondary.o
|
obj-y += secondary.o
|
||||||
|
obj-$(CONFIG_UDELAY_LAPIC) += apic_timer.o
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
obj-y += delay_tsc.o
|
obj-$(CONFIG_UDELAY_TSC) += delay_tsc.o
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user