linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Shen Rong" <rshen@udtech.com.cn>
To: "okisoftxman" <okisoftxman@hotmail.com>
Cc: <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: problem about RAM assigned
Date: Mon, 24 Feb 2003 13:35:24 +0800	[thread overview]
Message-ID: <021e01c2dbc6$87e08100$e600a8c0@udtech.net> (raw)
In-Reply-To: OE23ugEzUfctANq8qTF0000e377@hotmail.com


----- Original Message -----
From: "okisoftxman" <okisoftxman@hotmail.com>
To: "linux-emb" <linuxppc-embedded@lists.linuxppc.org>
Cc: "Callebaut, Benoit" <benoit.callebaut@barco.com>
Sent: Monday, February 24, 2003 11:10 AM
Subject: problem about RAM assigned


>
> Hi,
>     I have some problem about allocate RAM on MBX860 board.Who can tell me
> ,Thank you.
TRY to let the user manunal tell you first!

> 1.when we power-up the system and PPCBOOT run successfully,I find there
are
> some codes in the top of the RAM(the address about 0x0--0x2000).I guess it
If you mean the bottom of the RAM(<0x3000), then it's exception vector. Yes,
you can say it's part of the PPCBoot. In fact, the PPCBoot & Stack & Malloc
pool
are relocated to the end of the RAM finally.

> is the PPCBOOT's code.But my "PPCBOOT.BIN"in FLASH is about 150kbytes,and
> the size is bigger than the codes in RAM,why?
Oh!

>
> 2.Someone told me that after LINUX booted,PPCBOOT is invalid and the RAM
> will relocate.But as I known,some functions of PPCBOOT (e.g.FLASH WRITE
> ,SDRAM control)is most important and there is no similar functions in
Linux of course can control everything if you do want it to do! But
1. PPCBoot inits the SDRAM and other low level stuff for Linux, so there is
no need to do so again for Linux.

2. Linux doesn't depend on FLASH for running. Though you can use MTD to
access it,
even more, you can build JFFS2 or other rom fs on the MTD partitions.


Shenrong


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2003-02-24  5:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24  3:10 problem about RAM assigned okisoftxman
2003-02-24  5:35 ` Shen Rong [this message]

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='021e01c2dbc6$87e08100$e600a8c0@udtech.net' \
    --to=rshen@udtech.com.cn \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=okisoftxman@hotmail.com \
    /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).