[LinuxBIOS] r2381 - in trunk/LinuxBIOSv2: src/superio/smsc/lpc47m10x targets/sunw/ultra40

svn at openbios.org svn at openbios.org
Fri Aug 18 21:25:25 CEST 2006


Author: rminnich
Date: 2006-08-18 21:25:25 +0200 (Fri, 18 Aug 2006)
New Revision: 2381

Modified:
   trunk/LinuxBIOSv2/src/superio/smsc/lpc47m10x/superio.c
   trunk/LinuxBIOSv2/targets/sunw/ultra40/Config.lb
Log:
delete unused device. 
set rom to 512k


Modified: trunk/LinuxBIOSv2/src/superio/smsc/lpc47m10x/superio.c
===================================================================
--- trunk/LinuxBIOSv2/src/superio/smsc/lpc47m10x/superio.c	2006-08-17 20:31:09 UTC (rev 2380)
+++ trunk/LinuxBIOSv2/src/superio/smsc/lpc47m10x/superio.c	2006-08-18 19:25:25 UTC (rev 2381)
@@ -71,7 +71,6 @@
         { &ops, LPC47M10X2_SP1,  PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, },
         { &ops, LPC47M10X2_SP2,  PNP_IO0 | PNP_IRQ0, { 0x7f8, 0 }, },
         { &ops, LPC47M10X2_KBC,  PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, { 0x7ff, 0 }, { 0x7ff, 0x4}, },
-        { &ops, LPC47M10X2_RT,   PNP_IO0, { 0x780, 0 }, },
 };
 
 /**********************************************************************************/

Modified: trunk/LinuxBIOSv2/targets/sunw/ultra40/Config.lb
===================================================================
--- trunk/LinuxBIOSv2/targets/sunw/ultra40/Config.lb	2006-08-17 20:31:09 UTC (rev 2380)
+++ trunk/LinuxBIOSv2/targets/sunw/ultra40/Config.lb	2006-08-18 19:25:25 UTC (rev 2381)
@@ -5,6 +5,7 @@
 target ultra40
 mainboard sunw/ultra40
 
+option ROM_SIZE=512*1024
 # sunw ultra40
 romimage "normal"
 #       48K for SCSI FW





More information about the coreboot mailing list