From owner-freebsd-ppc@FreeBSD.ORG Sat Feb 5 10:53:40 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 046EB106566C for ; Sat, 5 Feb 2011 10:53:40 +0000 (UTC) (envelope-from chlastak@fialka.cz) Received: from mail.intime.cz (mail.intime.cz [188.175.134.236]) by mx1.freebsd.org (Postfix) with ESMTP id ADC5F8FC0A for ; Sat, 5 Feb 2011 10:53:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.intime.cz (Postfix) with ESMTP id 1BF30867774 for ; Sat, 5 Feb 2011 11:37:33 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.intime.cz Received: from mail.intime.cz ([127.0.0.1]) by localhost (mail.intime.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3hdXiEImVKas for ; Sat, 5 Feb 2011 11:37:31 +0100 (CET) Received: from [192.168.200.52] (192.13.broadband2.iol.cz [83.208.13.192]) by mail.intime.cz (Postfix) with ESMTPSA id 4E55185DC4D for ; Sat, 5 Feb 2011 11:37:31 +0100 (CET) Message-ID: <4D4D2856.5000605@fialka.cz> Date: Sat, 05 Feb 2011 11:37:10 +0100 From: =?ISO-8859-1?Q?Miroslav_Chlast=E1k?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org References: <49A2704F.4060703@semihalf.com> <49A42369.600@freebsd.org> <49A511E5.1010705@semihalf.com> <49A7DBD7.7010103@semihalf.com> <49A81358.3080309@semihalf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: boot process X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 10:53:40 -0000 On 2.3.2009 16:51, Aleksey V Fedorov wrote: > > Hi! > > I find the reason. > >> cpu0: HID0 80000000 > > 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. > > Hello, are there any news about this (booting freebsd RB1000 /MPC8548/ from CF card)? -- Mira Chlastak