xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Jon Fraser <jfraser@broadcom.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH 1/3] xen/arm: Broadcom 7445D0 ARM cpu support.
Date: Thu, 2 Oct 2014 13:57:29 +0100	[thread overview]
Message-ID: <1412254649.17146.7.camel@citrix.com> (raw)
In-Reply-To: <1412117825-8228-1-git-send-email-jfraser@broadcom.com>

On Tue, 2014-09-30 at 18:57 -0400, Jon Fraser wrote:
> Relax cpu id mask to cover minor cpu revisions in the SoC versions.
> 
> Signed-off-by: Jon Fraser <jfraser@broadcom.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

Since we are now post feature freeze we will need a freeze exception
from the release manager (Konrad, CCd) for this series.

These first two patches in this series are practically bugfixes and I
think they should certainly go in:
        xen/arm: Broadcom 7445D0 ARM cpu support.
        xen/arm: Update early print console UART address for Broadcom 7445D0.
The third patch:
        xen/arm: Add support for Broadcom 7445D0 A15 platform.
        
Is somewhat larger but it is completely isolated and cannot break
anything which does not use the brcm,bcm7445d0 dtb compat string. So it
is completely safe wrt regressions on other platforms and I can't think
of a reason not to take it once it is ready.

> ---
>  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

  parent reply	other threads:[~2014-10-02 12:57 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
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 ` Ian Campbell [this message]
2014-10-02 15:09   ` [PATCH 1/3] xen/arm: Broadcom 7445D0 ARM cpu support 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=1412254649.17146.7.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=jfraser@broadcom.com \
    --cc=konrad.wilk@oracle.com \
    --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).