All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
@ 2021-09-25 13:34 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 26+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-09-25 13:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, Bin Meng, Philippe Mathieu-Daudé,
	Alistair Francis, Paolo Bonzini, Marc-André Lureau

Hi,

This series QOM'ify the PolarFire UART (the project
would get ride of non-QOM devices).

Since v1:
- Simplify MCHP_PFSOC_MMUART_REG_SIZE
- Use MemoryRegion container
- Mention qdev_set_legacy_instance_id() is not needed (Bin)
- Properly map the 16550 (Bin)
- Add DeviceReset() method (Peter)
- Add migration state (Peter)

Tested with U-Boot v2021.07 following documentation in
docs/system/riscv/microchip-icicle-kit.rst.

Regards,

Phil.

Philippe Mathieu-Daudé (3):
  hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
  hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
  hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART

 include/hw/char/mchp_pfsoc_mmuart.h |  17 ++--
 hw/char/mchp_pfsoc_mmuart.c         | 126 ++++++++++++++++++++++------
 2 files changed, 114 insertions(+), 29 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2021-09-28 22:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 13:34 [PATCH v2 0/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART Philippe Mathieu-Daudé
2021-09-25 13:34 ` Philippe Mathieu-Daudé
2021-09-25 13:34 ` [PATCH v2 1/3] hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition Philippe Mathieu-Daudé
2021-09-25 13:34   ` Philippe Mathieu-Daudé
2021-09-26  8:31   ` Bin Meng
2021-09-26  8:31     ` Bin Meng
2021-09-26  8:38     ` Bin Meng
2021-09-26  8:38       ` Bin Meng
2021-09-28 22:19     ` Alistair Francis
2021-09-28 22:19       ` Alistair Francis
2021-09-28 22:16   ` Alistair Francis
2021-09-28 22:16     ` Alistair Francis
2021-09-28 22:42   ` Alistair Francis
2021-09-28 22:42     ` Alistair Francis
2021-09-25 13:34 ` [PATCH v2 2/3] hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container Philippe Mathieu-Daudé
2021-09-25 13:34   ` Philippe Mathieu-Daudé
2021-09-26  8:31   ` Bin Meng
2021-09-26  8:31     ` Bin Meng
2021-09-28 22:12   ` Alistair Francis
2021-09-28 22:12     ` Alistair Francis
2021-09-25 13:34 ` [PATCH v2 3/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART Philippe Mathieu-Daudé
2021-09-25 13:34   ` Philippe Mathieu-Daudé
2021-09-26  8:31   ` Bin Meng
2021-09-26  8:31     ` Bin Meng
2021-09-28 22:15   ` Alistair Francis
2021-09-28 22:15     ` Alistair Francis

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.