From owner-freebsd-ports@freebsd.org Mon Mar 5 08:04:43 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11D87F3B3BE; Mon, 5 Mar 2018 08:04:43 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD4A7698AD; Mon, 5 Mar 2018 08:04:42 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 9A1A320C7C; Mon, 5 Mar 2018 03:04:36 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute4.internal (MEProxy); Mon, 05 Mar 2018 03:04:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=nKrfoILRSA38D/xBQfMJRQO3ikWud u7HfJHwEU+ITH4=; b=wxkJGMvSK/5LtbVA4BMKnk+X7SZAvXpAvwd1ag+t0t+XO aSuT0at0iMayIZDJZiqOJ0aHM2VGSQj6l7aXYK1bLniBb0yxxbTAul3Z3QnzQNgN UabVOL4utY+34q/dSgtl29ydP8vFVtMMvIXEB+qIUWE+gJ2xI2u8QGwZqQYdJouV xdM8cGzndd8meb3HfSdWYRhebJE9I8TPoGxCp5AwR3g95Mm6PdI8i4DEhWvkATwB dft2Sd/ZR25caBNFU09kvzwVf0cdJV88+EN4adMWxqtDG5/SzUQX3yrA8tx0Kgac Licy/I8T3upmHJdqsxO33fwSw+goINTzZfsK0QU9w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=nKrfoI LRSA38D/xBQfMJRQO3ikWudu7HfJHwEU+ITH4=; b=cZuq+Y3AVHB0epvltFoV/6 +TVr+AU9jGQDSwa1rqBalkodhr5Fd5oZu6b37MUpaz5RtNgtmSulJhL1V7V08G4q h/+LSdYkUocM7Z5Z5cp01TXqPYKSYLePtnQUvTVWsBRUeHcxpdEmfun2tk1A/9OR J8ifuHSS77RDVhLP/IFt96JDiLSVNuscuIq3J+AuguASSxu4ST5kp7+9wOE2mayB 7no/L/kj4ymA6Gd6EwZvXERf22bYrbe2uqaqh9iIGHHOrS4WJF3uJSAIbsVNPVnR o1Nyk8gozKSoFQfMNlbsOzT8NWArfEzjxeU+kcoMDGPtsPrnLmIYKuMhyXzib5sA == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 7362EBA43B; Mon, 5 Mar 2018 03:04:36 -0500 (EST) Message-Id: <52ea5465-7d89-b699-b997-e026b7726bfb@zyxst.net> From: John To: Oleksandr Tymoshenko , Hyun Hwang Cc: freebsd-arm@freebsd.org, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b86e6959 Date: Mon, 05 Mar 2018 08:04:36 +0000 Subject: Re: sysutils/u-boot-rpi2 appears to be broken with freebsd/crochet from github In-Reply-To: <20180304073727.GA29648@bluezbox.com> References: <2bce9ec3-3c80-b986-ee8f-33cf60fe3030@zyxst.net> <1520134738.2037746.1290617928.4FDB71A2@webmail.messagingengine.com> <20180304073727.GA29648@bluezbox.com> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2018 08:04:43 -0000 On 04/03/2018 07:37, Oleksandr Tymoshenko wrote: > There is ongoing work on using RPi firmware port for all RPi models and > switching u-boot-rpi3 to the same framework as u-boot-rpi2 but it > involves changes across multiple areas (drivers, ports, release > scripts). Some of this stuff is already committed, some is in review, > some is WIP. Hi, I managed to build a freebsd-12-arm6-rpi2 image with freebsd/crochet by installing the rpi-firmware port and copying the files from /usr/local/share/rpi-firmware into /usr/local/share/u-boot/u-boot-rpi2 then running freebsd/crochet as usual. Thank you for pointing me in the right direction :D -- J.