From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: which branch should be used as dom0 on arndale Date: Wed, 30 Oct 2013 16:02:20 -0700 Message-ID: <52718FFC.3050802@linaro.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: mail fetch Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 10/30/2013 02:57 PM, mail fetch wrote: > 2013/10/30 mail fetch > > > Hi Julien, Hello, > I found there are lots of branches under linux-arm.git. Xen wiki > recommends to use branch arndale. But i found it lacks of the > following configuration in dts file which is exist in branch > arndale-dom0-3.10. Should i use arndale or arndale-dom0-3.10 as dom0? > Can Xen boot up without those configuration? U-boot will automatically create the nodes in the device tree with the following script: http://xenbits.xen.org/people/julieng/load-xen-tftp.scr.txt All details are given by the wiki page. > > chosen { > bootargs = "dom0_mem=256M sync_console console=dtuart > dtuart=serial2 earlyprintk=xen"; > xen,dom0-bootargs = "console=hvc0,115200n8 > earlyprintk=xen debug ignore_loglevel psci=enable clk_ignore_unused > root=/dev/mmcblk1p2"; > modules { > module@0 { > compatible = "xen,linux-zimage", > "xen,multiboot-module"; > reg = <0x60000000 0x500000>; > }; > }; > }; > > -- > best regards > Mail > > > Any ideas? You should avoid to ping after only a couple of hours... we can work in a different timezone or be away for conferences/holidays. I think 1 week is the minimum delay between 2 pings. Cheers, -- Julien Grall