qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add PowerNV I2C Controller Model
@ 2023-10-16 22:20 Glenn Miles
  2023-10-16 22:20 ` [PATCH v3 1/2] ppc/pnv: Add an I2C controller model Glenn Miles
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Glenn Miles @ 2023-10-16 22:20 UTC (permalink / raw)
  To: qemu-ppc; +Cc: Glenn Miles, qemu-devel, clg, npiggin, fbarrat, philmd

Upstreams the PowerNV I2C controller model originally
authored by Cédric Le Goater with minor changes by
myself to split the actual addition of the model from
wiring it up to a power processor model.

This series only attaches the controller to the powernv9
chip model, but is expected to eventually also be attached
to the powernv10 chip model.

Cédric Le Goater (2):
  ppc/pnv: Add an I2C controller model
  ppc/pnv: Connect I2C controller model to powernv9 chip

 hw/ppc/meson.build         |   1 +
 hw/ppc/pnv.c               |  28 ++
 hw/ppc/pnv_i2c.c           | 697 +++++++++++++++++++++++++++++++++++++
 include/hw/ppc/pnv_chip.h  |   8 +
 include/hw/ppc/pnv_i2c.h   |  38 ++
 include/hw/ppc/pnv_xscom.h |   3 +
 6 files changed, 775 insertions(+)
 create mode 100644 hw/ppc/pnv_i2c.c
 create mode 100644 include/hw/ppc/pnv_i2c.h

-- 
2.31.1



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

end of thread, other threads:[~2023-11-07 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 22:20 [PATCH v3 0/2] Add PowerNV I2C Controller Model Glenn Miles
2023-10-16 22:20 ` [PATCH v3 1/2] ppc/pnv: Add an I2C controller model Glenn Miles
2023-10-16 22:20 ` [PATCH v3 2/2] ppc/pnv: Connect I2C controller model to powernv9 chip Glenn Miles
2023-10-17  7:01 ` [PATCH v3 0/2] Add PowerNV I2C Controller Model Cédric Le Goater
2023-10-17 20:52   ` Miles Glenn
2023-11-07 18:54 ` Daniel Henrique Barboza

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