From mboxrd@z Thu Jan 1 00:00:00 1970 From: mail fetch Subject: which branch should be used as dom0 on arndale Date: Wed, 30 Oct 2013 20:16:21 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel , "julien.grall" List-Id: xen-devel@lists.xenproject.org Hi Julien, 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? 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