Re: [Xen-devel] [PATCH v2 2/4] Xen: Support adding DT nodes

2016-12-15 Thread Julien Grall
Hi Andre, On 22/11/16 15:09, Andre Przywara wrote: From: Christoffer Dall Support adding xen,xen-bootargs node via --with-xen-bootargs to the Based the code, the configure option is --with-xen-cmdline. configure script and automatically add the Dom0 node to the DT as well. Signed-off-by:

Re: [Xen-devel] [PATCH v2 2/4] Xen: Support adding DT nodes

2016-12-12 Thread Konrad Rzeszutek Wilk
On Tue, Nov 22, 2016 at 03:09:15PM +, Andre Przywara wrote: > From: Christoffer Dall > > Support adding xen,xen-bootargs node via --with-xen-bootargs to the > configure script and automatically add the Dom0 node to the DT as well. > > Signed-off-by: Christoffer Dall > Signed-off-by: Andre P