From owner-freebsd-arm@freebsd.org Fri Mar 4 14:08:22 2016 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 03E0F9DA80C for ; Fri, 4 Mar 2016 14:08:22 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id C91F0A7C for ; Fri, 4 Mar 2016 14:08:21 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (global-5-142.nat-2.net.cam.ac.uk [131.111.5.142]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 55FC5D7A17; Fri, 4 Mar 2016 13:58:24 +0000 (UTC) Date: Fri, 4 Mar 2016 13:58:21 +0000 From: Andrew Turner To: Warner Losh Cc: Tom Storey , "freebsd-arm@freebsd.org" Subject: Re: FreeBSD on the RaspberryPi 3 Message-ID: <20160304135821.79d140ae@zapp> In-Reply-To: References: <20160229225811.GB74374@server.rulingia.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 14:08:22 -0000 On Wed, 2 Mar 2016 11:57:48 -0700 Warner Losh wrote: > I suspect that we'll need an aarch64 kernel and userland, at the very > least, to make this work. Plus there's likely some dragons hiding in > uboot / ubldr. Someone should try updating the firmware on the RPI2 image, and teaching the kernel about the Cortex-A53 in cpufunc.c. I suspect with these two FreeBSD will boot in AArch32. Andrew