Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2009 18:51:20 +0300 (MSK)
From:      Aleksey V Fedorov <alexf@vsi.ru>
To:        Rafal Jaworowski <raj@semihalf.com>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: boot process
Message-ID:  <Pine.GSO.4.62.0903021845200.29491@serv1>
In-Reply-To: <Pine.GSO.4.62.0902281936490.28394@serv1>
References:  <Pine.GSO.4.62.0902212141241.25932@serv1> <49A2704F.4060703@semihalf.com> <Pine.GSO.4.62.0902241839390.12361@serv1> <49A42369.600@freebsd.org> <Pine.GSO.4.62.0902241944380.12361@serv1> <49A511E5.1010705@semihalf.com> <Pine.GSO.4.62.0902262112580.21452@serv1> <49A7DBD7.7010103@semihalf.com> <Pine.GSO.4.62.0902271806250.12296@serv1> <49A81358.3080309@semihalf.com> <Pine.GSO.4.62.0902281936490.28394@serv1>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.62.0903021845200.29491>