From owner-freebsd-uboot@freebsd.org Mon Dec 11 20:26:44 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 A9B1BE9D84B for ; Mon, 11 Dec 2017 20:26:44 +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 0A46877721 for ; Mon, 11 Dec 2017 20:26:42 +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 7b9ebde8; Mon, 11 Dec 2017 21:26:40 +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=1l0caxX1e6Zfo9xv3cmmFLhOrp8=; b=YU14Q6ZjWeKzRSVMTQS+246MJXhO vOPkcM8/e7vov/Ws55lKw8bCweTrFseu4oSAO38QfYNh+VFpjp6TbqmNPToj7Jbs hUsBSsIB8zp+p+465SeX0slX4VCRQY6iia1pS3e2Z3Fk2YFbvgyOD/WE4Na1K/0+ UU2O9VhSseGKda0= 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=q3eCRdMcd97xHR3pEKPXBiwEjAJEuWHD/hvU/cHkktePF3Sh72h2R3IF 1GOsMI/cEjEbuW41PM10mlGYWtq42tQ/WpqSbywvs4MucfFN6LzLRc4MS++r/Pl4 m/bjpkZDrmzIEAjzgr98ThnDh0Q4Ytxc7J2dlcbV6jHpGI24nPc= Received: from arcadia.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 5aad9604 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 11 Dec 2017 21:26:40 +0100 (CET) Date: Mon, 11 Dec 2017 21:26:40 +0100 From: Emmanuel Vadot To: Warner Losh Cc: freebsd-uboot@freebsd.org Subject: Re: UBOOT version bump Message-Id: <20171211212640.6ef0a56321f9ca43000a2790@bidouilliste.com> In-Reply-To: References: 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: Mon, 11 Dec 2017 20:26:44 -0000 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. Cheers, -- Emmanuel Vadot