From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org
Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org,
crosthwaitepeter@gmail.com, edgar.iglesias@gmail.com,
alistair.francis@xilinx.com
Subject: [Qemu-devel] [PATCH v4 0/5] Connect the SPI devices to ZynqMP
Date: Mon, 23 Nov 2015 00:54:45 -0800 [thread overview]
Message-ID: <cover.1448268409.git.alistair.francis@xilinx.com> (raw)
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.
V4:
- Rebase
- Rename the SPI busses so that they can all be accessed from the SoC
- Only create one SPI flash device
V3:
- Don't reach into the SoC to get the SPI Bus
V2:
- Connect the SPI flash in the board code
- Update git patches to properly indicate rename
- Add sst25wf080 as a SPI flash
Alistair Francis (5):
m25p80.c: Add sst25wf080 SPI flash device
ssi: Move ssi.h into a separate directory
xilinx_spips: Seperate the state struct into a header
xlnx-zynqmp: Connect the SPI devices
xlnx-ep108: Connect the SPI Flash
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-ep108.c | 16 +++++++++
hw/arm/xlnx-zynqmp.c | 38 ++++++++++++++++++++
hw/arm/z2.c | 2 +-
hw/block/m25p80.c | 3 +-
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 | 48 +++----------------------
include/hw/arm/xlnx-zynqmp.h | 3 ++
include/hw/{ => ssi}/ssi.h | 10 +++---
include/hw/ssi/xilinx_spips.h | 72 +++++++++++++++++++++++++++++++++++++
22 files changed, 157 insertions(+), 63 deletions(-)
rename include/hw/{ => ssi}/ssi.h (96%)
create mode 100644 include/hw/ssi/xilinx_spips.h
--
2.5.0
next reply other threads:[~2015-11-23 8:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-23 8:54 Alistair Francis [this message]
2015-11-23 8:54 ` [Qemu-devel] [PATCH v4 1/5] m25p80.c: Add sst25wf080 SPI flash device Alistair Francis
2015-11-23 8:54 ` [Qemu-devel] [PATCH v4 2/5] ssi: Move ssi.h into a separate directory Alistair Francis
2015-11-23 8:54 ` [Qemu-devel] [PATCH v4 3/5] xilinx_spips: Seperate the state struct into a header Alistair Francis
2015-12-15 18:48 ` Peter Maydell
2015-12-16 19:41 ` Alistair Francis
2015-11-23 8:54 ` [Qemu-devel] [PATCH v4 4/5] xlnx-zynqmp: Connect the SPI devices Alistair Francis
2015-12-15 18:46 ` Peter Maydell
2015-12-16 19:51 ` Alistair Francis
2015-11-23 8:54 ` [Qemu-devel] [PATCH v4 5/5] xlnx-ep108: Connect the SPI Flash Alistair Francis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1448268409.git.alistair.francis@xilinx.com \
--to=alistair.francis@xilinx.com \
--cc=crosthwaitepeter@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=edgar.iglesias@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).