All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@citrix.com>
To: Konrad Rzeszutek Wilk <konrad@kernel.org>,
	xen-devel@lists.xenproject.org, olaf@aepfle.de,
	andrew.cooper3@citrix.com, jbeulich@suse.com
Subject: Re: [PATCH v1 2/3] EFI/early: Add /map to map EfiBootServicesData and Code
Date: Mon, 27 Apr 2015 16:34:59 +0100	[thread overview]
Message-ID: <553E5723.70108@citrix.com> (raw)
In-Reply-To: <1429908440-13923-3-git-send-email-konrad.wilk@oracle.com>

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 <konrad.wilk@oracle.com>
> ---
>  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

  reply	other threads:[~2015-04-27 15:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-24 20:47 [PATCH v1] EFI work-arounds for broken platforms Konrad Rzeszutek Wilk
2015-04-24 20:47 ` [PATCH v1 1/3] EFI/early: Add /noexit to inhibit calling ExitBootServices Konrad Rzeszutek Wilk
2015-04-29 12:37   ` Jan Beulich
2015-05-01 14:28   ` Ian Campbell
2015-05-01 19:05     ` Jan Beulich
2015-04-24 20:47 ` [PATCH v1 2/3] EFI/early: Add /map to map EfiBootServicesData and Code Konrad Rzeszutek Wilk
2015-04-27 15:34   ` Julien Grall [this message]
2015-04-29 12:47   ` Jan Beulich
2015-04-24 20:47 ` [PATCH v1 3/3] efi: Implement 'efi=attr' Xen command line to map Runtime services with no attributes Konrad Rzeszutek Wilk
2015-04-29 12:52   ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=553E5723.70108@citrix.com \
    --to=julien.grall@citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=konrad@kernel.org \
    --cc=olaf@aepfle.de \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.