From owner-freebsd-arm@freebsd.org Sun Mar 19 18:46:37 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 34A81D1360E for ; Sun, 19 Mar 2017 18:46:37 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (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 0F3431024 for ; Sun, 19 Mar 2017 18:46:36 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 5a426461-0cd4-11e7-8c45-c35e37f62db1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 5a426461-0cd4-11e7-8c45-c35e37f62db1; Sun, 19 Mar 2017 18:46:24 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v2JIkQ52001872; Sun, 19 Mar 2017 12:46:26 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1489949186.80839.2.camel@freebsd.org> Subject: Re: Making INTRNG a requirement on armv6 From: Ian Lepore To: Andrew Turner , freebsd-arm@freebsd.org Date: Sun, 19 Mar 2017 12:46:26 -0600 In-Reply-To: <1489685852.40576.165.camel@freebsd.org> References: <1489685852.40576.165.camel@freebsd.org> Content-Type: text/plain; charset="iso-8859-7" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Sun, 19 Mar 2017 18:46:37 -0000 On Thu, 2017-03-16 at 11:37 -0600, Ian Lepore wrote: > On Thu, 2017-03-16 at 17:08 +0000, Andrew Turner wrote: > > > > Hello arm, > > > > I would like to make INTRNG a requirement on armv6. This is to help > > with moving more armv6 kernel configurations into GENERIC. It also > > helps when we want a child interrupt controller, e.g. a GPIO > > driver. > > > > Most of the current armv6 kernel configurations already use INTRNG, > > so > > only a few places need to be updated.  > > > > I˘ve run a test build making it an error to not have INTRNG enabled > > and > > found the following armv6 configs fail: > > > > AML8726 > > ARMADAXP > > DIGI-CCWMX53 > > EFIKA_MX > > IMX53 > > IMX53-QSB > > VERSATILEPB > > YYHD18 > > > > I'm interested in people who have this hardware to try enabling > > INTRNG > > and testing. Note that this may require the interrupt controller > > driver > > the SoC uses to be ported to INTRNG. > > > > Andrew > I'll try to find time to convert the imx5x driver this weekend. > > -- Ian I took care of DIGI-CCWMX53 and IMX53-QSB by just deleting them (they were just standard IMX53 with a static dtb added), and converted the imx5 driver to intrng to handle EFIKA_MX and IMX53. -- Ian