qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 0/3] Connect the SPI devices to ZynqMP


From: Alistair Francis
Subject: [Qemu-devel] [PATCH v1 0/3] Connect the SPI devices to ZynqMP
Date: Tue, 29 Sep 2015 16:03:07 -0700

Connect the SPI devices to Xilinx's ZynqMP.

I also need to make some changes to the actual SPI device to
imporove the fuctionality, but for the time being this works.

Alistair Francis (3):
  ssi: Move ssi.h into a seperate directory
  xilinx_spips: Seperate the state struct into a header
  xlnx-zynqmp: Connect the SPI devices

 hw/arm/pxa2xx.c                     |   2 +-
 hw/arm/spitz.c                      |   2 +-
 hw/arm/stellaris.c                  |   2 +-
 hw/arm/strongarm.c                  |   2 +-
 hw/arm/tosa.c                       |   2 +-
 hw/arm/xilinx_zynq.c                |   2 +-
 hw/arm/xlnx-zynqmp.c                |  46 ++++++++++++-
 hw/arm/z2.c                         |   2 +-
 hw/block/m25p80.c                   |   2 +-
 hw/display/ads7846.c                |   2 +-
 hw/display/ssd0323.c                |   2 +-
 hw/microblaze/petalogix_ml605_mmu.c |   2 +-
 hw/misc/max111x.c                   |   2 +-
 hw/sd/ssi-sd.c                      |   2 +-
 hw/ssi/pl022.c                      |   2 +-
 hw/ssi/ssi.c                        |   2 +-
 hw/ssi/xilinx_spi.c                 |   2 +-
 hw/ssi/xilinx_spips.c               | 104 +---------------------------
 include/hw/arm/xlnx-zynqmp.h        |   4 ++
 include/hw/ssi.h                    |  94 -------------------------
 include/hw/ssi/ssi.h                |  96 ++++++++++++++++++++++++++
 include/hw/ssi/xilinx_spips.h       | 134 ++++++++++++++++++++++++++++++++++++
 22 files changed, 296 insertions(+), 214 deletions(-)
 delete mode 100644 include/hw/ssi.h
 create mode 100644 include/hw/ssi/ssi.h
 create mode 100644 include/hw/ssi/xilinx_spips.h

-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]