Re: [U-Boot] Kernel loading and memory layout

2009-01-21 Thread Roman Mashak
Hello 2009/1/22 Vinay Venkataraghavan : > > How do I turn on debugs in uboot. Is there a compile time flag or is there > and #define that needs to be turned on. I looked in the code and could not > find how all the debugs are related and can be switched on? You may define DEBUG right in your bo

Re: [U-Boot] Kernel loading and memory layout

2009-01-21 Thread Vinay Venkataraghavan
] Kernel loading and memory layout Dear Jerry Van Baren, In message <49771642.1050...@ge.com> you wrote: > > U-Boot loads the linux kernel in RAM where ever you tell it to and then > jumps to the linux kernel entry point. The linux kernel, on start up, > relocates itself to where

Re: [U-Boot] Kernel loading and memory layout

2009-01-21 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <49771642.1050...@ge.com> you wrote: > > U-Boot loads the linux kernel in RAM where ever you tell it to and then > jumps to the linux kernel entry point. The linux kernel, on start up, > relocates itself to where *it* wants to live and then proceeds. This is no

Re: [U-Boot] Kernel loading and memory layout

2009-01-21 Thread Jerry Van Baren
Vinay Venkataraghavan wrote: > Greetings, > > I am new to using uboot but have gone through the code to a certain > degree but still have some questions. > > 1. Where does uboot transfer control to the linux kernel. By this I > mean which file in the source code would I look for this. > > Would

Re: [U-Boot] Kernel loading and memory layout

2009-01-20 Thread Roman Mashak
Hello 2009/1/21 Vinay Venkataraghavan : > I am new to using uboot but have gone through the code to a certain degree > but still have some questions. > > 1. Where does uboot transfer control to the linux kernel. By this I mean > which file in the source code would I look for this. > >Would i

[U-Boot] Kernel loading and memory layout

2009-01-20 Thread Vinay Venkataraghavan
Greetings, I am new to using uboot but have gone through the code to a certain degree but still have some questions. 1. Where does uboot transfer control to the linux kernel. By this I mean which file in the source code would I look for this. Would it for example be in : arch/powerpc/boo