How controll is passed from uboot to kernel

vichy vichy.kuo at gmail.com
Sun Feb 17 10:22:29 EST 2013


hi chetan:

2013/2/16 Chetan C.R. <chetancr9 at gmail.com>
>
> 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 needed is
architecture defined.
You may check kernel/uboot source for your architecture.

HTH,



More information about the Kernelnewbies mailing list