From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xenproject.org
Cc: Juergen Gross <jgross@suse.com>,
andrew.cooper3@citrix.com, daniel.kiper@oracle.com,
alex.thorlton@hpe.com, jbeulich@suse.com
Subject: [PATCH 0/3] xen: support of large memory maps
Date: Tue, 21 Mar 2017 14:10:20 +0100 [thread overview]
Message-ID: <20170321131023.26810-1-jgross@suse.com> (raw)
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.
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/head.S | 2 ++
xen/arch/x86/boot/mem.S | 7 ++++---
xen/arch/x86/boot/trampoline.S | 29 +++++++++++++++++++++++++--
xen/arch/x86/boot/wakeup.S | 4 +++-
xen/arch/x86/e820.c | 22 ++++++++++-----------
xen/arch/x86/efi/efi-boot.h | 10 +++++-----
xen/arch/x86/setup.c | 45 ++++++++++++++++++++++--------------------
xen/include/asm-x86/e820.h | 14 +++++++++----
8 files changed, 86 insertions(+), 47 deletions(-)
--
2.10.2
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-03-21 13:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 13:10 Juergen Gross [this message]
2017-03-21 13:10 ` [PATCH 1/3] xen/x86: split boot trampoline into permanent and temporary part Juergen Gross
2017-03-22 11:33 ` Jan Beulich
[not found] ` <58D26F070200007800146281@suse.com>
2017-03-22 11:50 ` Juergen Gross
2017-03-21 13:10 ` [PATCH 2/3] xen/x86: use trampoline e820 buffer for BIOS interface only Juergen Gross
2017-03-22 13:12 ` Jan Beulich
[not found] ` <58D2865F02000078001463C2@suse.com>
2017-03-22 15:01 ` Juergen Gross
2017-03-22 15:23 ` Jan Beulich
[not found] ` <58D2A4EB0200007800146563@suse.com>
2017-03-22 15:25 ` Juergen Gross
2017-03-21 13:10 ` [PATCH 3/3] xen/x86: support larger memory map from EFI Juergen Gross
2017-03-22 13:19 ` Jan Beulich
[not found] ` <58D287DC02000078001463D8@suse.com>
2017-03-22 15:05 ` Juergen Gross
2017-03-21 13:26 ` [PATCH 0/3] xen: support of large memory maps Daniel Kiper
2017-03-22 15:17 ` Alex Thorlton
2017-03-22 15:22 ` Juergen Gross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170321131023.26810-1-jgross@suse.com \
--to=jgross@suse.com \
--cc=alex.thorlton@hpe.com \
--cc=andrew.cooper3@citrix.com \
--cc=daniel.kiper@oracle.com \
--cc=jbeulich@suse.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).