From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSP0Q-0007B7-3J for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:59:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSP0N-0007Av-Ni for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:59:56 -0500 Received: from [199.232.76.173] (port=40519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSP0N-0007As-Ig for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:59:55 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:54992 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSP0N-0007YT-4Y for qemu-devel@nongnu.org; Wed, 28 Jan 2009 23:59:55 -0500 Received: from driftwood.localnet (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id 9ABD89F065F for ; Thu, 29 Jan 2009 00:09:40 -0500 (EST) From: Rob Landley Date: Wed, 28 Jan 2009 22:59:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901282259.50869.rob@landley.net> Subject: [Qemu-devel] Mips board that can support >256 megs? 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 I've been playing with the malta emulation, but could never get it to use more than 256 megs of ram. According to svn 6149, this is inherent in both malta and r4k, so now I'm looking at other board options. The 2.6.28.2 kernel's arch/mips/configs directory doesn't mention pica or magnum. There's a mipssim_defconfig but when I built that A) it hung on the delay calibration (jiffies never advances so the loop in init/calibrate.c function calibrate_delay). In theory I could pass in an lpj= option on the kernel command line, but: B) The -kernel and -append options aren't passing in a kernel command line, it's only using the compiled-in one in the kernel. C) It's hardwired to 32 megs, specifically in arch/mips/mipssim/sim_mem.c function prom_getmdesc(). So although I can tell qemu to use a meg of memory, it won't use it anyway. Does anyone have any suggestions at which board I should look at next, and where to find a kernel .config for it? Thanks, Rob