diff options
author | Eric Biederman <ebiederm@xmission.com> | 2004-11-05 19:55:06 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2004-11-05 19:55:06 +0000 |
commit | 692f2c7aed911dc193e96b214b62366ad04c89b2 (patch) | |
tree | 4cad5178bfede74b51e8d97ca090dc2e1baaacfd /src/mainboard/embeddedplanet/ep405pc/Config.lb | |
parent | cd51e6ad901d972a28749b8f7c252ef9d41d199f (diff) | |
download | coreboot-692f2c7aed911dc193e96b214b62366ad04c89b2.tar.xz |
- First pass at getting the powerpc ports to compile
The static device tree is not built properly at all yet, but at least we get through it.
FIXME (What is the proper way to handle add in boards?)
- Add generic div64 support and ppc div64 support
- Fix abuild so it properly generates the CC line when cross compiling.
- Add one more possible ppc cross compiler target
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1762 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/embeddedplanet/ep405pc/Config.lb')
-rw-r--r-- | src/mainboard/embeddedplanet/ep405pc/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb index 4b76162e17..9f071bf621 100644 --- a/src/mainboard/embeddedplanet/ep405pc/Config.lb +++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb @@ -9,12 +9,12 @@ initobject init.c driver pci_bridge.c arch ppc end -cpu ppc/ppc4xx end +chip cpu/ppc/ppc4xx device pnp 0.0 on end end ## ## Include the secondary Configuration files ## -southbridge winbond/w83c553 end +chip southbridge/winbond/w83c553 device pnp 0.0 on end end ## ## Build the objects we have code for in this directory. |