From: Julien Grall <julien.grall@linaro.org>
To: Jon Fraser <jfraser@broadcom.com>, xen-devel@lists.xen.org
Cc: tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH V2 1/4] xen/arm: Broadcom 7445D0 ARM cpu support.
Date: Fri, 03 Oct 2014 11:39:28 +0100 [thread overview]
Message-ID: <542E7CE0.7070002@linaro.org> (raw)
In-Reply-To: <1412288214-19224-2-git-send-email-jfraser@broadcom.com>
Hello Jon,
On 02/10/2014 23:16, Jon Fraser wrote:
> Relax cpu id mask to cover minor cpu revisions in the SoC versions.
>
> Signed-off-by: Jon Fraser <jfraser@broadcom.com>
Ian and I already acked/reviewed this patch on the previous version.
When you send a new version of a patch, you need to carry the
acked/reviewed by given on the previous versions. Unless there is big
change in the patch.
Regards,
> ---
> xen/arch/arm/arm32/proc-v7.S | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/xen/arch/arm/arm32/proc-v7.S b/xen/arch/arm/arm32/proc-v7.S
> index b0d5343..2f3ff1e 100644
> --- a/xen/arch/arm/arm32/proc-v7.S
> +++ b/xen/arch/arm/arm32/proc-v7.S
> @@ -50,8 +50,8 @@ __v7_ca7mp_proc_info:
> .section ".init.proc.info", #alloc, #execinstr
> .type __v7_brahma15mp_proc_info, #object
> __v7_brahma15mp_proc_info:
> - .long 0x420F00F2 /* Broadcom Brahma-B15 */
> - .long 0xFF0FFFFF /* Mask */
> + .long 0x420F00F0 /* Broadcom Brahma-B15 */
> + .long 0xFF0FFFF0 /* Mask */
> .long brahma15mp_init
> .long caxx_processor
> .size __v7_brahma15mp_proc_info, . - __v7_brahma15mp_proc_info
>
--
Julien Grall
next prev parent reply other threads:[~2014-10-03 10:39 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-30 22:57 [PATCH 1/3] xen/arm: Broadcom 7445D0 ARM cpu support Jon Fraser
2014-10-01 15:28 ` Julien Grall
2014-10-02 22:16 ` [PATCH V2 0/4] Add Broadcom 7445D0 A15 board support Jon Fraser
2014-10-02 22:16 ` [PATCH V2 1/4] xen/arm: Broadcom 7445D0 ARM cpu support Jon Fraser
2014-10-03 10:39 ` Julien Grall [this message]
2014-10-02 22:16 ` [PATCH V2 2/4] xen/arm: Update early print console UART address for Broadcom 7445D0 Jon Fraser
2014-10-02 22:16 ` [PATCH V2 3/4] xen/arm: Add support for Broadcom 7445D0 A15 platform Jon Fraser
2014-10-03 10:44 ` Julien Grall
2014-10-03 15:15 ` Jonathan Fraser
2014-10-03 15:22 ` Ian Campbell
2014-10-03 15:45 ` Jonathan Fraser
2014-10-02 22:16 ` [PATCH V2 4/4] xen/arm/docs: Document Broadcom 7445D0 early printk support Jon Fraser
2014-10-03 10:41 ` Julien Grall
2014-10-03 10:29 ` [PATCH V2 0/4] Add Broadcom 7445D0 A15 board support Ian Campbell
2014-10-03 10:42 ` Julien Grall
2014-10-03 15:03 ` Jonathan Fraser
2014-10-03 15:29 ` Ian Campbell
2014-10-02 12:57 ` [PATCH 1/3] xen/arm: Broadcom 7445D0 ARM cpu support Ian Campbell
2014-10-02 15:09 ` Konrad Rzeszutek Wilk
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=542E7CE0.7070002@linaro.org \
--to=julien.grall@linaro.org \
--cc=ian.campbell@citrix.com \
--cc=jfraser@broadcom.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.