From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnT3F-0000Ys-AZ for qemu-devel@nongnu.org; Sun, 20 Apr 2008 02:29:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnT3D-0000YC-JP for qemu-devel@nongnu.org; Sun, 20 Apr 2008 02:29:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnT3D-0000Y4-F0 for qemu-devel@nongnu.org; Sun, 20 Apr 2008 02:29:23 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JnT3D-0008Vn-6b for qemu-devel@nongnu.org; Sun, 20 Apr 2008 02:29:23 -0400 Date: Sun, 20 Apr 2008 07:29:17 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH] MIPS_R4K: add optionnal 4MB cfi flash and allow to boot from it Message-ID: <20080420062917.GA5528@networkno.de> References: <1207029431-15790-1-git-send-email-plagnioj@jcrosoft.com> <20080407210130.GA13774@volta.aurel32.net> <20080420042132.GC27176@game.jcrosoft.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080420042132.GC27176@game.jcrosoft.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe PLAGNIOL-VILLARD Cc: qemu-devel@nongnu.org, Aurelien Jarno Jean-Christophe PLAGNIOL-VILLARD wrote: > On 23:01 Mon 07 Apr , Aurelien Jarno wrote: > > On Tue, Apr 01, 2008 at 07:57:11AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > > + if (!pflash_cfi01_register(0x1fc00000, qemu_ram_alloc(mips_rom), > > > + drives_table[index].bdrv, sector_len, mips_rom / sector_len, > > > + 4, 0, 0, 0, 0)) { > > > + fprintf(stderr, "qemu: Error registering flash memory.\n"); > > > + } > > > + } > > > + else { > > > /* not fatal */ > > > fprintf(stderr, "qemu: Warning, could not load MIPS bios '%s'\n", > > > buf); > > > > Applied, but please note that the MIPS Qemu support has been removed > > from the kernel in version 2.6.25, so the same probably will probably > > happen sooner or later to the mips_r4k machine. It is probably not safe > > to base developments on that. > Hi, > I've download the last svn trunk, but I do not found this patch. > Could you keep me in touch about it? I commited the patch. Thiemo