xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xen.org
Cc: patches@linaro.org, ian.campbell@citrix.com,
	Julien Grall <julien.grall@linaro.org>,
	Stefano.Stabellini@eu.citrix.com
Subject: [PATCH v2 0/2] Rework the way to compute dom0 DTB base address
Date: Thu, 30 May 2013 15:05:17 +0100	[thread overview]
Message-ID: <1369922720-10015-1-git-send-email-julien.grall@linaro.org> (raw)

Hello

The first version of this series contained a single patch.

I have added a patch to use the address right after the kernel, if a DTB
is already appended.

It could happen if the same kernel is used for both bare metal and XEN without
a bootloader. I use this configuration on the versatile express, so I appended
the DTB to my kernel and enable CONFIG_APPENDED_DTB. Linux will prefer to use
the appended one rather than the one pointed by r2.

For the other changes see in each patch.

Cheers,

Julien Grall (2):
  xen/arm: Rework the way to compute dom0 DTB base address
  xen/arm: If the DOM0 zImage as a DTB appended replace it

 xen/arch/arm/domain_build.c |   51 ++++++++++++++++++++++++++++++++++++++-----
 xen/arch/arm/kernel.c       |   28 ++++++++++++------------
 xen/arch/arm/kernel.h       |    7 ++++++
 3 files changed, 66 insertions(+), 20 deletions(-)

-- 
1.7.10.4

             reply	other threads:[~2013-05-30 14:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-30 14:05 Julien Grall [this message]
2013-05-30 14:05 ` [PATCH v2 1/2] xen/arm: Rework the way to compute dom0 DTB base address Julien Grall
2013-05-31 11:45   ` Ian Campbell
2013-05-31 13:28     ` Julien Grall
2013-05-31 13:45       ` Julien Grall
2013-05-31 14:14         ` Ian Campbell
2013-05-30 14:05 ` [PATCH v2 2/2] xen/arm: If the DOM0 zImage as a DTB appended replace it Julien Grall
2013-05-30 14:24   ` Ian Campbell
2013-05-30 14:47     ` Julien Grall
2013-05-30 14:52       ` Ian Campbell
2013-05-30 15:01         ` Julien Grall

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=1369922720-10015-1-git-send-email-julien.grall@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=patches@linaro.org \
    --cc=xen-devel@lists.xen.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).