All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] multiboot2 protocol support
@ 2017-01-13 19:21 Doug Goldstein
  2017-01-13 19:21 ` [PATCH 1/4] x86: add " Doug Goldstein
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Doug Goldstein @ 2017-01-13 19:21 UTC (permalink / raw)
  To: xen-devel
  Cc: jgross, sstabellini, konrad.wilk, Andrew Cooper, Doug Goldstein,
	pgnet.dev, ning.sun, julien.grall, Jan Beulich, qiaowei.ren,
	gang.wei, fu.wei

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 its 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.

You can pull this series from https://github.com/cardoe/xen/tree/doug-mb2-v1

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

 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       |  65 ++++--
 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            |   8 +-
 xen/common/efi/boot.c             |  64 +++++-
 xen/common/efi/runtime.c          |   9 +-
 xen/include/xen/multiboot2.h      | 169 +++++++++++++++-
 13 files changed, 845 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@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-01-19 14:30 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 19:21 [PATCH 0/4] multiboot2 protocol support Doug Goldstein
2017-01-13 19:21 ` [PATCH 1/4] x86: add " Doug Goldstein
2017-01-13 19:21 ` [PATCH 2/4] efi: build xen.gz with EFI code Doug Goldstein
2017-01-13 19:21 ` [PATCH 3/4] efi: create new early memory allocator Doug Goldstein
2017-01-16 11:52   ` Jan Beulich
2017-01-16 13:55     ` Doug Goldstein
2017-01-13 19:21 ` [PATCH 4/4] x86: add multiboot2 protocol support for EFI platforms Doug Goldstein
2017-01-16 12:02   ` Jan Beulich
2017-01-16 12:50     ` Daniel Kiper
2017-01-16 13:41       ` Doug Goldstein
2017-01-16 14:11         ` Daniel Kiper
2017-01-16 14:28           ` Doug Goldstein
2017-01-16 15:16             ` Daniel Kiper
2017-01-17 12:05               ` George Dunlap
2017-01-17 12:45                 ` Daniel Kiper
2017-01-16 13:42     ` Doug Goldstein
2017-01-16 11:56 ` [PATCH 0/4] multiboot2 protocol support Jan Beulich
2017-01-18 17:38   ` George Dunlap
2017-01-19  8:31     ` Jan Beulich
2017-01-19 14:30       ` Doug Goldstein

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.