From: b.hutchman@gmail.com (Brian Hutchinson)
To: linux-arm-kernel@lists.infradead.org
Subject: External initramfs again ... keep getting "overlaps in-use memory region"
Date: Thu, 25 Feb 2010 10:51:36 -0500 [thread overview]
Message-ID: <3d1967ab1002250751t1ef512fehf69e3beb7f3f318e@mail.gmail.com> (raw)
Still trying to get my external initramfs working.
In u-boot, I've tried to tftp my initramfs_data.cpio.gz file to areas
the Kernel uses and area it doesn't know about.
I've unwound things enough to know that the ATAG_MEM's that describe
memory are not passed from u-boot to the kernel (2.6.28). The kernel
I have is using the "fixup" method to setup 4 banks of DDR (32M each).
The first bank actually leaves a 16M hole and I've tried to tftp the
cpio.gz there too.
When I use memory that is setup by the kernel fixup, I get the
"overlaps in-use memory region" and when I try to use the 16M region
that isn't included in the fixup I get the "extends beyond physical
memory - disabling initrd" message.
I'm supplying the initrd=<location I tftp cpio.gz to>,<size of
cpio.gz> on the command line.
Do I also need to supply ramdisk_size= and root=/dev/ram0? Everything
I've read about initramfs says I don't need these or the
CONFIG_BLK_DEV_RAM setting.
Thanks!
Brian
next reply other threads:[~2010-02-25 15:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-25 15:51 Brian Hutchinson [this message]
2010-02-25 16:14 ` External initramfs again ... keep getting "overlaps in-use memory region" Brian Hutchinson
2010-02-25 19:09 ` Russell King - ARM Linux
2010-02-25 21:23 ` Brian Hutchinson
2010-02-25 21:56 ` Russell King - ARM Linux
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=3d1967ab1002250751t1ef512fehf69e3beb7f3f318e@mail.gmail.com \
--to=b.hutchman@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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).