From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 3/4] EFI: support default attributes to map Runtime service areas with none given Date: Wed, 10 Jun 2015 09:57:44 +0100 Message-ID: <1433926664.30003.5.camel@citrix.com> References: <55770B190200007800082A2C@mail.emea.novell.com> <55770C070200007800082A47@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z2bvR-0003W8-RE for xen-devel@lists.xenproject.org; Wed, 10 Jun 2015 09:03:57 +0000 In-Reply-To: <55770C070200007800082A47@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Tue, 2015-06-09 at 14:53 +0100, Jan Beulich wrote: > From: Konrad Rzeszutek Wilk > > For example on Dell machines we see: > > (XEN) 00000fed18000-00000fed19fff type=11 attr=8000000000000000 > (XEN) Unknown cachability for MFNs 0xfed18-0xfed19 > > Let's allow them to be mapped as UC. > > We also alter the 'efi-rs' to be 'efi=rs' or 'efi=no-rs'. > > Signed-off-by: Konrad Rzeszutek Wilk > Signed-off-by: Jan Beulich For ARM: Acked-by: Ian Campbell