From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: Build error iasl/dsdt after commit "hvmloader: also cover PCI MMIO ranges above 4G with UC MTRR ranges" Date: Thu, 22 May 2014 10:30:24 +0100 Message-ID: <537DDFD00200007800014D5E@mail.emea.novell.com> References: <841167474.20140521205813@eikelenboom.it> <537DC2610200007800014C8C@mail.emea.novell.com> <1400750164.11409.34.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WnPKW-00040R-Pp for xen-devel@lists.xenproject.org; Thu, 22 May 2014 09:30:29 +0000 In-Reply-To: <1400750164.11409.34.camel@kazak.uk.xensource.com> Content-Disposition: inline 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: Sander Eikelenboom , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org >>> On 22.05.14 at 11:16, wrote: > This worked though: > QWordMemory ( > ResourceProducer, PosDecode, MinFixed, MaxFixed, > NonCacheable, ReadWrite, > 0x0000000000000000, > 0x0000001000000000, > 0x000000100000000f, > 0x0000000000000000, > 0x0000000000000010, > ,, _Y02) > > But this doesn't: > QWordMemory ( > ResourceProducer, PosDecode, MinFixed, MaxFixed, > NonCacheable, ReadWrite, > 0x0000000000000000, > 0x0000000ffffffff0, > 0x0000001000000000, > 0x0000000000000000, > 0x0000000000000010, > ,, _Y02) That last one is one off - the end address ought to be fffffffff. If that works, it would still end up being an alignment issue... (The reason for picking the original numbers was that I want the range as far off as possible, but also not beyond the default 36-bit boundary. Minus eventual alignment requirements I'd like to stick to that.) Jan Jan