From owner-freebsd-mips@FreeBSD.ORG Wed Jan 6 07:33:37 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 561851065670 for ; Wed, 6 Jan 2010 07:33:37 +0000 (UTC) (envelope-from mahan@mahan.org) Received: from ns.mahan.org (ns.mahan.org [67.116.10.138]) by mx1.freebsd.org (Postfix) with ESMTP id E5E238FC14 for ; Wed, 6 Jan 2010 07:33:36 +0000 (UTC) Received: from Gypsy.mahan.org (crowTrobot [67.116.10.140]) by ns.mahan.org (8.13.6/8.13.6) with ESMTP id o0671JrU038916; Tue, 5 Jan 2010 23:01:19 -0800 (PST) (envelope-from mahan@mahan.org) Message-ID: <4B4433ED.10103@mahan.org> Date: Tue, 05 Jan 2010 22:55:41 -0800 From: Patrick Mahan User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: alan yang References: <20100104.131324.858349725408038608.imp@bsdimp.com> <290865fd1001051444x124107b9x22d91c211b71b6ae@mail.gmail.com> <20100105.160221.441937720437721844.imp@bsdimp.com> <290865fd1001051526i73dd96d7x18a7a842b903b61d@mail.gmail.com> In-Reply-To: <290865fd1001051526i73dd96d7x18a7a842b903b61d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org Subject: Re: Cavium port X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 07:33:37 -0000 alan yang wrote: >> However, the good news is that this version of u-boot will boot >> FreeBSD kernel. There's no support in this version of u-boot for >> /boot/loader, however. >> > > i see. really good news. I'll try booting FreeBSD kernel. Use bootoctlinux to boot FreeBSD just as if you were booting a linux kernel. Most octeons are used in an embedded environment and booting is done usually via u-boot loading the kernel from either CF, FATFS or IDE EXT2 filesystem. Most are not using HD. Patrick