From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org, i.mitsyanko@samsung.com
Cc: vineshp@xilinx.com, edgar.iglesias@gmail.com,
Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
john.williams@xilinx.com, afaerber@suse.de
Subject: [Qemu-devel] [PATCH v7 0/3] Standard SD host controller model
Date: Tue, 30 Oct 2012 15:03:37 +1000 [thread overview]
Message-ID: <cover.1351572887.git.peter.crosthwaite@xilinx.com> (raw)
[Original cover by Igor]
First patch introduces standard SD host controller model. This is accumulated version of my previous patch I sent a while ago and a recent SDHCI patch by Peter A. G. Crosthwaite. Second patch introduces Exynos4210-specific SDHCI built on top of standard SDHCI model.
Second patch changes the -sd command line argument to be repeatable, to support multiple SD controllers in one system.
Third patch adds 2x SDHCI controllers to the Xilinx Zynq machine
Changelog:
Changed from v6:
Dropped exynos4210 patch
Addressed PMM review
Changed from v5:
Igors IRQ changes RE PMM review.
Changed from v4:
Igors changes re PMM review (P1/2)
Typo in commit msg (P3)
removed redundant braces in P4
Changed from v3:
Rebased for new Makefile system
Fixed include guard in sdhci.h
Typos in commit messages
Changed from v2:
corrected typo errors in ADMA1 support
added patches 3-4
v1->v2
PATCH1:
add support for ADMA1 (I havn't tested it though).
fixed s->prnsts <-> s->pwrcon typo (thanks to Peter, strange that it even worked
before).
PATCH2:
change header prefix from "target-arm" to "exynos4210".*** SUBJECT HERE ***
Igor Mitsyanko (1):
hw: introduce standard SD host controller
Peter Crosthwaite (2):
vl.c: allow for repeated -sd arguments
xilinx_zynq: Added SD controllers
default-configs/arm-softmmu.mak | 2 +
hw/Makefile.objs | 1 +
hw/sdhci.c | 1299 +++++++++++++++++++++++++++++++++++++++
hw/sdhci.h | 311 ++++++++++
hw/xilinx_zynq.c | 10 +
vl.c | 2 +-
6 files changed, 1624 insertions(+), 1 deletions(-)
create mode 100644 hw/sdhci.c
create mode 100644 hw/sdhci.h
next reply other threads:[~2012-10-30 5:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-30 5:03 Peter Crosthwaite [this message]
2012-10-30 5:03 ` [Qemu-devel] [PATCH v7 1/3] hw: introduce standard SD host controller Peter Crosthwaite
2012-11-01 17:21 ` Igor Mitsyanko
2012-11-02 2:21 ` Peter Crosthwaite
2012-11-02 11:49 ` Igor Mitsyanko
2012-10-30 5:03 ` [Qemu-devel] [PATCH v7 2/3] vl.c: allow for repeated -sd arguments Peter Crosthwaite
2012-10-30 5:03 ` [Qemu-devel] [PATCH v7 3/3] xilinx_zynq: Added SD controllers Peter Crosthwaite
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.1351572887.git.peter.crosthwaite@xilinx.com \
--to=peter.crosthwaite@xilinx.com \
--cc=afaerber@suse.de \
--cc=edgar.iglesias@gmail.com \
--cc=i.mitsyanko@samsung.com \
--cc=john.williams@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=vineshp@xilinx.com \
/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 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.