Port-ofppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NOTICE: major changes to ofppc incoming



Frank Wille <frank%phoenix.owl.de@localhost> writes:

> It shows me that the program always hangs in pmap_bootstrap. Usually during
> TAILQ_INIT in arch/powerpc/oea/pmap.c, line 3348:
>
>         for (i = 0; i < pmap_pteg_cnt; i++)
>                 TAILQ_INIT(&pmap_pvo_table[i]);

I had a similar behaviour when I disactivated the caches of the PPC
core on my Efika. (Useful for debugging, but implied this crash) If
you also notice that, it could be worth investigating and making the
code work without caches.

> In ofw_consinit.c, function cninit(), the device_type is "serial", but the
> name-property of the console_node is "failsafe" in my case. So nothing in
> the function applies and no console is attached.

You have to use nvedit/nvstore to explicitly select serial as your IO
system on the Efika.

Something like

" /builtin/serial" io

at the end of the script.

Cheers,
 Aymeric



Home | Main Index | Thread Index | Old Index