From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suravee Suthikulpanit Subject: Re: [V3 3/3] amd/seattle: Initial revision of AMD Seattle support Date: Thu, 2 Oct 2014 19:22:33 -0500 Message-ID: <542DEC49.5010609@amd.com> References: <1412285135-25468-1-git-send-email-suravee.suthikulpanit@amd.com> <1412285135-25468-4-git-send-email-suravee.suthikulpanit@amd.com> <542DD0A9.1090300@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <542DD0A9.1090300@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , stefano.stabellini@eu.citrix.com, ian.campbell@citrix.com, konrad.wilk@oracle.com Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 10/02/2014 05:24 PM, Julien Grall wrote: > I forgot to ask, did you check that the grant-table mapping (by default > mapped 0xb0000000-0xb0020000) doesn't overlap to the RAM or another > device on your platform? > > If it's the case I would define .dom0_gnttab_start and .dom0_gnttab_size. > > Regards, Actually, the default mapping will be overlapped with where PCI MMIO region is supposed to be. Are there any restrictions on the location of this can be? (e.g below 4G, alignment, etc.) Suravee