From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v1 2/3] EFI/early: Add /map to map EfiBootServicesData and Code Date: Mon, 27 Apr 2015 16:34:59 +0100 Message-ID: <553E5723.70108@citrix.com> References: <1429908440-13923-1-git-send-email-konrad.wilk@oracle.com> <1429908440-13923-3-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Yml4H-0003uo-Th for xen-devel@lists.xenproject.org; Mon, 27 Apr 2015 15:35:34 +0000 In-Reply-To: <1429908440-13923-3-git-send-email-konrad.wilk@oracle.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: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org, olaf@aepfle.de, andrew.cooper3@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hi Konrad, On 24/04/15 21:47, Konrad Rzeszutek Wilk wrote: > To help on certain platforms to run. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > xen/arch/x86/efi/efi-boot.h | 10 ++++++++-- > xen/common/efi/boot.c | 28 +++++++++++++++++++++++----- > xen/common/efi/efi.h | 2 +- > xen/common/efi/runtime.c | 1 + > 4 files changed, 33 insertions(+), 8 deletions(-) > > diff --git a/xen/arch/x86/efi/efi-boot.h b/xen/arch/x86/efi/efi-boot.h > index 3a3b4fe..f6a2ba9 100644 > --- a/xen/arch/x86/efi/efi-boot.h > +++ b/xen/arch/x86/efi/efi-boot.h > @@ -133,7 +133,8 @@ static void __init efi_arch_process_memory_map(EFI_SYSTEM_TABLE *SystemTable, > void *map, > UINTN map_size, > UINTN desc_size, > - UINT32 desc_ver) > + UINT32 desc_ver, > + UINT32 map_bootservices) You also need to modify efi_arch_process_memory_map in arch/arm/efi/efi-boot.h. Regards, -- Julien Grall