From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlSsK-0005MH-EJ for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:26:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlSsI-0005KV-HY for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:26:07 -0400 Received: from [199.232.76.173] (port=38426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlSsI-0005KN-7w for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:26:06 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]:6442) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlSsH-0000Yk-Rw for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:26:06 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1084479rvb.22 for ; Thu, 02 Oct 2008 11:25:49 -0700 (PDT) Message-ID: Date: Thu, 2 Oct 2008 20:25:49 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [patch 4/4] Add Flash support to the Versatile PB platform In-Reply-To: <20081002130240.174723500@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081002130214.299833919@free-electrons.com> <20081002130240.174723500@free-electrons.com> 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 Cc: Thomas Petazzoni , michael@free-electrons.com 2008/10/2 Thomas Petazzoni : > This patch adds the emulation of the 64 MB Intel Flash present at > address 0x34000000 on the ARM Versatile PB platform, with a 256 KB > sector size. This flash emulation is enabled using the -pflash > option. If not enabled, Qemu falls back to the traditionnal way of > loading the kernel. > > The RAM size is also hardcoded to 128 MB, and the memory size provided > by Qemu's -m option is the total memory size, so it must be at least > 192 MB to run the Versatile PB with flash emulation. The same method > is used on other platforms, such as Gumstix. You would have to update the QEMUMachine ram_require field at the bottom of the file to reflect that. But I think Paul thinks this board doesn't have a fixed amount of memory. Cheers