Re: [Xen-devel] [PATCH RFC 22/35] xen/arm: Create chosen node for DOM0

2015-02-06 Thread Stefano Stabellini
On Fri, 6 Feb 2015, Julien Grall wrote: > Hi Stefano, > > On 06/02/2015 00:09, Stefano Stabellini wrote: > > On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: > > > From: Naresh Bhat > > > > > > Create a chosen node for DOM0 with > > > - bootargs > > > - rsdp > > > > > > Signed-off-by: Nare

Re: [Xen-devel] [PATCH RFC 22/35] xen/arm: Create chosen node for DOM0

2015-02-05 Thread Julien Grall
Hi Stefano, On 06/02/2015 00:09, Stefano Stabellini wrote: On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: From: Naresh Bhat Create a chosen node for DOM0 with - bootargs - rsdp Signed-off-by: Naresh Bhat Signed-off-by: Parth Dixit --- xen/arch/arm/domain_build.c | 41 +

Re: [Xen-devel] [PATCH RFC 22/35] xen/arm: Create chosen node for DOM0

2015-02-05 Thread Stefano Stabellini
On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: > From: Naresh Bhat > > Create a chosen node for DOM0 with > - bootargs > - rsdp > > Signed-off-by: Naresh Bhat > Signed-off-by: Parth Dixit > --- > xen/arch/arm/domain_build.c | 41 + > 1 file changed

[Xen-devel] [PATCH RFC 22/35] xen/arm: Create chosen node for DOM0

2015-02-04 Thread parth . dixit
From: Naresh Bhat Create a chosen node for DOM0 with - bootargs - rsdp Signed-off-by: Naresh Bhat Signed-off-by: Parth Dixit --- xen/arch/arm/domain_build.c | 41 + 1 file changed, 41 insertions(+) diff --git a/xen/arch/arm/domain_build.c b/xen/arch/