Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-08-19 Thread Julien Grall
On 8/6/19 10:14 PM, Amit Tomer wrote: Hi Hi, What are the consequences to change the interrupt parent? I am not entirely sure about it at the moment but looks like it controllers power domain for various devices like GPU, VPU and OTG etc. So, we may not be able to support these devices

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-08-06 Thread Amit Tomer
Hi > > What are the consequences to change the interrupt parent? I am not entirely sure about it at the moment but looks like it controllers power domain for various devices like GPU, VPU and OTG etc. So, we may not be able to support these devices for XEN domains ? Also, this IP is not

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-08-06 Thread Amit Tomer
Hi Nate , Hi Julien, > > Amit, > > Have you checked out the NXP Xen fork? > > https://source.codeaurora.org/external/imx/imx-xen/ > > While the work there hasn't been upstreamed yet, the support for the > iMX8QM > (QuadMax) is fairly complete. There are some important

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-08-06 Thread NathanStuder
On 8/5/19 4:38 AM, Julien Grall wrote: > CAUTION: This email originated from outside the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > Hi, > > I have CCed one person from Donerworks. IIRC they have been using the

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-08-05 Thread Julien Grall
Hi, I have CCed one person from Donerworks. IIRC they have been using the IMX8 in the past. On 03/08/2019 21:54, Amit Tomer wrote: I have seen multiple threads from you pointing at issues on the IMX.8. Have they been resolved? Is this series enough to get Xen and Dom0 booting on the NXP

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-08-03 Thread Amit Tomer
Hi, Sorry for the late reply. > I have seen multiple threads from you pointing at issues on the IMX.8. Have > they > been resolved? Is this series enough to get Xen and Dom0 booting on the NXP > platform? Yeah, most of issues are resolved now and mainline DTS is used to bring XEN on this i.MX8

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-07-25 Thread Julien Grall
On 25/07/2019 15:15, Amit Tomer wrote: Hi, Hi, On Sat, Jun 8, 2019 at 1:46 AM Amit Singh Tomar wrote: This series tries to enable XEN booting on i.MX 8MQuad Applications Processors[1]. Patch-set includes driver for UART controller found on i.MX8MQ SoC and debug code for earlyprintk

Re: [Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-07-25 Thread Amit Tomer
Hi, On Sat, Jun 8, 2019 at 1:46 AM Amit Singh Tomar wrote: > > This series tries to enable XEN booting on i.MX 8MQuad Applications > Processors[1]. > > Patch-set includes driver for UART controller found on i.MX8MQ SoC and debug > code > for earlyprintk support. > Gentle Ping. Thanks -Amit

[Xen-devel] [RFC PATCH 0/2] XEN booting on i.MX8M platform

2019-06-07 Thread Amit Singh Tomar
This series tries to enable XEN booting on i.MX 8MQuad Applications Processors[1]. Patch-set includes driver for UART controller found on i.MX8MQ SoC and debug code for earlyprintk support. Mainline dts binding that are used for platform discover has GPC as root interrupt parent is not yet