uboot 源码导读MIPS(三) 从main_loop到head.S篇
上流程图,方便看代码:

最后的thekernel函数就会直接call到head.S里面的kernel_entry。
下面有一段参看文章,将如何将uboot的参数传递到内核的:
《如何实现uboot和linux之间的参数传递》
来自:http://www.myext.cn/other/a_26189.html
上流程图,方便看代码:

最后的thekernel函数就会直接call到head.S里面的kernel_entry。
下面有一段参看文章,将如何将uboot的参数传递到内核的:
来自:http://www.myext.cn/other/a_26189.html