From owner-freebsd-arm@freebsd.org Sat Aug 8 18:22:18 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 83C7E9B5D0B for ; Sat, 8 Aug 2015 18:22:18 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) by mx1.freebsd.org (Postfix) with SMTP id 5EEAB987 for ; Sat, 8 Aug 2015 18:22:17 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sat, 8 Aug 2015 18:23:25 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t78IM98Y027814; Sat, 8 Aug 2015 12:22:09 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1439058129.70393.262.camel@freebsd.org> Subject: Re: Crochet Updates for RPi, BeagleBone From: Ian Lepore To: Tim Kientzle Cc: kah42pub , freebsd-arm@freebsd.org Date: Sat, 08 Aug 2015 12:22:09 -0600 In-Reply-To: <85E89B54-B2AA-4D87-BA80-5BD2956B2F8A@kientzle.com> References: <486955D9-6EED-47E4-BCAA-AA66650BB9DA@kientzle.com> <55C3EA7E.7050905@blarg.com> <85E89B54-B2AA-4D87-BA80-5BD2956B2F8A@kientzle.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Sat, 08 Aug 2015 18:22:18 -0000 On Sat, 2015-08-08 at 10:52 -0700, Tim Kientzle wrote: > > On Aug 6, 2015, at 4:15 PM, kah42pub wrote: > > > > On 7/19/15 18: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. > > > > Has anyone successfully built the u-boot-rpi port recently for RPI-B? > > I just tried building each U-Boot port with an upgraded -CURRENT system (including packages). Looks like anything based on U-Boot older than 2015.04 is broken: > > The following did not build for me: > u-boot-beaglebone (uses U-Boot 2014.10) > u-boot-cubox-hummingbird (based on U-Boot 2013.10) > u-boot-duovero (based on U-Boot 2014.10) > u-boot-pandaboard (uses U-Boot 2014.10) > u-boot-rpi (based on U-Boot 2013.01) > u-boot-wandboard (based on U-Boot 2013.10) > > These did build: > u-boot-bananapi (uses U-Boot 2015.04) > u-boot-cubieboard (uses U-Boot 2015.04) > u-boot-cubieboard2 (uses U-Boot 2015.04) > u-boot-rpi2 (uses U-boot 2015.04) The cross-compiler port used for u-boot got upgraded behind our backs to gcc5, and that breaks all the u-boots that are based on older vendor-supplied sources. I have a new arm-none-eabi-gcc492 port ready to go, but I'm not a ports committer, so I'm waiting for someone to review and approve the commit. I also plan to try and get as many of our u-boot ports as possible updated to the latest mainline u-boot sources, but I still want to get the gcc492 port in first because I think updating to mainline u-boot is more than a day or two of work. -- Ian