From: Josh Fryman <fryman@cc.gatech.edu>
To: ixp1200@cs.princeton.edu, linux-kernel@vger.kernel.org
Subject: questions on memory in linux
Date: Tue, 10 Jul 2001 14:43:44 -0400 [thread overview]
Message-ID: <3B4B4CE0.BFC23F8F@cc.gatech.edu> (raw)
hi,
we've got some intel IXP 1200 (spin B0) eval boards, and are running
linux in them. we have some questions about how to do specific things
with (a) memory and (b) the cygmon mini-boot loader...
(a) memory:
the IXP 1200 boards have 32M of SDRAM in two 16MB banks. the
bottom 24MB are used for linux, the rest are free...
however, we want to allocate some memory in that first bank
and *tie* it down so that it's always available at that address
physically to the IXP microengines as well as virtually to the
linux system. can anyone provide pointers to FAQs or other
documents for handling this? eg, some way to do a
malloc( 1MB ) and then get the true physical address of the
malloc results?
(b) the IXP 1200 has a SA-1100 core running the cygmon mini loader from
flash. is there any way to specify kernel-load arguments,
similar to how LILO works, with this system? any pointers to
where we can find out more details for this? the process is to
boot the cygmon from flash, give it the parameters for where to
TFTP the kernel / ramdisk from, and then let it run. we'd like
to force the kernel to run with a "mem=4M" type of setting so
it doesn't suck down our very meager memory for buffers we don't
want/need. (note, if we can do this, the part (a) above doesn't
necessarily go away... it's something we still need to know how
to do...)
thanks for any input,
josh
reply other threads:[~2001-07-10 18:44 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=3B4B4CE0.BFC23F8F@cc.gatech.edu \
--to=fryman@cc.gatech.edu \
--cc=ixp1200@cs.princeton.edu \
--cc=linux-kernel@vger.kernel.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