Fixes to various config files.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
option k7=1
|
||||
default CPU_FIXUP=1
|
||||
uses k7
|
||||
uses CPU_FIXUP
|
||||
#object cpufixup.o
|
||||
|
@ -1,3 +1,4 @@
|
||||
default k8=1
|
||||
default CPU_FIXUP=1
|
||||
object cpufixup.o
|
||||
uses CPU_FIXUP
|
||||
if CPU_FIXUP
|
||||
object cpufixup.o
|
||||
end
|
||||
|
@ -1,5 +1,5 @@
|
||||
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=0
|
||||
option i586=1
|
||||
uses CONFIG_UDELAY_TSC
|
||||
|
||||
object cpuid.o
|
||||
if CONFIG_UDELAY_TSC object delay_tsc.o end
|
||||
#object tsc.o
|
||||
|
@ -1,5 +1,5 @@
|
||||
option i686=1
|
||||
option INTEL_PPRO_MTRR=1
|
||||
uses i686
|
||||
uses INTEL_PPRO_MTRR
|
||||
#object microcode.o
|
||||
object mtrr.o
|
||||
#object l2_cache.o
|
||||
|
Reference in New Issue
Block a user