* problem about RAM assigned
@ 2003-02-24 3:10 okisoftxman
2003-02-24 5:35 ` Shen Rong
0 siblings, 1 reply; 2+ messages in thread
From: okisoftxman @ 2003-02-24 3:10 UTC (permalink / raw)
To: linux-emb; +Cc: Callebaut, Benoit
Hi,
I have some problem about allocate RAM on MBX860 board.Who can tell me
,Thank you.
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
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?
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.If PPCBOOT will be invalid and relocate RAM,LINUX how to control these
function(e.g.flash write,SDRAM control)?
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem about RAM assigned
2003-02-24 3:10 problem about RAM assigned okisoftxman
@ 2003-02-24 5:35 ` Shen Rong
0 siblings, 0 replies; 2+ messages in thread
From: Shen Rong @ 2003-02-24 5:35 UTC (permalink / raw)
To: okisoftxman; +Cc: linuxppc-embedded
----- 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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-24 5:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-24 3:10 problem about RAM assigned okisoftxman
2003-02-24 5:35 ` Shen Rong
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).