qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Igor Mammedov <imammedo@redhat.com>
To: Alistair Francis <alistair.francis@xilinx.com>
Cc: qemu-devel@nongnu.org, alistair23@gmail.com, ehabkost@redhat.com,
	marcel@redhat.com, f4bug@amsat.org
Subject: Re: [Qemu-devel] [PATCH v2 2/5] bcm2836: Use the Cortex-A7 instead of Cortex-A15
Date: Fri, 13 Oct 2017 10:56:18 +0200	[thread overview]
Message-ID: <20171013105618.22999596@nial.brq.redhat.com> (raw)
In-Reply-To: <58ffc3cdc439a23cbfbd36f313770eef150efba4.1507852977.git.alistair.francis@xilinx.com>

On Thu, 12 Oct 2017 17:07:28 -0700
Alistair Francis <alistair.francis@xilinx.com> wrote:

> The BCM2836 uses a Cortex-A7 not a Cortex-A15. Update the device to use
> the correct CPU.
> https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/QA7_rev3.4.pdf
> 
> Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
> ---
> V2:
>  - Fix the BCM2836 CPU
> 
>  hw/arm/bcm2836.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c
> index 8c43291112..931795a878 100644
> --- a/hw/arm/bcm2836.c
> +++ b/hw/arm/bcm2836.c
> @@ -30,7 +30,7 @@ static void bcm2836_init(Object *obj)
>  
>      for (n = 0; n < BCM2836_NCPUS; n++) {
>          object_initialize(&s->cpus[n], sizeof(s->cpus[n]),
> -                          "cortex-a15-" TYPE_ARM_CPU);
> +                          "cortex-a7-" TYPE_ARM_CPU);
ARM_CPU_TYPE_NAME("cortex-a7")

>          object_property_add_child(obj, "cpu[*]", OBJECT(&s->cpus[n]),
>                                    &error_abort);
>      }

  reply	other threads:[~2017-10-13  8:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13  0:07 [Qemu-devel] [PATCH v2 0/5] Add a valid_cpu_types property Alistair Francis
2017-10-13  0:07 ` [Qemu-devel] [PATCH v2 1/5] netduino2: Specify the valid CPUs Alistair Francis
2017-10-13  9:00   ` Igor Mammedov
2017-10-13  0:07 ` [Qemu-devel] [PATCH v2 2/5] bcm2836: Use the Cortex-A7 instead of Cortex-A15 Alistair Francis
2017-10-13  8:56   ` Igor Mammedov [this message]
2017-10-13  0:07 ` [Qemu-devel] [PATCH v2 3/5] raspi: Specify the valid CPUs Alistair Francis
2017-10-13  0:07 ` [Qemu-devel] [PATCH v2 4/5] xlnx-zcu102: " Alistair Francis
2017-10-13  0:07 ` [Qemu-devel] [PATCH v2 5/5] xilinx_zynq: : " Alistair Francis
2017-10-13  8:54 ` [Qemu-devel] [PATCH v2 0/5] Add a valid_cpu_types property Igor Mammedov
2017-10-13 16:29   ` Alistair Francis

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=20171013105618.22999596@nial.brq.redhat.com \
    --to=imammedo@redhat.com \
    --cc=alistair.francis@xilinx.com \
    --cc=alistair23@gmail.com \
    --cc=ehabkost@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=marcel@redhat.com \
    --cc=qemu-devel@nongnu.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).