All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Varad Gautam <vrd@amazon.de>
Cc: kexec@lists.infradead.org, David Woodhouse <dwmw@amazon.co.uk>
Subject: Re: [PATCH 3/3] x86: Support multiboot2 images
Date: Fri, 31 May 2019 11:22:56 +0200	[thread overview]
Message-ID: <20190531092256.5kvnkfhpa6oweewi@verge.net.au> (raw)
In-Reply-To: <1558423948-24583-3-git-send-email-vrd@amazon.de>

On Tue, May 21, 2019 at 09:32:28AM +0200, Varad Gautam wrote:
> Add a new type `multiboot2-x86` that allows loading multiboot2 images
> within the relocation range specified in the image header. The image is
> always placed at the lowest available address, regardless of the
> preference information.
> 
> Also make multiboot2 take priority over multiboot if the -t flag isn't
> specified.
> 
> Signed-off-by: Varad Gautam <vrd@amazon.de>
> ---
>  doc/multiboot2.html              | 2716 ++++++++++++++++++++++++++++++++++++++

multiboot2.html does not appear to be licenced as GPLv2.
Is it possible to provide a link to this document
rather than the text itself?

>  include/x86/multiboot2.h         |  416 ++++++
>  kexec/arch/i386/kexec-mb2-x86.c  |  543 ++++++++
>  kexec/arch/i386/kexec-x86.c      |    2 +
>  kexec/arch/x86_64/Makefile       |    1 +
>  kexec/arch/x86_64/kexec-x86_64.c |    2 +
>  kexec/arch/x86_64/kexec-x86_64.h |    5 +
>  kexec/kexec.8                    |   24 +
>  8 files changed, 3709 insertions(+)
>  create mode 100644 doc/multiboot2.html
>  create mode 100644 include/x86/multiboot2.h
>  create mode 100644 kexec/arch/i386/kexec-mb2-x86.c

...

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  reply	other threads:[~2019-05-31  9:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21  7:32 [PATCH 1/3] xen: Avoid overlapping segments in low memory Varad Gautam
2019-05-21  7:32 ` [PATCH 2/3] elf: Support ELF loading with relocation Varad Gautam
2019-06-25  8:11   ` [PATCH 2/3 RESEND] " Varad Gautam
2019-05-21  7:32 ` [PATCH 3/3] x86: Support multiboot2 images Varad Gautam
2019-05-31  9:22   ` Simon Horman [this message]
2019-06-24 18:59   ` [PATCH v2] " Varad Gautam
2019-05-31  9:07 ` [PATCH 1/3] xen: Avoid overlapping segments in low memory Simon Horman
2019-06-24 19:02   ` vrd

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=20190531092256.5kvnkfhpa6oweewi@verge.net.au \
    --to=horms@verge.net.au \
    --cc=dwmw@amazon.co.uk \
    --cc=kexec@lists.infradead.org \
    --cc=vrd@amazon.de \
    /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 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.