qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Nicholas Piggin" <npiggin@gmail.com>
To: "Chalapathi V" <chalapathi.v@linux.ibm.com>, <qemu-devel@nongnu.org>
Cc: <qemu-ppc@nongnu.org>, <fbarrat@linux.ibm.com>, <clg@kaod.org>,
	<calebs@us.ibm.com>, <chalapathi.v@ibm.com>,
	<saif.abrar@linux.vnet.ibm.com>
Subject: Re: [PATCH v6 2/3] hw/ppc: Add N1 chiplet model
Date: Tue, 28 Nov 2023 12:05:59 +1000	[thread overview]
Message-ID: <CXA2SMDK57YS.1BACSN5MDTSNI@wheely> (raw)
In-Reply-To: <20231127171307.5237-3-chalapathi.v@linux.ibm.com>

On Tue Nov 28, 2023 at 3:13 AM AEST, Chalapathi V wrote:
> The N1 chiplet handle the high speed i/o traffic over PCIe and others.
> The N1 chiplet consists of PowerBus Fabric controller,
> nest Memory Management Unit, chiplet control unit and more.
>
> This commit creates a N1 chiplet model and initialize and realize the
> pervasive chiplet model where chiplet control registers are implemented.
>
> This commit also implement the read/write method for the powerbus scom
> registers
>
> Signed-off-by: Chalapathi V <chalapathi.v@linux.ibm.com>
> ---
>  include/hw/ppc/pnv_n1_chiplet.h |  35 +++++++
>  include/hw/ppc/pnv_xscom.h      |   6 ++
>  hw/ppc/pnv_n1_chiplet.c         | 171 ++++++++++++++++++++++++++++++++
>  hw/ppc/meson.build              |   1 +
>  4 files changed, 213 insertions(+)
>  create mode 100644 include/hw/ppc/pnv_n1_chiplet.h
>  create mode 100644 hw/ppc/pnv_n1_chiplet.c
>
> diff --git a/include/hw/ppc/pnv_n1_chiplet.h b/include/hw/ppc/pnv_n1_chiplet.h
> new file mode 100644
> index 0000000000..3c42ada7f4
> --- /dev/null
> +++ b/include/hw/ppc/pnv_n1_chiplet.h
> @@ -0,0 +1,35 @@
> +/*
> + * QEMU PowerPC N1 chiplet model
> + *
> + * Copyright (c) 2023, IBM Corporation.
> + *
> + * SPDX-License-Identifier: GPL-2.0-or-later
> + *
> + * This code is licensed under the GPL version 2 or later. See the
> + * COPYING file in the top-level directory.

Same question about tag here in in the .c. Otherwise,

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>

Thanks,
Nick


  reply	other threads:[~2023-11-28  2:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-27 17:13 [PATCH v6 0/3] pnv nest1 chiplet model Chalapathi V
2023-11-27 17:13 ` [PATCH v6 1/3] hw/ppc: Add pnv nest pervasive common " Chalapathi V
2023-11-28  2:04   ` Nicholas Piggin
2023-11-28 14:24   ` Cédric Le Goater
2023-11-27 17:13 ` [PATCH v6 2/3] hw/ppc: Add N1 " Chalapathi V
2023-11-28  2:05   ` Nicholas Piggin [this message]
2023-11-28  6:48   ` Cédric Le Goater
2023-12-06 10:01     ` Chalapathi V
2023-11-27 17:13 ` [PATCH v6 3/3] hw/ppc: N1 chiplet wiring Chalapathi V
2023-11-28  2:09   ` Nicholas Piggin
2023-11-28 17:38 ` [PATCH v6 0/3] pnv nest1 chiplet model Cédric Le Goater
2023-11-28 21:37   ` 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=CXA2SMDK57YS.1BACSN5MDTSNI@wheely \
    --to=npiggin@gmail.com \
    --cc=calebs@us.ibm.com \
    --cc=chalapathi.v@ibm.com \
    --cc=chalapathi.v@linux.ibm.com \
    --cc=clg@kaod.org \
    --cc=fbarrat@linux.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=saif.abrar@linux.vnet.ibm.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 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).