Re: Question about linux boot procedure (head_64.S)

2009-09-01 Thread Lee HongWoo
On Wed, Sep 2, 2009 at 2:32 AM, Geoff Levand wrote: > On 09/01/2009 03:58 AM, Lee HongWoo wrote: > > __start (in head_64.S) > > ---> __start_initialization_multiplatform (in head_64.S) > > ---> __boot_from_prom (in head_64.S) > >

Question about linux boot procedure (head_64.S)

2009-09-01 Thread Lee HongWoo
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

Question about linux boot procedure (head_64.S)

2009-09-01 Thread Lee HongWoo
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