Added IBM e326 support. VGA works too.
[coreboot.git] / src / mainboard / ibm / e326 / Config.lb
index 604a82d46dd4486b3a0b8d941bf607bbd0d3f8de..0f84978ae6be2dfa9862d3c5a84ec91af7a39c2e 100644 (file)
@@ -45,6 +45,7 @@ arch i386 end
 driver mainboard.o
 if HAVE_MP_TABLE object mptable.o end
 if HAVE_PIRQ_TABLE object irq_tables.o end
+object reset.o
 
 ##
 ## Romcc output
@@ -128,6 +129,12 @@ config chip.h
 
 
 chip northbridge/amd/amdk8/root_complex
+       device apic_cluster 0 on
+               chip cpu/amd/socket_940
+                       device apic 0 on end
+               end
+       end
+
        device pci_domain 0 on
                chip northbridge/amd/amdk8
                        device pci 18.0 on end # LDT 0
@@ -144,6 +151,10 @@ chip northbridge/amd/amdk8/root_complex
                                                device pci 0.1 on end
                                                device pci 0.2 on end
                                                device pci 1.0 off end
+                                                chip drivers/pci/onboard
+                                                        device pci 5.0 on end # ATI Rage XL
+                                                        register "rom_address" = "0xfff80000"
+                                                end
                                        end
                                        device pci 1.0 on
                                                chip superio/NSC/pc87366
@@ -182,6 +193,8 @@ chip northbridge/amd/amdk8/root_complex
                                        device pci 1.3 on end
                                        device pci 1.5 off end
                                        device pci 1.6 off end
+                                       register "ide0_enable" = "1"
+                                       register "ide1_enable" = "1"
                                end
                        end #  device pci 18.0 
                        device pci 18.0 on end # LDT2
@@ -189,22 +202,6 @@ chip northbridge/amd/amdk8/root_complex
                        device pci 18.2 on end
                        device pci 18.3 on end
                end
-               chip northbridge/amd/amdk8
-                       device pci 19.0 on end
-                       device pci 19.0 on end
-                       device pci 19.0 on end
-                       device pci 19.1 on end
-                       device pci 19.2 on end
-                       device pci 19.3 on end
-               end
        end 
-       device apic_cluster 0 on
-               chip cpu/amd/socket_940
-                       device apic 0 on end
-               end
-               chip cpu/amd/socket_940
-                       device apic 1 on end
-               end
-       end
 end