From owner-freebsd-arm@freebsd.org Sun Mar 4 03:34:10 2018 Return-Path: Delivered-To: freebsd-arm@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 B215BF2F727 for ; Sun, 4 Mar 2018 03:34:10 +0000 (UTC) (envelope-from hyun@caffeinated.codes) 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 4DCC8862DE for ; Sun, 4 Mar 2018 03:34:09 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 0D44620B16 for ; Sat, 3 Mar 2018 22:34:09 -0500 (EST) Received: from web1 ([10.202.2.211]) by compute7.internal (MEProxy); Sat, 03 Mar 2018 22:34:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= caffeinated.codes; h=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=fm1; bh=T6fW7KbVH6UdnahSU vRCHeeExDvL60wlz6qshPfXwho=; b=Q9Yd0d9um1Xl+UOb8unctu/pjZCrxHLNk 366I64xfkKoNHte81FE8rf4aswUDjyNVtDPYndjcamO9xNBwBa1eu43fPAMQp7tG yUb3DYlMgAMW/44Bp3Qz6VKDxYrtpMXAJwj366eQEo/V8OsAVZjPjl/xZ14fx0FJ shXmwosZW/WHXFJFj1zc7yCyw46d49Lzs+anjlRcov0Ov2ZcmcMzrDRvotKm/NYM PtdH2tKa0um1dDJizACYbURzMEjYWB2+/KfWagb09NoiA9BYv1nce37D768db/6F CaDcuNJHMe6rd/Dyp3fOwCTINDXvSf4gIA5hBl3PxXpV4GKsTaZlw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=T6fW7K bVH6UdnahSUvRCHeeExDvL60wlz6qshPfXwho=; b=EbcO4VqH0b80zw5+eI/s1x w+S/I1SWq7JimoKW+oXSYdr5FAiS2MxnFsPgsGK+0sFr4y0ZnTBv1LKYoNQxkXfY 4VbEKW42nxjXoZNFhQSG5RTVfpoBJjprpik0YOk7cy7RwSbvuRAnmyoV3OQcdSKG Yigsa17upQGz7C82ih1YpEtzsttuu6jildNr2iVro7h5zPcd6uelA5mEL0uopQcf qY2W9M5LgXrqcRy00thP3UyuhwTICDHEtGtmfPw1xiKb6TfbhZt9FM5bgy6lFisd 3Uo/lAQPg/s+912XavnGFOxncVZmOq0dcsbWEjFZS2myb083zrkUTxzHqblRx0MA == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id CE0F7940AA; Sat, 3 Mar 2018 22:34:08 -0500 (EST) Message-Id: <1520134448.2036261.1290615272.657281E4@webmail.messagingengine.com> From: Hyun Hwang To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b08ff009 Subject: Re: sysutils/u-boot-rpi2 appears to be broken with freebsd/crochet from github References: <2bce9ec3-3c80-b986-ee8f-33cf60fe3030@zyxst.net> Date: Sat, 03 Mar 2018 22:34:08 -0500 In-Reply-To: <2bce9ec3-3c80-b986-ee8f-33cf60fe3030@zyxst.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 03:34:10 -0000 On Sunday, March 4, 2018, 1:07 AM (UTC+0000), "tech-lists" wrote: > When I use crochet to build for rpi2 it never completes writing the > image because it looks for things in /usr/local/share/u-boot/u-boot-rpi2 > and doesn't find for example LICENCE.broadcom. There's just two files > there: > > root@desktop:/usr/local/share/u-boot/u-boot-rpi2 # ls -lah > total 295 > drwxr-xr-x 2 root wheel 4B Mar 3 20:26 . > drwxr-xr-x 4 root wheel 4B Mar 4 00:58 .. > -rw-r--r-- 1 root wheel 765B Mar 3 20:23 README > -rw-r--r-- 1 root wheel 371K Mar 3 20:23 u-boot.bin I see that firmware files are separated from `sysutils/u-boot-rpi2` port and are now located in `sysutils/rpi-firmware` port as of [ports r454265](https://svnweb.freebsd.org/ports?view=revision&revision=454265). Looks like Crochet requires some update. My wild guess is that RPi3 is yet to be separated because of gonzo's SMP binary (armstub8.bin)? -- Hyun Hwang