support for new mobos and fixes
[coreboot.git] / src / mainboard / tyan / s2880 / Config.lb
index 1b0552bf50f92178cb4f5f8385b8af267d4a341c..865a07d122b8319805790aa4e87c2fe96abf0ac3 100644 (file)
@@ -16,11 +16,16 @@ uses ARCH
 ### Build the objects we have code for in this directory.
 ###
 ##object mainboard.o
-#config chip.h
-#register "fixup_scsi" = "1"
+config chip.h
+register "fixup_scsi" = "1" 
+register "fixup_vga" = "1"
+
 
 driver mainboard.o
 driver lsi_scsi.o
+#driver adaptec_scsi.o
+driver promise_sata.o
+#driver intel_nic.o
 object static_devices.o
 if HAVE_MP_TABLE object mptable.o end
 if HAVE_PIRQ_TABLE object irq_tables.o end
@@ -43,7 +48,7 @@ if USE_FALLBACK_IMAGE
   mainboardinit cpu/i386/reset16.inc 
   ldscript /cpu/i386/reset16.lds 
 else
-  print "NO FALLBACK USED!"
+#  print "NO FALLBACK USED!"
 end
 
 if USE_NORMAL_IMAGE
@@ -150,9 +155,9 @@ mainboardinit cpu/k8/disable_mmx_sse.inc
 ###
 northbridge amd/amdk8
 end
-southbridge amd/amd8111
+southbridge amd/amd8111 "amd8111"
 end
-southbridge amd/amd8131
+southbridge amd/amd8131 "amd8131"
 end
 #mainboardinit archi386/smp/secondary.inc
 #superio NSC/pc87360
@@ -161,7 +166,11 @@ end
 #end
 dir /pc80
 ##dir /src/superio/winbond/w83627hf
-cpu p5 end
-cpu p6 end
-cpu k7 end
-cpu k8 end
+dir /bioscall
+dir /cpu/k8
+cpu k8 "cpu0"
+  register "up" = "{.chip = &amd8131, .ht_width=8, .ht_speed=200}"
+end
+
+cpu k8 "cpu1"
+end