[LinuxBIOS] r2996 - trunk/LinuxBIOSv2/src/mainboard/supermicro/h8dmr

svn at openbios.org svn at openbios.org
Tue Dec 4 02:15:29 CET 2007


Author: ward
Date: 2007-12-04 02:15:29 +0100 (Tue, 04 Dec 2007)
New Revision: 2996

Modified:
   trunk/LinuxBIOSv2/src/mainboard/supermicro/h8dmr/Config.lb
Log:

Enable vga option rom support for 1MB rom chip, which is what the h8dmr ships with (trivial).

Signed-off-by: Ward Vandewege <ward at gnu.org>
Acked-by: Ward Vandewege <ward at gnu.org>



Modified: trunk/LinuxBIOSv2/src/mainboard/supermicro/h8dmr/Config.lb
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/supermicro/h8dmr/Config.lb	2007-12-02 19:03:23 UTC (rev 2995)
+++ trunk/LinuxBIOSv2/src/mainboard/supermicro/h8dmr/Config.lb	2007-12-04 01:15:29 UTC (rev 2996)
@@ -339,11 +339,11 @@
 	                		device pci 5.1 on end # SATA 1
 	                		device pci 5.2 on end # SATA 2
                 			device pci 6.0 on  # PCI
-#                                                chip drivers/pci/onboard
-#                                                        device pci 6.0 on end
+                                                chip drivers/pci/onboard
+                                                        device pci 6.0 on end
+							register "rom_address" = "0xfff00000" #for 1M
 #                                                        register "rom_address" = "0xfff80000" #for 512K
-					#		register "rom_address" = "0xfff00000" #for 1M
- #                                               end
+                                                end
 					end
         	        		device pci 6.1 on end # AZA
 	                		device pci 8.0 on end # NIC





More information about the coreboot mailing list