From owner-freebsd-arm@freebsd.org Sat Jan 14 18:27:05 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 C8F6FCAF7F2 for ; Sat, 14 Jan 2017 18:27:05 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-18.reflexion.net [208.70.210.18]) (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 72DD219C9 for ; Sat, 14 Jan 2017 18:27:04 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 22736 invoked from network); 14 Jan 2017 18:26:58 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 14 Jan 2017 18:26:58 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.20.1) with SMTP; Sat, 14 Jan 2017 13:26:58 -0500 (EST) Received: (qmail 1276 invoked from network); 14 Jan 2017 18:26:58 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 14 Jan 2017 18:26:58 -0000 Received: from [192.168.1.111] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id E37EDEC91AE; Sat, 14 Jan 2017 10:26:57 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Is a83t development still active? (My context: BPI-M3) From: Mark Millard In-Reply-To: <20170114143326.5c99aeee0283d86fec722412@bidouilliste.com> Date: Sat, 14 Jan 2017 10:26:57 -0800 Cc: freebsd-arm Content-Transfer-Encoding: 7bit Message-Id: References: <20170114143326.5c99aeee0283d86fec722412@bidouilliste.com> To: Emmanuel Vadot X-Mailer: Apple Mail (2.3259) 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, 14 Jan 2017 18:27:05 -0000 Hi Emmanuel, On 2017-Jan-14, at 5:33 AM, Emmanuel Vadot wrote: > On Fri, 13 Jan 2017 14:40:26 -0800 > Mark Millard wrote: > >> I notice looking in: >> >> https://svnweb.freebsd.org/base/head/sys/arm/allwinner/ >> >> that, while a10, a13/, a20/, a31/, a33/, a64/, and h3/ have been >> getting updates, a83t/ has not had one since 2016-Oct-3 >> (306646) --and that was only to remove std.* files. The only >> other vintage of a83t/ goes back to 2016-May-5 (299113). >> >> Is a83t no longer being updated? >> >> === >> Mark Millard >> markmi at dsl-only.net >> > > Most of the drivers works for many Allwinner SoC so even if we don't > add files in the a83t directory, it doesn't mean that there is no > updates. The ViewVC web interface does not work like a file directory in a typical file system for what it reports for the likes of a20/ and a83t/ . . . https://svnweb.freebsd.org/base/head/sys/arm/allwinner/ listed (compared and contrasted examples): a20/ as at revision 310117 (age 4 weeks) not based on adding or removing file(s) but just for updates to at least one file below a20/ as of that revision. (Additions and removals would also change the reported revision and age.) but: a83t/ as at the older revision 306646 (age 3 months) based on there being (since back then): no updates to files, no additions of files/directories, and no removals of files/directories. When you update the files files in a83t/ the revision and age will update, even if you do not add or remove files. So what I reported for a83t/ did indicate the lack of updates that a10/, a13/, a20/, a31/, a33/, a64/, and h3/ got in revision 310117. (Of course it might have been that a83t/ did not need such updates for some reason but that seemed less likely.) > Each of thoses directories only contain file for the padconf (the > pinmuxing information) and a file with the list of needed file for this > SoC (if one want to compile a kernel for a specific SoC). Yep. > But I admit that when I've added information on the pin interrupts I > forgot to do a83t, I'll do that soon. That is in essence what I was questioning with what I asked. And thanks in advance for the updates! === Mark Millard markmi at dsl-only.net