Question about linux boot procedure (head_64.S)
Lee HongWoo
hongwoo7 at gmail.com
Tue Sep 1 21:27:25 EST 2009
Hi ~
This is a boot flow of linux kernel under the arch/powerpc/kernel and I'm
using pasemi cpu.
__start (in head_64.S)
---> __start_initialization_multiplatform (in head_64.S)
---> __boot_from_prom (in head_64.S)
---> prom_init ( in prom_init.c)
---> __start ???
And I don't understand where __start is called, because I can find __start
only in head_64.S.
If it calls __start in head_64.S, it's a recursive call.
Can anybody explain about this precedure ?
Thanks in advance.
HongWoo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20090901/20f73073/attachment.htm>
More information about the Linuxppc-dev
mailing list