diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-17 16:51:06 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-17 16:51:06 +0000 |
commit | 99acb49cf71ee7038216391ae2b0d09675ab6ce5 (patch) | |
tree | e91194f6fba54a0c6816175b919ea594bbe85da1 /src/cpu/p5/Config.lb | |
parent | 667393676bf0ea08b6aadfc0119bd87f7cf2cc25 (diff) |
added config and other test files.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/p5/Config.lb')
-rw-r--r-- | src/cpu/p5/Config.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/p5/Config.lb b/src/cpu/p5/Config.lb new file mode 100644 index 0000000000..9d1d7f2a64 --- /dev/null +++ b/src/cpu/p5/Config.lb @@ -0,0 +1,5 @@ +default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=0 +option i586=1 +object cpuid.o +if CONFIG_UDELAY_TSC object delay_tsc.o end +#object tsc.o |