[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Build error iasl/dsdt after commit "hvmloader: also cover PCI MMIO ranges above 4G with UC MTRR ranges"
>>> On 22.05.14 at 11:16, <Ian.Campbell@xxxxxxxxxxxxx> 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |