From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4JAW-0001ay-AU for qemu-devel@nongnu.org; Tue, 09 Jan 2007 10:45:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4JAU-0001aI-QA for qemu-devel@nongnu.org; Tue, 09 Jan 2007 10:45:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4JAU-0001aF-Mn for qemu-devel@nongnu.org; Tue, 09 Jan 2007 10:45:42 -0500 Received: from [82.232.2.251] (helo=mail.aurel32.net) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H4JAT-0004kL-O1 for qemu-devel@nongnu.org; Tue, 09 Jan 2007 10:45:42 -0500 Received: from farad.aurel32.net ([2001:618:400:fc13:216:3eff:fe00:100c]) by mail.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1H4JAe-0004WM-Hk for qemu-devel@nongnu.org; Tue, 09 Jan 2007 16:45:52 +0100 Received: from aurel32 by farad.aurel32.net with local (Exim 4.63) (envelope-from ) id 1H4JAe-0001TI-DY for qemu-devel@nongnu.org; Tue, 09 Jan 2007 16:45:52 +0100 Date: Tue, 9 Jan 2007 16:45:52 +0100 From: Aurelien Jarno Message-ID: <20070109154552.GD5603@farad.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Subject: [Qemu-devel] [PATCH] Increase MIPS BIOS to 4MB from 128kB Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patches increase the size of the BIOS on the mips target to 4MB from 128kB, as the Malta platform as a 4MB BIOS. diff -Nurd qemu/vl.h qemu/vl.h --- qemu/vl.h 2006-12-26 16:36:10.000000000 +0100 +++ qemu/vl.h 2006-12-26 16:38:42.000000000 +0100 @@ -158,7 +158,7 @@ #if defined (TARGET_PPC) || defined (TARGET_SPARC64) #define BIOS_SIZE ((512 + 32) * 1024) #elif defined(TARGET_MIPS) -#define BIOS_SIZE (128 * 1024) +#define BIOS_SIZE (4 * 1024 * 1024) #else #define BIOS_SIZE ((256 + 64) * 1024) #endif -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net