From owner-freebsd-arm@freebsd.org Sat Jun 24 12:51:51 2017 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 B8D91D9E746 for ; Sat, 24 Jun 2017 12:51:51 +0000 (UTC) (envelope-from sig6247@openmailbox.org) Received: from mail.openmailbox.org (lb1.openmailbox.org [5.79.108.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B89968307 for ; Sat, 24 Jun 2017 12:51:51 +0000 (UTC) (envelope-from sig6247@openmailbox.org) Received: by mail.openmailbox.org (Postfix, from userid 20002) id 8F3E250160F; Sat, 24 Jun 2017 14:51:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498308707; bh=68l9eESz4ITT32lhKweoXn4ysgQ13Jf9zvhON0pDTBI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ySqw7bQfWbA78FcRqMYcuJzB20A+XOGCJSwhFyfCSuh6BiBLUY01Ye6VbCkdLzpSl GYyRQIOLDjrpNiZe2aWIdA+yBkLkfx3BTDJ/2J5tTvd9XnIsljLUaYF+3KsjeRCiBO nur7hNU2rr4R0TfrI14NyIGSahUrh2zA+BG+U58Q= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=MISSING_MID,NO_RECEIVED, NO_RELAYS,T_DKIM_INVALID,URIBL_BLOCKED autolearn=disabled version=3.4.0 Date: Sat, 24 Jun 2017 12:51:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1498308705; bh=68l9eESz4ITT32lhKweoXn4ysgQ13Jf9zvhON0pDTBI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CgnbTzjiM5MxHGbVbNEzPsNXA2cUQw1M0mc79Fkd62UcVanmyZOIcDSepgke9Zs7I 1FyjcyuLG8pkOzTQiH5TPsquHI8nRXmgUSO6iZdkHUPOGWAWT3hYYj4QkLFiMR99l8 JDdD9MwvTvm0G0eoSWvMirAovk6uOzyhH3W6LcWc= From: sig6247 To: freebsd-arm@freebsd.org Subject: Re: bananapi.dtb hangs with usr.bin/dtc In-Reply-To: <20170623200718.53c30c8701a128f48165579e@bidouilliste.com> (Emmanuel Vadot's message of "Fri, 23 Jun 2017 20:07:18 +0200") References: <20170623134258.CDAC35429E3@mail.openmailbox.org> <20170623171906.88eb4178c7e305716a6b19ce@bidouilliste.com> <20170623200718.53c30c8701a128f48165579e@bidouilliste.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20170624125147.8F3E250160F@mail.openmailbox.org> 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: Sat, 24 Jun 2017 12:51:51 -0000 On Fri, 23 Jun 2017 20:07:18 +0200, Emmanuel Vadot wrote: > I've fixed the issue here https://github.com/davidchisnall/dtc/pull/23 > > I have some changes to pull from the github repo so I'll update our > in-tree version when all of them are merged. > > Sorry for the breakage and thanks for reporting. Hi Emmanuel, Thanks so much for your quick response. I just tested the patch, it worked on my BananaPi M1+. Thanks