From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IygrV-0007RW-0w for qemu-devel@nongnu.org; Sat, 01 Dec 2007 23:55:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IygrT-0007OP-BA for qemu-devel@nongnu.org; Sat, 01 Dec 2007 23:55:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IygrT-0007O3-0o for qemu-devel@nongnu.org; Sat, 01 Dec 2007 23:55:23 -0500 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 1IygrS-0008Uv-ER for qemu-devel@nongnu.org; Sat, 01 Dec 2007 23:55:22 -0500 Date: Sun, 2 Dec 2007 04:55:18 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] [Patch][update] Mainstone re-org plus flash Message-ID: <20071202045518.GB617@networkno.de> References: <474B89C0.2050007@kama-aina.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <474B89C0.2050007@kama-aina.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Armin Cc: qemu-devel@nongnu.org Armin wrote: > Hello, > > This includes the previous Mainstone re-org patch I sent earlier plus flash > support. > This adds two 32MiB flash devices. Mounts from mtdblock2 on flash device 0 > fine at boot. I did some guesswork on the flash initialization to make it build with Laurent's -disk patch. Please check if it is still correct. Thiemo