From: Ian Campbell <Ian.Campbell@citrix.com>
To: Oleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com>
Cc: julien.grall@linaro.org, tim@xen.org,
stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH v3 3/3] xen/arm: Introduce support for Renesas R-Car Gen2 platform
Date: Wed, 28 Jan 2015 13:26:19 +0000 [thread overview]
Message-ID: <1422451579.14124.39.camel@citrix.com> (raw)
In-Reply-To: <1422027220-31423-4-git-send-email-oleksandr.tyshchenko@globallogic.com>
On Fri, 2015-01-23 at 17:33 +0200, Oleksandr Tyshchenko wrote:
> From: Iurii Konovalenko <iurii.konovalenko@globallogic.com>
>
> Signed-off-by: Iurii Konovalenko <iurii.konovalenko@globallogic.com>
> Reviewed-by: Julien Grall <julien.grall@linaro.org>
> ---
> xen/arch/arm/platforms/Makefile | 1 +
> xen/arch/arm/platforms/shmobile.c | 71 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 72 insertions(+)
> create mode 100644 xen/arch/arm/platforms/shmobile.c
>
> diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile
> index 8f47c16..29e931a 100644
> --- a/xen/arch/arm/platforms/Makefile
> +++ b/xen/arch/arm/platforms/Makefile
> @@ -4,5 +4,6 @@ obj-$(CONFIG_ARM_32) += exynos5.o
> obj-$(CONFIG_ARM_32) += midway.o
> obj-$(CONFIG_ARM_32) += omap5.o
> obj-$(CONFIG_ARM_32) += sunxi.o
> +obj-$(CONFIG_ARM_32) += shmobile.o
Everything else calls the platform rcar. How does shmobile relate to
that?
(I must confess I thought sh-mobile was a process architecture of its
own, not an ARM thing)
Ian.
next prev parent reply other threads:[~2015-01-28 13:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-23 15:33 [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support Oleksandr Tyshchenko
2015-01-23 15:33 ` [PATCH v3 1/3] xen/arm: Add R-Car Gen2 support for early printk Oleksandr Tyshchenko
2015-01-23 15:33 ` [PATCH v3 2/3] xen/arm: Add new driver for R-Car Gen2 UART Oleksandr Tyshchenko
2015-01-23 22:40 ` Julien Grall
2015-01-23 15:33 ` [PATCH v3 3/3] xen/arm: Introduce support for Renesas R-Car Gen2 platform Oleksandr Tyshchenko
2015-01-28 13:26 ` Ian Campbell [this message]
2015-01-28 13:48 ` Oleksandr Tyshchenko
2015-01-28 14:16 ` Ian Campbell
2015-01-28 16:16 ` Andrii Anisov
2015-01-30 15:38 ` Oleksandr Tyshchenko
2015-01-30 15:52 ` Julien Grall
2015-01-30 16:44 ` Oleksandr Tyshchenko
2015-01-30 16:52 ` Julien Grall
2015-02-02 17:10 ` Ian Campbell
2015-02-02 17:19 ` Oleksandr Tyshchenko
2015-02-02 17:46 ` Ian Campbell
2015-01-23 22:36 ` [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support Julien Grall
2015-01-23 23:08 ` Oleksandr Tyshchenko
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=1422451579.14124.39.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=julien.grall@linaro.org \
--cc=oleksandr.tyshchenko@globallogic.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=tim@xen.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 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.