[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v13 0/9] x86: multiboot2 protocol support
Hi, I am sending thirteenth version of multiboot2 protocol support for legacy BIOS and EFI platforms. This patch series release contains fixes for all known/confirmed issues. The final goal is xen.efi binary file which could be loaded by EFI loader, multiboot (v1) protocol (only on legacy BIOS platforms) and multiboot2 protocol. This way we will have: - smaller Xen code base, - one code base for xen.gz and xen.efi, - one build method for xen.gz and xen.efi; xen.efi will be extracted from xen(-syms) file using objcopy or special custom tool, - xen.efi build will not so strongly depend on a given GCC and binutils version. Here is short list of changes since v12: - changed patches: 1, 4, 7. If you are not interested in this patch series at all please drop me a line and I will remove you from distribution list. Daniel xen/arch/x86/Makefile | 4 +- xen/arch/x86/Rules.mk | 3 + xen/arch/x86/boot/Makefile | 3 +- xen/arch/x86/boot/head.S | 570 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- xen/arch/x86/boot/reloc.c | 154 +++++++++++++++++++++- xen/arch/x86/boot/trampoline.S | 7 +- xen/arch/x86/boot/wakeup.S | 4 +- xen/arch/x86/boot/x86_64.S | 44 +++---- xen/arch/x86/efi/Makefile | 12 +- xen/arch/x86/efi/efi-boot.h | 63 +++++++-- xen/arch/x86/efi/stub.c | 39 ++++++ xen/arch/x86/setup.c | 24 ++-- xen/arch/x86/x86_64/asm-offsets.c | 15 +++ xen/arch/x86/xen.lds.S | 13 +- xen/common/efi/boot.c | 64 ++++++++++ xen/common/efi/runtime.c | 9 ++ xen/include/asm-x86/config.h | 3 + xen/include/asm-x86/page.h | 2 +- xen/include/xen/config.h | 1 + xen/include/xen/multiboot2.h | 182 ++++++++++++++++++++++++++ 20 files changed, 1092 insertions(+), 124 deletions(-) Daniel Kiper (9): x86: add multiboot2 protocol support efi: build xen.gz with EFI code efi: create new early memory allocator x86: add multiboot2 protocol support for EFI platforms x86: change default load address from 1 MiB to 2 MiB x86/setup: use XEN_IMG_OFFSET instead of... x86: make Xen early boot code relocatable x86/boot: rename sym_phys() to sym_offs() x86: add multiboot2 protocol support for relocatable images _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |