All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabiano Rosas <farosas@linux.ibm.com>
To: "Cédric Le Goater" <clg@kaod.org>,
	qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Cc: "David Gibson" <david@gibson.dropbear.id.au>,
	"Cédric Le Goater" <clg@kaod.org>, "Greg Kurz" <groug@kaod.org>
Subject: Re: [PATCH] target/ppc: Fix 7748 support
Date: Mon, 17 Jan 2022 10:07:12 -0300	[thread overview]
Message-ID: <87r196wlxb.fsf@linux.ibm.com> (raw)
In-Reply-To: <20220117092555.1616512-1-clg@kaod.org>

Cédric Le Goater <clg@kaod.org> writes:

> The 7448 CPU is an evolution of the PowerPC 7447A and the last of the
> G4 family. Change its family to reflect correctly its features. This
> fixes Linux boot.
>
> Cc: Fabiano Rosas <farosas@linux.ibm.com>
> Signed-off-by: Cédric Le Goater <clg@kaod.org>

Reviewed-by: Fabiano Rosas <farosas@linux.ibm.com>

> ---
>  target/ppc/cpu-models.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/target/ppc/cpu-models.c b/target/ppc/cpu-models.c
> index 96fec9c2e501..764afe5a2afb 100644
> --- a/target/ppc/cpu-models.c
> +++ b/target/ppc/cpu-models.c
> @@ -636,13 +636,13 @@
>                  "PowerPC 7410 v1.3 (G4)")
>      POWERPC_DEF("7410_v1.4",     CPU_POWERPC_7410_v14,               7410,
>                  "PowerPC 7410 v1.4 (G4)")
> -    POWERPC_DEF("7448_v1.0",     CPU_POWERPC_7448_v10,               7400,
> +    POWERPC_DEF("7448_v1.0",     CPU_POWERPC_7448_v10,               7445,
>                  "PowerPC 7448 v1.0 (G4)")
> -    POWERPC_DEF("7448_v1.1",     CPU_POWERPC_7448_v11,               7400,
> +    POWERPC_DEF("7448_v1.1",     CPU_POWERPC_7448_v11,               7445,
>                  "PowerPC 7448 v1.1 (G4)")
> -    POWERPC_DEF("7448_v2.0",     CPU_POWERPC_7448_v20,               7400,
> +    POWERPC_DEF("7448_v2.0",     CPU_POWERPC_7448_v20,               7445,
>                  "PowerPC 7448 v2.0 (G4)")
> -    POWERPC_DEF("7448_v2.1",     CPU_POWERPC_7448_v21,               7400,
> +    POWERPC_DEF("7448_v2.1",     CPU_POWERPC_7448_v21,               7445,
>                  "PowerPC 7448 v2.1 (G4)")
>      POWERPC_DEF("7450_v1.0",     CPU_POWERPC_7450_v10,               7450,
>                  "PowerPC 7450 v1.0 (G4)")


  reply	other threads:[~2022-01-17 14:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17  9:25 [PATCH] target/ppc: Fix 7748 support Cédric Le Goater
2022-01-17 13:07 ` Fabiano Rosas [this message]
2022-01-18 12:01 ` Cédric Le Goater

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=87r196wlxb.fsf@linux.ibm.com \
    --to=farosas@linux.ibm.com \
    --cc=clg@kaod.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=groug@kaod.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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 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.