From owner-freebsd-arm@freebsd.org Sat Oct 21 18:44:01 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 B0E0BE36F24 for ; Sat, 21 Oct 2017 18:44:01 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BFC666878 for ; Sat, 21 Oct 2017 18:44:00 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id c2063dde; Sat, 21 Oct 2017 20:43:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=w91woT2jSeHbELVCfmm1r3p8jxE=; b=bPgPTyZnJ/5ZtW94WfZlz4dvq+AD DMRfmgU71OybP+bxSnFWiXRssGgZeQPgVclw3bKXLJvuXjT922QKvia+TZS69cvz SY4TKncEMeC9waMJN4O+m83sO6ggOLpDQCw2+OAjN1mWwEnqsI/jf0sradOwb+5/ RA6Pi9InySvabAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=HU/gwtEazcyqXKf6o1HzV+Q2lYZvzKyZ6LPrWaXiGjEecBVSljHgagkk HAobIceImJF26KbCTOvcLgLA9IDrxQZ5uktcsw2kA9e+6DbkMIix+ytm79dOlMhc 5WGZ28SvQOMVfHCoxxTHwg+d+ocz+4tUHuRFiAY+OIX1grAkkD4= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 348b7d2e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 21 Oct 2017 20:43:57 +0200 (CEST) Date: Sat, 21 Oct 2017 20:43:56 +0200 From: Emmanuel Vadot To: Mark Millard Cc: freebsd-arm 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: <20171021204356.47e3cd6066144bcd07f46699@bidouilliste.com> In-Reply-To: References: <3AD6B1F8-512C-43BB-AC76-7721454AD02F@dsl-only.net> <20171021195812.5bdb902401b8e756b6abfe40@bidouilliste.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 18:44:01 -0000 On Sat, 21 Oct 2017 11:26:57 -0700 Mark Millard wrote: > On 2017-Oct-21, at 10:58 AM, Emmanuel Vadot wrote: > > > On Sat, 21 Oct 2017 10:46:53 -0700 > > Mark Millard wrote: > > > >>> Author: manu > >>> Date: Sat Oct 21 16:12:00 2017 > >>> New Revision: 324822 > >>> URL: > >>> https://svnweb.freebsd.org/changeset/base/324822 > >>> > >>> > >>> Log: > >>> dtb/allwinner: Disconnect sinovoip-bpi-m3.dts from the build > >>> > >>> 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? > > > > It means that A83T won't have any more commits from me (and in fact it > > never had), but if someone want to update our clock drivers to handle > > it I can help. > > For the ports, as long as it compile I won't remove it. > > If I understand the current status correctly, the > recent changes to use upstream DTS materials took > the BPI-M3 from having, e.g., USB working to USB > not working. -r323641 removed AWUSBPHY_TYPE_A83T > from enum awusbphy_type because of what was missing > from upstream DTS materials and such. Uses of upstream DTS is active since ~2 years ago. I think I removed support for USB on A83T because I couldn't test, but maybe the code just work and adding the compatible string again might do it. Feel free to send a patch on phabricator if it does. > That is not a request: I'm just trying to be > explicit about the overall status for reference > for anyone else that was using BPI-M3's with > FreeBSD. Feel free to correct or add to what > I've reported if it is wrong/incomplete. > > > Side note for Pine64+ 2GB status: > > By contrast Pine64+ 2GB's again support EHCI, > at least on the lower USB port. (I've not tried > the upper one.) My historical Pine64+ 2GB FreeBSD > configuration works again as it used to: It is > running -r324743 currently. Thanks Emmanuel. For the upper port we need a musb driver as it is binded to the OTG port (or patch the DTS but this will be wrong as in an hardware point of view the upper usb port is tied to the OTG port, not a standard usb one). Otherwise, glad to know that everything is working again for you on Pine64. Cheers, > === > Mark Millard > markmi at dsl-only.net -- Emmanuel Vadot