From: Julien Grall <julien.grall@linaro.org>
To: Frediano Ziglio <frediano.ziglio@huawei.com>,
Ian Campbell <ian.campbell@citrix.com>,
Stefano Stabellini <stefano.stabellini@citrix.com>,
Tim Deegan <tim@xen.org>
Cc: zoltan.kiss@huawei.com, xen-devel@lists.xen.org
Subject: Re: [PATCH] xen/arm: Handle translated addresses for hardware domains in GICv2
Date: Fri, 27 Feb 2015 13:53:03 +0000 [thread overview]
Message-ID: <54F076BF.203@linaro.org> (raw)
In-Reply-To: <1424870511-17655-1-git-send-email-frediano.ziglio@huawei.com>
Hi Frediano,
On 25/02/15 13:21, Frediano Ziglio wrote:
> Translated addresses (in d->arch.vgic.{c,d}base) are now bus addresses
> which could not always be applied to the DT.
> Copy the original addresses from DT directly to get the original
> untranslated reg property which will give same d->arch.vgic.{c,d}base
> values once translated again.
>
> Signed-off-by: Frediano Ziglio <frediano.ziglio@huawei.com>
> ---
> xen/arch/arm/gic-v2.c | 25 ++++++++++++++-----------
> 1 file changed, 14 insertions(+), 11 deletions(-)
>
> Fixed typos in comments.
>
> diff --git a/xen/arch/arm/gic-v2.c b/xen/arch/arm/gic-v2.c
> index 31fb81a..a401e3f 100644
> --- a/xen/arch/arm/gic-v2.c
> +++ b/xen/arch/arm/gic-v2.c
> @@ -590,7 +590,7 @@ static int gicv2_make_dt_node(const struct domain *d,
> const struct dt_device_node *gic = dt_interrupt_controller;
> const void *compatible = NULL;
> u32 len;
> - __be32 *new_cells, *tmp;
> + const __be32 *regs;
> int res = 0;
>
> compatible = dt_get_property(gic, "compatible", &len);
> @@ -617,18 +617,21 @@ static int gicv2_make_dt_node(const struct domain *d,
> if ( res )
> return res;
>
> - len = dt_cells_to_size(dt_n_addr_cells(node) + dt_n_size_cells(node));
> - len *= 2; /* GIC has two memory regions: Distributor + CPU interface */
> - new_cells = xzalloc_bytes(len);
> - if ( new_cells == NULL )
> - return -FDT_ERR_XEN(ENOMEM);
> + /*
> + * DTB provides up to 4 regions to handle virtualization
Sorry to ask more change.
I'm not sure why you speak about virtualization here.
Also, can you write somewhere that the GICC and GICD are the first 2
regions of the "reg"?
Other than that this patch looks good to me:
Reviewed-by: Julien Grall <julien.grall@linaro.org>
Regards,
--
Julien Grall
next prev parent reply other threads:[~2015-02-27 13:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 9:38 [PATCH] xen/arm: Handle translated addresses for hardware domains in GICv2 Frediano Ziglio
2015-02-23 16:30 ` Julien Grall
2015-02-24 16:01 ` Ian Campbell
2015-02-24 16:21 ` Julien Grall
2015-02-24 17:00 ` Ian Campbell
2015-02-24 17:09 ` Julien Grall
2015-02-24 16:00 ` Ian Campbell
2015-02-25 11:14 ` Frediano Ziglio
2015-02-25 13:03 ` Julien Grall
2015-02-25 13:21 ` Frediano Ziglio
2015-02-27 13:53 ` Julien Grall [this message]
2015-02-27 13:57 ` Ian Campbell
2015-02-27 14:00 ` Julien Grall
2015-02-27 14:08 ` Frediano Ziglio
2015-03-02 14:50 ` Ian Campbell
2015-03-02 15:00 ` Frediano Ziglio
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=54F076BF.203@linaro.org \
--to=julien.grall@linaro.org \
--cc=frediano.ziglio@huawei.com \
--cc=ian.campbell@citrix.com \
--cc=stefano.stabellini@citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.org \
--cc=zoltan.kiss@huawei.com \
/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.