From owner-freebsd-arm@freebsd.org Sun Oct 2 22:06:38 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 8FF38ADA6FB for ; Sun, 2 Oct 2016 22:06:38 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 667383E9 for ; Sun, 2 Oct 2016 22:06:38 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x243.google.com with SMTP id p26so2009673ioo.2 for ; Sun, 02 Oct 2016 15:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=anoepKcGHJNdDMUyKfTgSCsPXiqBYJaoIVjMdkAbKf8=; b=nwbM1D9/Jq9GFbw48zkUEr/x3/2B3v4CZ9I6PNf8NxD53pFVNDyRnH70nAPvxH6koP VRYSZIsoy4PpIB2slgrrzPkWvd1026KPAvlXa9EYevCpXj7q48zDE6CvAC9pHGBVUOf/ X5icSj74VH/r7isPWtWKZMOrWlIRijp64PgX5qfvmxexbecu00Vuljf5ZjlckdiAD6YV 0TSmMXxIRqzJxUXlXQlLTpsMo2s35VYNuyTASv+SkLFEtsf5PeMNknmXPH5723vsGSrG oihiR+w2OzOQSNiI4vzQbC4wbdRIoawoDSuVBfJTCpL2y9p8XerHTiqxetFMyyBLu9H9 BiBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=anoepKcGHJNdDMUyKfTgSCsPXiqBYJaoIVjMdkAbKf8=; b=dtpbdaTKr2OIfHSR313z+R7bzLdcgP4gLm8TAyoptNhbADcMCSlGtsORlZIWKRFfGe 5oxd6L1HW1NLj36XGPM3FuZtfXKYUIPoQ2FKtDwv0jBZQyDk86S+d3YoRvXTSGsN6Atc MolvNDEbJ+y215xw1orQ201td9IL4WWcSvG9s4x69rzxmLNUlj9lWaUv7N2l1vXqQSh5 /Q3TjQp7EFh9rLX/cKGCozJtm4rByYaPFDyFWxpFIvoqg9qRdS/QHDNARaVhlLnmafnT KHCy5d92BUludj4KcZImOv9mJKJmMTkoI9wEfzIp8vxpONoCCruE8GdCwcZwv3Lw8XFu 2GQg== X-Gm-Message-State: AA6/9RnyDvCtJsfCLuGxy280z5SvUpaO5WYKk+b7wH1xWwezZuoD1xZxK7dW+1XMDWqNYri2YB7vU3OTNQMhEg== X-Received: by 10.107.30.11 with SMTP id e11mr19100402ioe.57.1475445997682; Sun, 02 Oct 2016 15:06:37 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Sun, 2 Oct 2016 15:06:37 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: <20161002123700.662f2868688b4b32465395aa@bidouilliste.com> References: <36160c78-9095-f716-8041-3eb7656642af@herveybayaustralia.com.au> <20161002123700.662f2868688b4b32465395aa@bidouilliste.com> From: Warner Losh Date: Sun, 2 Oct 2016 16:06:37 -0600 X-Google-Sender-Auth: VeXtshChV4xbs0z7eZYbw2EmG5k Message-ID: Subject: Re: u-boot efi option To: Emmanuel Vadot Cc: Da Rock , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 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 22:06:38 -0000 How long do you think until this is mature enough we can cut over to it? There's issues with ubldr on newer u-boot version on some of the platforms we support. If we could cut over to this, that would be great. Warner On Sun, Oct 2, 2016 at 4:37 AM, Emmanuel Vadot wrote: > > 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 > _______________________________________________ > 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"