qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] pnv nest1 chiplet model
@ 2023-11-07  7:41 Chalapathi V
  2023-11-07  7:41 ` [PATCH v4 1/3] hw/ppc: Add pnv pervasive common chiplet units Chalapathi V
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chalapathi V @ 2023-11-07  7:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-ppc, fbarrat, npiggin, clg, calebs, chalapathi.v, saif.abrar,
	Chalapathi V

From: Chalapathi V <chalapathi.v@linux.ibm.com>

Hello,

For modularity reasons the P10 processor chip is split into multiple
chiplets individually controlled and managed by the pervasive logic.
The boundaries of these chiplets are defined based on physical design
parameters like clock grids, the nature of the functional units as well
as their pervasive requirements (e.g. clock domains). Examples of chiplet
in the P10 chip are processor cores and caches, memory controllers or IO
interfaces like PCIe. Partitioning the processor chip into these chiplets
allows the pervasive logic to test, initialize, control and manage these
chip partitions individually.

In this series, we create a nest1 chiplet model and implements the chiplet
control scom registers on nest1 chiplet. The chiplet control registers does
the initialization and configuration of a chiplet.

PATCH4: The review comments of PATCH3 has been addressed.

/nest1_chiplet (pnv-nest1-chiplet)
      /perv_chiplet (pnv-pervasive-chiplet)
        /xscom-chiplet-control-regs[0] (memory-region)

Chalapathi V (3):
  hw/ppc: Add pnv pervasive common chiplet units
  hw/ppc: Add nest1 chiplet model
  hw/ppc: Nest1 chiplet wiring

 hw/ppc/meson.build                |   2 +
 hw/ppc/pnv.c                      |  14 +++
 hw/ppc/pnv_nest1_chiplet.c        |  94 +++++++++++++++++
 hw/ppc/pnv_pervasive.c            | 213 ++++++++++++++++++++++++++++++++++++++
 include/hw/ppc/pnv_chip.h         |   2 +
 include/hw/ppc/pnv_nest_chiplet.h |  41 ++++++++
 include/hw/ppc/pnv_pervasive.h    |  39 +++++++
 include/hw/ppc/pnv_xscom.h        |   3 +
 8 files changed, 408 insertions(+)
 create mode 100644 hw/ppc/pnv_nest1_chiplet.c
 create mode 100644 hw/ppc/pnv_pervasive.c
 create mode 100644 include/hw/ppc/pnv_nest_chiplet.h
 create mode 100644 include/hw/ppc/pnv_pervasive.h

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-11-11 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07  7:41 [PATCH v4 0/3] pnv nest1 chiplet model Chalapathi V
2023-11-07  7:41 ` [PATCH v4 1/3] hw/ppc: Add pnv pervasive common chiplet units Chalapathi V
2023-11-11 17:08   ` Cédric Le Goater
2023-11-07  7:41 ` [PATCH v4 2/3] hw/ppc: Add nest1 chiplet model Chalapathi V
2023-11-11 17:27   ` Cédric Le Goater
2023-11-07  7:41 ` [PATCH v4 3/3] hw/ppc: Nest1 chiplet wiring Chalapathi V
2023-11-11 17:31   ` Cédric Le Goater
2023-11-11 16:55 ` [PATCH v4 0/3] pnv nest1 chiplet model Cédric Le Goater

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