All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Andrii Anisov <andrii.anisov@globallogic.com>
Cc: Iurii Konovalenko <iurii.konovalenko@globallogic.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Julien Grall <julien.grall@linaro.org>, Tim Deegan <tim@xen.org>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	Julien Grall <julien.grall@citrix.com>
Subject: Re: [PATCH v1 1/2] arm: Add ability to relocate Xen in over 4GB space
Date: Fri, 8 May 2015 17:02:55 +0100	[thread overview]
Message-ID: <1431100975.2660.529.camel@citrix.com> (raw)
In-Reply-To: <CAGQvs6hgUd_M5GJ-6qm0VzBQP-tV=Z4wSu5sphOkGzWcGpTX3w@mail.gmail.com>

On Wed, 2015-04-08 at 20:24 +0300, Andrii Anisov wrote:

I was thinking about this a little more...

> The context here is pretty simple: just a workaround of the real
> system limitations:
>      1. Renesas R-Car H2 evaluation board lager has 4GB of RAM, 2GB
>         mapped under 4GB boundary and 2GB over. 
>      2. The R-Car2 chip has IOMMU's for almost all active devices
>         except GPU. 
>      3. Within our system we need one user domain with 2GB of RAM and
>         dedicated GPU.
>      4. While doing PoC we have no access to the GPU driver(and
>         firmware) sources to introduce swiotlb here. 
> Having no option to handle GPU driver addressing with iommu (2) or
> swiotlb(4), it was decided to place the user domain described in 3
> within RAM below 4GB with 1:1 mapping. Therefore we needed to move all
> the rest (XEN, rest of domains) under 4GB.

Xen itself (i.e. .text and .data, no the heap etc) is at most 2MB. Are
your constraints such that at a 2GB-2MB (i.e. 2046M) domain would not be
acceptable?

Ian.

  parent reply	other threads:[~2015-05-08 16:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 12:36 [PATCH v1 0/2] relocate Xen in over 4GB space for arm32 Iurii Konovalenko
2015-04-08 12:36 ` [PATCH v1 1/2] arm: Add ability to relocate Xen in over 4GB space Iurii Konovalenko
2015-04-08 16:05   ` Julien Grall
2015-04-08 17:24     ` Andrii Anisov
2015-04-08 17:25       ` Andrii Anisov
2015-05-08 16:02       ` Ian Campbell [this message]
2015-04-10 13:58     ` Iurii Konovalenko
2015-04-10 14:25       ` Julien Grall
2015-04-14 11:00         ` Ian Campbell
2015-04-10 14:38     ` Andrii Anisov
2015-04-10 14:49       ` Julien Grall
2015-04-16 12:59         ` Ian Campbell
2015-04-15 16:29     ` Ian Campbell
2015-04-15 16:41   ` Ian Campbell
2015-04-08 12:36 ` [PATCH v1 2/2] arm: skip verifying memory continuity Iurii Konovalenko
2015-04-08 16:20   ` Julien Grall

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=1431100975.2660.529.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=andrii.anisov@globallogic.com \
    --cc=iurii.konovalenko@globallogic.com \
    --cc=julien.grall@citrix.com \
    --cc=julien.grall@linaro.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --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.