This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / totalimpact / briq / Config.lb
index 943018d025f7f52fec85eb36f82e11b60a691d9a..c380a868481bc3de34c09f1761eec60c0b60f3ec 100644 (file)
@@ -16,20 +16,34 @@ object clock.o
 arch ppc end
 
 if CONFIG_BRIQ_750FX
-       cpu ppc/ppc7xx end
+dir /cpu/ppc/ppc7xx
 end
 if CONFIG_BRIQ_7400
-       cpu ppc/mpc74xx end
+dir /cpu/ppc/mpc74xx
 end
 
 ##
 ## Include the secondary Configuration files 
 ##
-northbridge ibm/cpc710 end
-southbridge winbond/w83c553 end
+chip northbridge/ibm/cpc710
+       device pci_domain 0 on # 32bit pci bridge
+               device pci 0.0 on 
+                       chip southbridge/winbond/w83c553
+                               # FIXME  The function numbers are ok but the device id is wrong here!
+                               device pci 0.0 on end # pci to isa bridge
+                               device pci 0.1 on end # pci ide controller
+                       end
+               end
+       end
+       device cpu_bus 0 on 
+       #       chip cpu/ppc/ppc7xx
+       #               device cpu 0 on end
+       #       end
+       end
+end
 
 ##
 ## Build the objects we have code for in this directory.
 ##
 
-addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
+addaction coreboot.a "$(CONFIG_CROSS_COMPILE)ranlib coreboot.a"