From owner-freebsd-arm@freebsd.org Mon Jul 20 07:56:23 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5B389A65F0 for ; Mon, 20 Jul 2015 07:56:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BCF21D99 for ; Mon, 20 Jul 2015 07:56:22 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A56F11FE022; Mon, 20 Jul 2015 09:56:14 +0200 (CEST) Message-ID: <55ACA9E9.4080008@selasky.org> Date: Mon, 20 Jul 2015 09:57:29 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Tim Kientzle , freebsd-arm Subject: Re: Crochet Updates for RPi, BeagleBone References: <486955D9-6EED-47E4-BCAA-AA66650BB9DA@kientzle.com> In-Reply-To: <486955D9-6EED-47E4-BCAA-AA66650BB9DA@kientzle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 07:56:23 -0000 On 07/20/15 03:39, Tim Kientzle wrote: > I just committed changes to Crochet so that it now uses the U-Boot ports for RPi and BeagleBone (including BBB). It already used the port for RPi2. > > If people want to change other boards, you can use the RPi, RPi2, or BeagleBone configurations as examples. Generally, switching to using a port does seem to simplify the code. > > Let me know if you run into any problems… > > Tim Is a build available which can be tested? --HPS