All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce PCI mbox module for Nuvoton SoC
@ 2022-01-10 17:56 Patrick Venture
  2022-01-10 17:56 ` [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module Patrick Venture
  2022-01-10 17:56 ` [PATCH 2/2] hw/arm: Add PCI mailbox module to Nuvoton SoC Patrick Venture
  0 siblings, 2 replies; 7+ messages in thread
From: Patrick Venture @ 2022-01-10 17:56 UTC (permalink / raw)
  To: hskinnemoen, kfting, peter.maydell; +Cc: qemu-devel, qemu-arm, Patrick Venture

The PCI mbox module connects to a host such that the host can interact with the BMC SoC as a PCI device using a chardev.  This chardev portion will be in a follow-on CL with the corresponding documentation.

Hao Wu (2):
  hw/misc: Add Nuvoton's PCI Mailbox Module
  hw/arm: Add PCI mailbox module to Nuvoton SoC

 docs/system/arm/nuvoton.rst        |   1 +
 hw/arm/npcm7xx.c                   |  15 ++-
 hw/misc/meson.build                |   1 +
 hw/misc/npcm7xx_pci_mbox.c         | 178 +++++++++++++++++++++++++++++
 hw/misc/trace-events               |   5 +
 include/hw/arm/npcm7xx.h           |   2 +
 include/hw/misc/npcm7xx_pci_mbox.h |  63 ++++++++++
 7 files changed, 264 insertions(+), 1 deletion(-)
 create mode 100644 hw/misc/npcm7xx_pci_mbox.c
 create mode 100644 include/hw/misc/npcm7xx_pci_mbox.h

-- 
2.34.1.575.g55b058a8bb-goog



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

end of thread, other threads:[~2022-04-12  2:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 17:56 [PATCH 0/2] Introduce PCI mbox module for Nuvoton SoC Patrick Venture
2022-01-10 17:56 ` [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module Patrick Venture
2022-01-27 18:37   ` Peter Maydell
2022-01-27 21:27     ` Patrick Venture
2022-04-12  2:40       ` Patrick Venture
2022-01-10 17:56 ` [PATCH 2/2] hw/arm: Add PCI mailbox module to Nuvoton SoC Patrick Venture
2022-01-27 18:37   ` Peter Maydell

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.