From: Ian Campbell <Ian.Campbell@citrix.com>
To: Vijay Kilari <vijay.kilari@gmail.com>
Cc: Julien Grall <julien.grall@linaro.org>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: Criteria for dom0_gnttab_start
Date: Tue, 21 Oct 2014 13:59:53 +0100 [thread overview]
Message-ID: <1413896393.23337.37.camel@citrix.com> (raw)
In-Reply-To: <CALicx6upTS7zz8K_xQ7F3EWe+oFRV0vj376XrmkOwRdOPoZSYQ@mail.gmail.com>
On Tue, 2014-10-21 at 18:14 +0530, Vijay Kilari wrote:
> On Tue, Oct 21, 2014 at 5:44 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> > On Tue, 2014-10-21 at 13:12 +0100, Julien Grall wrote:
> >> On 10/21/2014 01:04 PM, Ian Campbell wrote:
> >> > On Tue, 2014-10-21 at 17:24 +0530, Vijay Kilari wrote:
> >> >> What is the criteria for setting dom0_gnttab_start and size for a
> >> >> platform.
> >> >
> >> > It simply needs to be an area of the IPA address space which is not
> >> > populated by anything else. Since dom0's MMIO space is mapped 1:1 with
> >> > the host PA address space it seems easiest/safest to find a hole in the
> >> > real physical space and use that.
> >> >
> >> > If there is no such hole available then using the space occupied by some
> >> > device which is not passed to dom0 (e.g. is blacklisted, or used by Xen)
> >> > will suffice.
>
> Thanks for the inputs.
>
> Assume arm64 platform has 4GB physical RAM starting from 0x0
> and all MMIO regions are beyond 4GB. For Xen the physical RAM start
> address is specified at 12MB - 4GB
> by UEFI.The first 12MB PA is used by Secure world.
> In such case, can we specify dom0_gnttab_start anywhere within 0 to
> 12MB IPA address?
I think so, yes, since NS world will never be able to use that 12MB. I
assume that the EFI address map (or DTB) marks that region as reserved?
> OR can I reserve some physical address space within 4GB and use it?
You'd have to tell Xen not to use it as normal RAM for dom0, which would
probably involve some hacks in the domain builder, best avoided I think.
Ian.
prev parent reply other threads:[~2014-10-21 12:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-21 11:54 Criteria for dom0_gnttab_start Vijay Kilari
2014-10-21 12:04 ` Ian Campbell
2014-10-21 12:12 ` Julien Grall
2014-10-21 12:14 ` Ian Campbell
2014-10-21 12:44 ` Vijay Kilari
2014-10-21 12:59 ` Ian Campbell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1413896393.23337.37.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=julien.grall@linaro.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=vijay.kilari@gmail.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.