From owner-freebsd-arm@freebsd.org Thu Mar 16 17:37:41 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 0F709D0F786 for ; Thu, 16 Mar 2017 17:37:41 +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 DEA7014F1 for ; Thu, 16 Mar 2017 17:37:40 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 21f0786c-0a6f-11e7-b3c2-c9f38144898e 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 21f0786c-0a6f-11e7-b3c2-c9f38144898e; Thu, 16 Mar 2017 17:36:48 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v2GHbWtO006961; Thu, 16 Mar 2017 11:37:32 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1489685852.40576.165.camel@freebsd.org> Subject: Re: Making INTRNG a requirement on armv6 From: Ian Lepore To: Andrew Turner , freebsd-arm@freebsd.org Date: Thu, 16 Mar 2017 11:37:32 -0600 In-Reply-To: References: 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: Thu, 16 Mar 2017 17:37:41 -0000 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