qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Mips board that can support >256 megs?
Date: Wed, 28 Jan 2009 22:59:50 -0600	[thread overview]
Message-ID: <200901282259.50869.rob@landley.net> (raw)

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

                 reply	other threads:[~2009-01-29  4:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200901282259.50869.rob@landley.net \
    --to=rob@landley.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).