All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Doubt on Kernel Linking
@ 2003-05-24  0:30 Rupesh S
  2003-05-23 12:07 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Rupesh S @ 2003-05-24  0:30 UTC (permalink / raw)
  To: u-boot

Hi,

I work with MPC823FADS board.

I'm using u-boot as the bootloader in it.
The RAM memroy map as seen with the "bdinfo" command in u-boot says.. 0x00000000 to 0x00800000.

I'm trying to boot linux kernel ( linux-2.4.4-2002-10-06 from DENX) on my board.
By default , the kernel is build at 0xC0000000. (This memory is not mapped by u-boot). 

Do I have to change the kernel linking to a address that is within, 0x00000000 and 0x00800000 ?

Rupesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20030523/ace5e051/attachment.htm 

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot-Users] Doubt on Kernel Linking
@ 2003-05-23 12:08 Flavio Pereira
  0 siblings, 0 replies; 12+ messages in thread
From: Flavio Pereira @ 2003-05-23 12:08 UTC (permalink / raw)
  To: u-boot

Hi Rupesh

>I'm trying to boot linux kernel ( linux-2.4.4-2002-10-06 from DENX) on
my board.
>By default , the kernel is build at 0xC0000000. (This memory is not
mapped by u-boot). 
>Do I have to change the kernel linking to a address that is within,
0x00000000 and 0x00800000 ?

The address 0xC0000000 is the virtual memory address in which the kernel
runs, when the kernel decompresses you should see that it decompressed
into the physical address 0x0, which is mapped by U-Boot. Therefore
there is no problem in the kernel linking at 0xC0000000.

Regards
Flavio Pereira

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

end of thread, other threads:[~2003-05-27  0:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-24  0:30 [U-Boot-Users] Doubt on Kernel Linking Rupesh S
2003-05-23 12:07 ` Wolfgang Denk
2003-05-24  2:22   ` Rupesh S
2003-05-23 13:56     ` Wolfgang Denk
2003-05-26 18:38       ` Rupesh S
2003-05-26  6:50         ` Udi Finkelstein
2003-05-26 21:26           ` Rupesh S
2003-05-26  8:59             ` Udi Finkelstein
2003-05-27  0:14               ` Rupesh S
2003-05-26 11:18             ` Wolfgang Denk
2003-05-26  7:12         ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2003-05-23 12:08 Flavio Pereira

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.