All of lore.kernel.org
 help / color / mirror / Atom feed
* starting position of linux kernel in memory -- ppc
@ 2002-12-24  9:23 Omanakuttan
  2002-12-24 14:22 ` Tom Rini
  2002-12-25  2:08 ` Michael Habermann
  0 siblings, 2 replies; 3+ messages in thread
From: Omanakuttan @ 2002-12-24  9:23 UTC (permalink / raw)
  To: linuxppc-embedded, kernelnewbies


Hi,
I cross compiled linux kernel using gnutools for mpc8260 and got a file
by name zimage.embedded.
We have ordered for a demo on the target board (8260ADS) and they are
asking for kernel with start address at 0x0000_0000.
How will I see that info in the kernel ? Or by default it will place
itself on 0x0000_0000 ?

Regards,
Om.


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: starting position of linux kernel in memory -- ppc
  2002-12-24  9:23 starting position of linux kernel in memory -- ppc Omanakuttan
@ 2002-12-24 14:22 ` Tom Rini
  2002-12-25  2:08 ` Michael Habermann
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2002-12-24 14:22 UTC (permalink / raw)
  To: Omanakuttan; +Cc: linuxppc-embedded, kernelnewbies


On Tue, Dec 24, 2002 at 02:53:01PM +0530, Omanakuttan wrote:

> Hi,
> I cross compiled linux kernel using gnutools for mpc8260 and got a file
> by name zimage.embedded.
> We have ordered for a demo on the target board (8260ADS) and they are
> asking for kernel with start address at 0x0000_0000.
> How will I see that info in the kernel ? Or by default it will place
> itself on 0x0000_0000 ?

Erm.  Can you give more information here?  What firmware?  What 8260
board, specifically?  The 'zImage.embedded' file you mentioned gets
loaded into RAM at 0x0080_0000 by default and when it runs, it will
uncompress the kernel and locate it at 0x0000_0000.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: starting position of linux kernel in memory -- ppc
  2002-12-24  9:23 starting position of linux kernel in memory -- ppc Omanakuttan
  2002-12-24 14:22 ` Tom Rini
@ 2002-12-25  2:08 ` Michael Habermann
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Habermann @ 2002-12-25  2:08 UTC (permalink / raw)
  To: Omanakuttan; +Cc: linuxppc-embedded


Omanakuttan wrote:

> We have ordered for a demo on the target board (8260ADS) and they are
> asking for kernel with start address at 0x0000_0000.
> How will I see that info in the kernel ? Or by default it will place
> itself on 0x0000_0000 ?
>
The kernel assumes that some intialisations have been done before it
starts, so you need a bootloader like u-boot.


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-25  2:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-24  9:23 starting position of linux kernel in memory -- ppc Omanakuttan
2002-12-24 14:22 ` Tom Rini
2002-12-25  2:08 ` Michael Habermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.