Re: How controll is passed from uboot to kernel

2013-02-19 Thread Peter Teoh
Reading the uboot source code: In common/cmd_bootm.c: int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) { And within this do_bootm_linux() is called: do_bootm_linux (cmdtp, flag, argc, argv, addr, len_ptr, verify); And inside do_bootm_l

Re: How controll is passed from uboot to kernel

2013-02-19 Thread Prabhakar Lad
Hi, On Sat, Feb 16, 2013 at 10:13 AM, Chetan C.R. wrote: > Hi All, > > I need to know how the control is passed from u-boot to kernel in Linux > operating system > Refer this link http://www.simtec.co.uk/products/SWLINUX/files/booting_article.html for booting ARM. Regards, --Prabhakar http:

Re: How controll is passed from uboot to kernel

2013-02-17 Thread vichy
hi chetan: 2013/2/16 Chetan C.R. > > Hi All, > > I need to know how the control is passed from u-boot to kernel in Linux > operating syste Per my understanding, uboot will save what kernel needs to registers before jump to the entry point. The contents of the register and which registers are nee

How controll is passed from uboot to kernel

2013-02-15 Thread Chetan C.R.
Hi All, I need to know how the control is passed from u-boot to kernel in Linux operating system Thanks in Advannce ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies