From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH FOR-4.5] xen: arm: Do not enable EFI in dom0 since it is not yet supported. Date: Tue, 14 Oct 2014 16:00:01 +0100 Message-ID: <543D3A71.6080105@linaro.org> References: <1413217030-9170-1-git-send-email-suravee.suthikulpanit@amd.com> <543BFBCF.8010008@linaro.org> <1413271285.1497.3.camel@citrix.com> <543D16E6.7020209@linaro.org> <1413290968.10417.44.camel@citrix.com> <543D1DFC.8020901@linaro.org> <1413292069.10417.55.camel@citrix.com> <543D22B5.5080502@linaro.org> <1413294468.10417.58.camel@citrix.com> <543D2D12.5020000@linaro.org> <1413298307.10417.62.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1413298307.10417.62.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Vijay Kilari , Vijaya Kumar K , Stefano Stabellini , xen-devel , Roy Franz , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 10/14/2014 03:51 PM, Ian Campbell wrote: > On Tue, 2014-10-14 at 15:02 +0100, Julien Grall wrote: >> As said earlier, if we consume in Xen how do you choose the console for >> FreeBSD? Those properties can be considered as the part of the FreeBSD >> "command line". > > Like we do for bootargs, so with xen,dom0-stdin etc. > > The ePAPR changelog mentions removing stdin, so I'm not sure it has > always been FreeBSD specific. I know that u-boot can also use it (that > is in the case where u-boot itself is configured with an fdt). > >> Anyway, the stdin/stdout properties may not be the best examples. >> Grepping the Documentation in Linux I have found those properties which >> live in /chosen: >> - linux,pci-probe-only >> - linux,sysrq-reset-seq (actually it's a node) > > Do those make any sense when running under Xen? would we want to blindly > expose them? I'm not sure. For the former one, we may want to modify it if we decide to initialize PCI devices in Xen. For the latter, I think we need to copy as it is in Linux. This properties seems to be used to have a set of keys to reset Linux. Regards, -- Julien Grall