Date: Sun, 19 Mar 2017 12:46:26 -0600 From: Ian Lepore <ian@freebsd.org> To: Andrew Turner <andrew@fubar.geek.nz>, freebsd-arm@freebsd.org Subject: Re: Making INTRNG a requirement on armv6 Message-ID: <1489949186.80839.2.camel@freebsd.org> In-Reply-To: <1489685852.40576.165.camel@freebsd.org> References: <FA615BE4-3805-4640-A244-39954D7157B5@fubar.geek.nz> <1489685852.40576.165.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1489949186.80839.2.camel>