All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] xen: support of large memory maps
@ 2017-03-24  7:48 Juergen Gross
  2017-03-24  7:48 ` [PATCH v3 1/3] xen/x86: split boot trampoline into permanent and temporary part Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Juergen Gross @ 2017-03-24  7:48 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, andrew.cooper3, daniel.kiper, alex.thorlton, jbeulich

This patch series is the first part for adding support of large EFI
memory maps (> the current limit of 128 entries) while reducing
trampoline size.

I'm not posting the final patch for making the trampoline size
reduction effective in order not to add major rebase work to Daniel's
multiboot2 series.

Tested and verified the Xen-e820 has been used in the test. Suspend and
resume have been verified to work, too.

Juergen Gross (3):
  xen/x86: split boot trampoline into permanent and temporary part
  xen/x86: use trampoline e820 buffer for BIOS interface only
  xen/x86: support larger memory map from EFI

 xen/arch/x86/boot/mem.S        | 27 +++++++++++++++++++-----
 xen/arch/x86/boot/trampoline.S | 32 ++++++++++++++++++++++++++--
 xen/arch/x86/boot/wakeup.S     |  5 ++---
 xen/arch/x86/e820.c            | 24 ++++++++++-----------
 xen/arch/x86/efi/efi-boot.h    | 10 ++++-----
 xen/arch/x86/setup.c           | 47 ++++++++++++++++++++++--------------------
 xen/arch/x86/xen.lds.S         |  2 ++
 xen/include/asm-x86/config.h   |  1 +
 xen/include/asm-x86/e820.h     | 11 +++++-----
 9 files changed, 103 insertions(+), 56 deletions(-)

-- 
2.10.2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-03-24 12:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24  7:48 [PATCH v3 0/3] xen: support of large memory maps Juergen Gross
2017-03-24  7:48 ` [PATCH v3 1/3] xen/x86: split boot trampoline into permanent and temporary part Juergen Gross
2017-03-24 11:19   ` Jan Beulich
2017-03-24  7:48 ` [PATCH v3 2/3] xen/x86: use trampoline e820 buffer for BIOS interface only Juergen Gross
2017-03-24 11:24   ` Jan Beulich
     [not found]   ` <58D50FF202000078001473BC@suse.com>
2017-03-24 12:18     ` Juergen Gross
2017-03-24  7:48 ` [PATCH v3 3/3] xen/x86: support larger memory map from EFI Juergen Gross

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.