[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v5 0/5] multiboot2 protocol support
This is a series based on v11 of Daniel Kiper's "x86: multiboot2 protocol support" series. It aims to collect up all the fixes and changes that Andrew Cooper, Jan Beulich and myself discovered in code review and testing on actual hardware. I've had problems with the relocation portion of the series so I've dropped it as all the hardware I am needing to support presently for my $EMPLOYER does not load anything at the 1mb mark. To me this adds MB2 support for all pieces of hardware that don't have things located at 1mb so it's an incremental step. I've also dropped the early command line conversion to C as it was done in support of the relocation changes and therefore not necessary. In the end my goal is to help Daniel out by providing the portion of the series that works on half a dozen physical machines I've tested with and integrates all changes as discussed on the v11 thread. The reason I am posting this is that Daniel has said he won't be able to address feedback and issues identified for another 2 weeks but my requirements from my $EMPLOYER are more immediate than that. Feel free to grab this series at: https://github.com/cardoe/xen/tree/doug-mb2-v5 v5 - All changes contained within 5/5 along with a description there. v4 - All changes contained within 5/5 along with a description there. v3 - address review comments by Jan Beulich. They are contained within 5/5. v2 - separate my fixes from Daniel's original series - add back some ACKs I accidentally dropped Daniel Kiper (4): 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 Doug Goldstein (1): fix: add multiboot2 protocol support for EFI platforms xen/arch/x86/Makefile | 2 +- xen/arch/x86/boot/Makefile | 3 +- xen/arch/x86/boot/head.S | 361 +++++++++++++++++++++++++++++-- xen/arch/x86/boot/reloc.c | 148 ++++++++++++- xen/arch/x86/efi/Makefile | 12 +- xen/arch/x86/efi/efi-boot.h | 63 +++-- xen/arch/x86/efi/stub.c | 38 +++- xen/arch/x86/setup.c | 3 +- xen/arch/x86/x86_64/asm-offsets.c | 11 +- xen/arch/x86/xen.lds.S | 16 +- xen/common/efi/boot.c | 64 +++++- xen/common/efi/runtime.c | 9 +- xen/include/xen/config.h | 1 +- xen/include/xen/multiboot2.h | 169 +++++++++++++++- 14 files changed, 852 insertions(+), 48 deletions(-) create mode 100644 xen/include/xen/multiboot2.h base-commit: 98be5ffc05e689e2131f175ed95b011a7270db67 -- git-series 0.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |