[PATCH v3 0/5] xen: Add EFI support

From: Daniel Kiper
Date: Tue Mar 25 2014 - 17:00:55 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/