From owner-freebsd-arm@freebsd.org Sun Oct 2 10:37:14 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 1B15BAD9BB2 for ; Sun, 2 Oct 2016 10:37:14 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6713EEEA for ; Sun, 2 Oct 2016 10:37:12 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 3251ff1f; Sun, 2 Oct 2016 12:37:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=HFaNhtheKpcXbA2e/oVEhDfSL9s=; b=rlk+dJe5lYx1nEvIcjOAwdb/8oNE XhjsQtZVBSZnVKp0Iy+JXAH7rplyBr5EyhNcfCfdQQ/oBhKAhEFrUiNN0NC0I9m+ hCw+7cFIGjJOjLs/mB6etB1slQPVO9GCZlaPgnzfI6t0pQqKt+eXxLpHPJAMam9y ebvHFCUu7sTEJPo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=lOiuaLt8WamH8zPl7kV/mxhCx6ssaknKcVdWt2eJ7iG+5qjIQKo8c+99 5/IVil2sXD/UXu3VjdbTM5YLqM5EgJ2XSDlvyWu+gDlhNAP6CvY3lE2nu9TmrSlj TnM2aaibu3IN/MEmlEOudN5zx81xHUpoVrp2oDjN5bvNroE/Ito= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 27225dfc TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 2 Oct 2016 12:37:04 +0200 (CEST) Date: Sun, 2 Oct 2016 12:37:00 +0200 From: Emmanuel Vadot To: Da Rock Cc: freebsd-arm@FreeBSD.org Subject: Re: u-boot efi option Message-Id: <20161002123700.662f2868688b4b32465395aa@bidouilliste.com> In-Reply-To: <36160c78-9095-f716-8041-3eb7656642af@herveybayaustralia.com.au> References: <36160c78-9095-f716-8041-3eb7656642af@herveybayaustralia.com.au> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd12.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.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 10:37:14 -0000 Hello, I've commited every needed change on our side, for uboot side you will need this patch : https://people.freebsd.org/~manu/u-boot_201609_efi.diff The only drawback is that you will need to have your partition aligned on 512kb boundaries on the mmc. I've successfully booted my beaglebone black and most of my Allwinner boards with UEFI. Some part of the uboot patch have started to be upstreamed, for the others I need to rework on some part before I upstream them. Cheers, On Sun, 2 Oct 2016 19:56:54 +1000 Da Rock wrote: > Has anyone tried this option yet? I've heard someone got it going for > slack, but I thought it sounded like it might make it easier for running > freebsd. > > I'm currently trying to build a more current u-boot to test it. > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" -- Emmanuel Vadot