diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-04 21:05:19 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-08-04 21:05:19 +0000 |
commit | a43048d371ad4bfaa7a53b3621770907b5d1879d (patch) | |
tree | bccf1717d1ffd37b214ed35c371d3bc2aff500f9 /src/cpu/k8/Config.lb | |
parent | bbb6d1020f97b2694f496d87c1f49a0cb2e0bb96 (diff) |
Commits for the new config static device design, to allow more than one static
cpu of a certain type and to eliminate the
cpu p5
cpu p6
cpu k7
nonsense in the old config files.
Next step is to hook into Eric's pci device stuff.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1067 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/k8/Config.lb')
-rw-r--r-- | src/cpu/k8/Config.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/k8/Config.lb b/src/cpu/k8/Config.lb index f1f63e263e..c44659517a 100644 --- a/src/cpu/k8/Config.lb +++ b/src/cpu/k8/Config.lb @@ -1,4 +1,6 @@ uses CPU_FIXUP +dir /cpu/k7 +config chip.h if CPU_FIXUP object cpufixup.o object apic_timer.o |