From owner-freebsd-uboot@freebsd.org Tue Dec 19 15:50:39 2017 Return-Path: Delivered-To: freebsd-uboot@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 E18F7E8B66B for ; Tue, 19 Dec 2017 15:50:39 +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 506A57E128 for ; Tue, 19 Dec 2017 15:50:38 +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 77c42a46; Tue, 19 Dec 2017 16:50:30 +0100 (CET) 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=VXAX3CxBhrxMKSeYjlG21Q7rSvo=; b=Hoa9BqJi9Gi1SlMkIxPfgBinXRQy Tmd66qoLjSNXBEYZrzZCK7pz/D/00hrOm5pdDNoui5v5OKZbDx1GQCxqktkKxCzB Nv3FAQ3X2pE7cZrG5zBgK4yLZMi6BOhHn77I0nb4RybmpmdYUy0VYoBPo7xCv002 6J/uzHyMcOnUvLw= 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=Le1m1bm1dTquXJLuwhcKoONEftKjIHjQhoFcJNKbLuJ5ask5FzVXYIkA OGyXmvOmMLGgvSG8LCUNt8Vv7qggw+nbU/3jZ4NNEkNXLw/A3JUWAJx6tziC3h+e hEM3c4KuAIaZIh/yIA+vC/S1e08VBmeYmGN7WiGUOiRqMH8/4CQ= Received: from arcadia (evadot.gandi.net [217.70.181.36]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 2fc550fc TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 19 Dec 2017 16:50:30 +0100 (CET) Date: Tue, 19 Dec 2017 16:50:30 +0100 From: Emmanuel Vadot To: Warner Losh Cc: freebsd-uboot@freebsd.org Subject: Re: UBOOT version bump Message-Id: <20171219165030.81c89443bfb56fe613a0872f@bidouilliste.com> In-Reply-To: References: <20171211212640.6ef0a56321f9ca43000a2790@bidouilliste.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-uboot@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of uboot with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 15:50:40 -0000 On Mon, 11 Dec 2017 14:44:08 -0700 Warner Losh wrote: > On Mon, Dec 11, 2017 at 1:26 PM, Emmanuel Vadot > wrote: > > > > > Hi Warner, > > > > On Mon, 4 Dec 2017 11:17:20 -0700 > > Warner Losh wrote: > > > > > So, what's the issue with bumping to the 2017.11? > > > > > > Warner > > > _______________________________________________ > > > freebsd-uboot@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/freebsd-uboot > > > To unsubscribe, send any mail to "freebsd-uboot-unsubscribe@freebsd.org" > > > > Long story short, the efi part in u-boot 2017.11 was greatly improved > > but the devpath feature (and others) have a few bugs that make > > loader.efi and boot1.efi not working. > > > > As of just now I have u-boot master (2018.01-rc1) working with just > > two patch : > > > > - https://patchwork.ozlabs.org/patch/846927/ (I don't think that it > > will make it to 2018.01) > > - > > https://people.freebsd.org/~manu/uboot/0001-efi_loader- > > Setup-logical_partition-media-information.patch > > (that was just sent on review to u-boot list). > > > > I think that I will skip 2017.11 since we're a month behind, only a > > month until 2018.01 and I haven't tested all the boards I have with > > current u-boot master. > > > > Sounds like an excellent plan. > > Warner It seems like my patch (https://patchwork.ozlabs.org/patch/847279/) will be in 2018.01, so for arm64 we will have no dependancies on custom patch (for the first time in u-boot/freebsd history) \o/. -- Emmanuel Vadot