On 07/07/15 11:25, Vijay Kilari wrote:
> On Tue, Jul 7, 2015 at 1:51 PM, Julien Grall wrote:
>> Hi,
>>
>>
>> On 07/07/2015 06:31, Vijay Kilari wrote:
>>>
>>> On Mon, Jun 29, 2015 at 6:36 PM, Ian Campbell
>>> wrote:
On Mon, 2015-06-22 at 17:31 +0530, vijay.kil...@gmail.com wrote:
>>>
>>>
On Tue, Jul 7, 2015 at 1:51 PM, Julien Grall wrote:
> Hi,
>
>
> On 07/07/2015 06:31, Vijay Kilari wrote:
>>
>> On Mon, Jun 29, 2015 at 6:36 PM, Ian Campbell
>> wrote:
>>>
>>> On Mon, 2015-06-22 at 17:31 +0530, vijay.kil...@gmail.com wrote:
>>
>>
+int its_make_dt_node(const struct domain
Hi,
On 07/07/2015 06:31, Vijay Kilari wrote:
On Mon, Jun 29, 2015 at 6:36 PM, Ian Campbell wrote:
On Mon, 2015-06-22 at 17:31 +0530, vijay.kil...@gmail.com wrote:
+int its_make_dt_node(const struct domain *d,
+ const struct dt_device_node *node, void *fdt)
+{
+struc
On Mon, Jun 29, 2015 at 6:36 PM, Ian Campbell wrote:
> On Mon, 2015-06-22 at 17:31 +0530, vijay.kil...@gmail.com wrote:
>>
>> +int its_make_dt_node(const struct domain *d,
>> + const struct dt_device_node *node, void *fdt)
>> +{
>> +struct its_node *its;
>> +const stru
On Mon, 2015-06-22 at 17:31 +0530, 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
> ---
> xen/arch/arm/domain_build.
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
---
xen/arch/arm/domain_build.c | 50 +++-
xen/arch/arm/gic-v3-its.c |