From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/4] EFI/early: add /mapbs to map EfiBootServices{Code, Data} Date: Wed, 10 Jun 2015 09:56:20 +0100 Message-ID: <1433926580.30003.4.camel@citrix.com> References: <55770B190200007800082A2C@mail.emea.novell.com> <55770BDF0200007800082A43@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 1Z2bvS-0003W8-D7 for xen-devel@lists.xenproject.org; Wed, 10 Jun 2015 09:03:58 +0000 In-Reply-To: <55770BDF0200007800082A43@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 > > To help on certain platforms to run. > > Signed-off-by: Konrad Rzeszutek Wilk > Signed-off-by: Jan Beulich To be effective (or at least consistent) on ARM, would we also want to change its efi_process_memory_map_bootinfo: if ( desc_ptr->Type == EfiConventionalMemory || desc_ptr->Type == EfiBootServicesCode || desc_ptr->Type == EfiBootServicesData ) to include a check on map_bs? Ian.