All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] EFI work-arounds for broken platforms.
@ 2015-04-24 20:47 Konrad Rzeszutek Wilk
  2015-04-24 20:47 ` [PATCH v1 1/3] EFI/early: Add /noexit to inhibit calling ExitBootServices Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-04-24 20:47 UTC (permalink / raw)
  To: xen-devel, olaf, andrew.cooper3, jbeulich

Hey Andrew, Olaf, and Jan,

Please see the three patches for various work-arounds. The:
 [PATCH v1 1/3] EFI/early: Add /noexit to inhibit calling
 [PATCH v1 2/3] EFI/early: Add /map to map EfiBootServicesData and

Are when running xen.efi from an Shell (or using efibootmgr and passing
the parameters via the @ argument).

The:
 [PATCH v1 3/3] efi: Implement 'efi=attr' Xen command line to map

Squashes 'efi-rs' in 'efi=' handling styled on the 'iommu=' handling
with booleans, 'no-' prefix and such.

At your convience please review.


 docs/misc/xen-command-line.markdown | 18 ++++++++--
 xen/arch/x86/efi/efi-boot.h         | 10 ++++--
 xen/common/efi/boot.c               | 71 +++++++++++++++++++++++++++++++------
 xen/common/efi/efi.h                |  2 +-
 xen/common/efi/runtime.c            |  1 +
 5 files changed, 86 insertions(+), 16 deletions(-)

Konrad Rzeszutek Wilk (3):
      EFI/early: Add /noexit to inhibit calling ExitBootServices
      EFI/early: Add /map to map EfiBootServicesData and Code
      efi: Implement 'efi=attr' Xen command line to map Runtime services with no attributes.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-05-01 19:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.