[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1395781076-12000-1-git-send-email-daniel.kiper@oracle.com>
Date: Tue, 25 Mar 2014 21:57:51 +0100
From: Daniel Kiper <daniel.kiper@...cle.com>
To: linux-efi@...r.kernel.org, linux-ia64@...r.kernel.org,
linux-kernel@...r.kernel.org, x86@...nel.org,
xen-devel@...ts.xenproject.org
Cc: boris.ostrovsky@...cle.com, david.vrabel@...rix.com,
eshelton@...ox.com, fenghua.yu@...el.com, hpa@...or.com,
ian.campbell@...rix.com, jbeulich@...e.com, jeremy@...p.org,
konrad.wilk@...cle.com, matt.fleming@...el.com, mingo@...hat.com,
stefano.stabellini@...citrix.com, tglx@...utronix.de,
tony.luck@...el.com
Subject: [PATCH v3 0/5] xen: Add EFI support
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists