qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support
@ 2021-02-06 14:38 Bin Meng
  2021-02-06 14:38 ` [PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues Bin Meng
  2021-02-06 14:38 ` [PATCH 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support Bin Meng
  0 siblings, 2 replies; 7+ messages in thread
From: Bin Meng @ 2021-02-06 14:38 UTC (permalink / raw)
  To: Alistair Francis, Edgar E . Iglesias, Peter Maydell, qemu-arm,
	qemu-devel
  Cc: Bin Meng

From: Bin Meng <bin.meng@windriver.com>

ZynqMP QSPI supports SPI transfer using DMA mode, but currently this
is unimplemented. When QSPI is programmed to use DMA mode, QEMU will
crash. This is observed when testing VxWorks 7.

Add a basic implementation of QSPI DMA functionality.


Xuzhou Cheng (2):
  hw/ssi: xilinx_spips: Clean up coding convention issues
  hw/ssi: xilinx_spips: Implement basic QSPI DMA support

 hw/ssi/xilinx_spips.c | 211 +++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 183 insertions(+), 28 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2021-02-07 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-06 14:38 [PATCH 0/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support Bin Meng
2021-02-06 14:38 ` [PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues Bin Meng
2021-02-06 15:18   ` Peter Maydell
2021-02-06 17:01   ` Philippe Mathieu-Daudé
2021-02-06 14:38 ` [PATCH 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support Bin Meng
2021-02-06 15:28   ` Peter Maydell
2021-02-07 15:46     ` Bin Meng

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