aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/embeddedplanet/ep405pc/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/embeddedplanet/ep405pc/Config.lb')
-rw-r--r--src/mainboard/embeddedplanet/ep405pc/Config.lb19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb
index 9f071bf621..a47d1c6487 100644
--- a/src/mainboard/embeddedplanet/ep405pc/Config.lb
+++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb
@@ -6,16 +6,19 @@
## Early board initialization, called from ppc_main()
##
initobject init.c
-driver pci_bridge.c
arch ppc end
-chip cpu/ppc/ppc4xx device pnp 0.0 on end end
-
-##
-## Include the secondary Configuration files
-##
-chip southbridge/winbond/w83c553 device pnp 0.0 on end end
-
+chip cpu/ppc/ppc4xx
+ device pci_domain 0 on
+ device pci 0.0 on end
+ chip southbridge/winbond/w83c553
+ device pci 9.0 on end # ISA bridge
+ device pci 9.1 on end # IDE contoller
+ end
+ device pci e.0 on end
+ end
+end
+
##
## Build the objects we have code for in this directory.
##