linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] xen: Add EFI support
@ 2014-03-25 20:57 Daniel Kiper
       [not found] ` <1395781076-12000-1-git-send-email-daniel.kiper-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 29+ messages in thread
From: Daniel Kiper @ 2014-03-25 20:57 UTC (permalink / raw)
  To: linux-efi, linux-ia64, linux-kernel, x86, xen-devel
  Cc: fenghua.yu, jeremy, matt.fleming, ian.campbell,
	stefano.stabellini, tony.luck, mingo, david.vrabel, jbeulich, hpa,
	boris.ostrovsky, tglx, eshelton

Hey,

This patch series adds EFI support for Xen dom0 guests.
It is based on Jan Beulich and Tang Liang work. I was
trying to take into account all previous comments,
however, if I missed something sorry for that.

Additionally, I attempted to leave all credits as is and
put SOB in relevant places. If I made any mistake drop me
a line and I will fix it in next version.

Feel free to play with it. I am looking forward for your comments.

Daniel

 arch/ia64/kernel/efi.c           |   30 ++++--
 arch/x86/kernel/setup.c          |    2 +-
 arch/x86/platform/efi/efi.c      |   20 ++--
 arch/x86/xen/enlighten.c         |   10 ++
 drivers/firmware/efi/efi.c       |   26 ++++++
 drivers/xen/Kconfig              |    3 +
 drivers/xen/Makefile             |    1 +
 drivers/xen/efi.c                |  425 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/efi.h              |   10 ++
 include/xen/interface/platform.h |  123 +++++++++++++++++++++++-
 10 files changed, 633 insertions(+), 17 deletions(-)

Daniel Kiper (5):
      efi: Add efi_init_ops variable
      efi: Export arch_tables variable
      x86: Call efi_memblock_x86_reserve_range() on native EFI platform only
      xen: Define EFI related stuff
      xen: Put EFI machinery in place

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

end of thread, other threads:[~2014-03-26 22:35 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 20:57 [PATCH v3 0/5] xen: Add EFI support Daniel Kiper
     [not found] ` <1395781076-12000-1-git-send-email-daniel.kiper-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2014-03-25 20:57   ` [PATCH v3 1/5] efi: Add efi_init_ops variable Daniel Kiper
     [not found]     ` <1395781076-12000-2-git-send-email-daniel.kiper-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2014-03-26 12:56       ` Matt Fleming
2014-03-26 14:02         ` Daniel Kiper
2014-03-26 14:29           ` Matt Fleming
2014-03-25 20:57   ` [PATCH v3 2/5] efi: Export arch_tables variable Daniel Kiper
2014-03-26 13:21     ` Jan Beulich
     [not found]       ` <5332E25F020000780000255A-ce6RLXgGx+vWGUEhTRrCg1aTQe2KTcn/@public.gmane.org>
2014-03-26 14:08         ` Daniel Kiper
     [not found]           ` <20140326140800.GP3454-fJNZiO034lp9pOct4yEdx/3oZC3j2Omk@public.gmane.org>
2014-03-26 14:17             ` Jan Beulich
2014-03-26 14:18             ` Matt Fleming
2014-03-25 20:57 ` [PATCH v3 3/5] x86: Call efi_memblock_x86_reserve_range() on native EFI platform only Daniel Kiper
     [not found]   ` <1395781076-12000-4-git-send-email-daniel.kiper-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2014-03-26 13:00     ` Matt Fleming
     [not found]       ` <20140326130009.GB24856-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-03-26 13:22         ` Jan Beulich
     [not found]           ` <5332E2B9020000780000255D-ce6RLXgGx+vWGUEhTRrCg1aTQe2KTcn/@public.gmane.org>
2014-03-26 13:31             ` Matt Fleming
     [not found]               ` <20140326133119.GD24856-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-03-26 13:39                 ` Jan Beulich
2014-03-26 13:48                   ` Daniel Kiper
     [not found]                     ` <20140326134845.GN3454-fJNZiO034lp9pOct4yEdx/3oZC3j2Omk@public.gmane.org>
2014-03-26 13:57                       ` Matt Fleming
2014-03-26 22:01                         ` Daniel Kiper
2014-03-26 22:35                           ` Andrew Cooper
2014-03-25 20:57 ` [PATCH v3 4/5] xen: Define EFI related stuff Daniel Kiper
2014-03-26 13:25   ` Jan Beulich
2014-03-26 14:58   ` Stefano Stabellini
2014-03-26 15:25     ` Jan Beulich
     [not found]       ` <5332FF6C02000078000027A5-ce6RLXgGx+vWGUEhTRrCg1aTQe2KTcn/@public.gmane.org>
2014-03-26 15:34         ` Stefano Stabellini
2014-03-25 20:57 ` [PATCH v3 5/5] xen: Put EFI machinery in place Daniel Kiper
     [not found]   ` <1395781076-12000-6-git-send-email-daniel.kiper-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2014-03-26 13:12     ` Matt Fleming
     [not found]       ` <20140326131214.GC24856-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-03-26 13:31         ` Jan Beulich
2014-03-26 13:46           ` Matt Fleming
     [not found]             ` <20140326134617.GE24856-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-03-26 13:53               ` Matt Fleming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).