On Mon, 13 Jul 2015, Julien Grall wrote:
> Hi Stefano,
>
> On 13/07/2015 18:32, Stefano Stabellini wrote:
> >
> > All these #ifdefs are a bit ugly. Couldn't we just build this code
> > always, even on arm32, relying on dt_match_node not to match in that
> > case?
>
> I'm not in favor of any ITS
Hi Stefano,
On 13/07/2015 18:32, Stefano Stabellini wrote:
All these #ifdefs are a bit ugly. Couldn't we just build this code
always, even on arm32, relying on dt_match_node not to match in that
case?
I'm not in favor of any ITS code in the common code unless it's strictly
necessary.
In th
On Fri, 10 Jul 2015, vijay.kil...@gmail.com wrote:
> From: Vijaya Kumar K
>
> Parse host dt and generate ITS node for Dom0.
> ITS node resides inside GIC node so when GIC node
> is encountered look for ITS node.
>
> Signed-off-by: Vijaya Kumar K
> ---
> v4: - Generate only one ITS node for Dom0
From: Vijaya Kumar K
Parse host dt and generate ITS node for Dom0.
ITS node resides inside GIC node so when GIC node
is encountered look for ITS node.
Signed-off-by: Vijaya Kumar K
---
v4: - Generate only one ITS node for Dom0
- Replace msi-parent references to single its phandle
---
xen/a