From owner-freebsd-current@freebsd.org Sun Dec 3 20:33:20 2017 Return-Path: Delivered-To: freebsd-current@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 9141DE67108 for ; Sun, 3 Dec 2017 20:33:20 +0000 (UTC) (envelope-from freebsd-current@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BD9865B00 for ; Sun, 3 Dec 2017 20:33:19 +0000 (UTC) (envelope-from freebsd-current@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Sun, 03 Dec 2017 21:33:10 +0100 id 00DD603A.5A245F86.00007AF3 Date: Sun, 3 Dec 2017 21:33:09 +0100 From: Milan Obuch To: Mark Linimon Cc: Daniel Braniss , Warner Losh , freebsd-current@freebsd.org Subject: Re: orangepi [was: what happened to src/sys/boot?] Message-ID: <20171203213309.77b3aa40@zeta.dino.sk> In-Reply-To: <20171203202225.GB4725@lonesome.com> References: <39F80CE7-BECF-4D4F-ACEB-5B6C52FC241B@cs.huji.ac.il> <42427F81-E6FE-43CE-87D5-2560CC66F866@cs.huji.ac.il> <20171203202225.GB4725@lonesome.com> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; i386-portbld-freebsd10.4) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2017 20:33:20 -0000 On Sun, 3 Dec 2017 14:22:26 -0600 Mark Linimon wrote: > On Sun, Dec 03, 2017 at 08:55:20PM +0200, Daniel Braniss wrote: > > ok, the image created now boots on both orangepi-one and nanopi-neo, > > but without ethernet! > > So w/rt orangepi-one testing I think I'm now at parity with your > build -- with whatever bits I had a week ago. e.g. I also do not > detect the ethernet. > > I am currently testing a bad hack for orangepi-plus2e that disables > attaching the mixer to see if I can avoid a panic on boot, so I can > get at least as far as the orangepi-one results. That's with the > very latest code checkout. > > I'll let the list know if I get anywhere. > > mcl > Please see thread on freebsd-arm mailing list starting with my message titled 'Allwinner H3/H2+ dts question - regression?' from Sun, 26 Nov 2017. One small point to add - while with revision 326187 and some older dtb (or with dtb gained via this thread) ethernet works, with revision 326310 and the same dtb it does not. I noticed when doing svn upgrade some changes in Allwinner awg sources, but did not analyze them yet. All dts currently in our source tree are totally ethernet-less when coming to Allwinner SoCs. That all for now, If I find anything interesting/usefull, I'll keep you informed. Regards, Milan