From owner-freebsd-arm@freebsd.org Sat Oct 21 17:46:57 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 735A7E34B72 for ; Sat, 21 Oct 2017 17:46:57 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-161.reflexion.net [208.70.211.161]) (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 2524F64FC4 for ; Sat, 21 Oct 2017 17:46:56 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 24527 invoked from network); 21 Oct 2017 17:46:54 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 21 Oct 2017 17:46:54 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.40.3) with SMTP; Sat, 21 Oct 2017 13:46:54 -0400 (EDT) Received: (qmail 18871 invoked from network); 21 Oct 2017 17:46:54 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 21 Oct 2017 17:46:54 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 07901EC7B9D; Sat, 21 Oct 2017 10:46:54 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r324822 - head/sys/modules/dtb/allwinner [removal of sinovoip-bpi-m3.dts from sys/modules/dtb/allwinner/Makefile DTS list] Message-Id: <3AD6B1F8-512C-43BB-AC76-7721454AD02F@dsl-only.net> Date: Sat, 21 Oct 2017 10:46:53 -0700 To: Emmanuel Vadot , freebsd-arm X-Mailer: Apple Mail (2.3273) 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, 21 Oct 2017 17:46:57 -0000 > Author: manu > Date: Sat Oct 21 16:12:00 2017 > New Revision: 324822 > URL:=20 > https://svnweb.freebsd.org/changeset/base/324822 >=20 >=20 > Log: > dtb/allwinner: Disconnect sinovoip-bpi-m3.dts from the build > =20 > No active commiter have this board and we diverged too much from > the upstream DTS. Does this effectively mean dropping of support? Is sysutils/u-boot-sinovoip-bpi-m3 now defunct and to be removed at some point? (Personal note: Of the 2 types of armv7 boards that I generally have had access to this one had more RAM and, so, I preferred it.) > Modified: > head/sys/modules/dtb/allwinner/Makefile >=20 > Modified: head/sys/modules/dtb/allwinner/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/modules/dtb/allwinner/Makefile Sat Oct 21 15:48:16 2017 = (r324821) > +++ head/sys/modules/dtb/allwinner/Makefile Sat Oct 21 16:12:00 2017 = (r324822) > @@ -3,7 +3,6 @@ > DTS=3D \ > nanopi-neo.dts \ > orangepi-plus-2e.dts \ > - sinovoip-bpi-m3.dts \ > sun4i-a10-cubieboard.dts \ > sun4i-a10-olinuxino-lime.dts \ > sun6i-a31s-sinovoip-bpi-m2.dts \ =3D=3D=3D Mark Millard markmi at dsl-only.net