boot process

Aleksey V Fedorov alexf at vsi.ru
Mon Mar 2 07:51:28 PST 2009


Hi!

I find the reason.

> cpu0: HID0 80000000<EMCP>

No TBEN bitset in HID0. I add:

mtspr(SPR_HID0, mfspr(SPR_HID0)| HID0_BOOKE_TBEN );

Now kernel boot successfully with correct decrementer value. :)

Next is nand and CF disks.


--


More information about the freebsd-ppc mailing list