[LinuxBIOS] r2792 - trunk/LinuxBIOSv2/src/mainboard/tyan/s2891

svn at openbios.org svn at openbios.org
Thu Sep 20 17:01:14 CEST 2007


Author: ward
Date: 2007-09-20 17:01:14 +0200 (Thu, 20 Sep 2007)
New Revision: 2792

Modified:
   trunk/LinuxBIOSv2/src/mainboard/tyan/s2891/Config.lb
Log:
The s2891 ships with a 1MB rom chip. The targets/tyan/s2891/Config.lb file assumes a 1MB rom chip.

Hence the default position for the VGA bios should also assume a 1MB rom chip, instead of a 512KB chip.

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s2891/Config.lb
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/tyan/s2891/Config.lb	2007-09-20 00:00:49 UTC (rev 2791)
+++ trunk/LinuxBIOSv2/src/mainboard/tyan/s2891/Config.lb	2007-09-20 15:01:14 UTC (rev 2792)
@@ -314,8 +314,8 @@
 					#	chip drivers/ati/ragexl
                                                 chip drivers/pci/onboard
                                                         device pci 7.0 on end
-                                                        register "rom_address" = "0xfff80000" #for 512K
-					#		register "rom_address" = "0xfff00000" #for 1M
+                                                        #register "rom_address" = "0xfff80000" #for 512K
+                                                        register "rom_address" = "0xfff00000" #for 1M
                                                 end
 					end
                 			device pci a.0 off end # NIC





More information about the coreboot mailing list