qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/4]  Standard SD host controller model
@ 2012-07-05  4:03 Peter A. G. Crosthwaite
  2012-07-05  4:03 ` [Qemu-devel] [PATCH v5 1/4] hw: introduce standard SD host controller Peter A. G. Crosthwaite
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Peter A. G. Crosthwaite @ 2012-07-05  4:03 UTC (permalink / raw)
  To: qemu-devel, i.mitsyanko
  Cc: peter.maydell, e.voevodin, peter.crosthwaite, kyungmin.park,
	d.solodkiy, edgar.iglesias, m.kozlov, john.williams

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

[New]
Third patch changes the -sd command line argument to be repeatable, to support multiple SD controllers in one system.
Fourth patch adds 2x SDHCI controllers to the Xilinx Zynq machine

This revision is typo fixes and rebasing only.

Changelog:
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".

Peter A. G. Crosthwaite (2):
  vl.c: allow for repeated -sd arguments
  xilinx_zynq: Added SD controllers

 default-configs/arm-softmmu.mak |    1 +
 hw/Makefile.objs                |    1 +
 hw/arm/Makefile.objs            |    1 +
 hw/exynos4210.c                 |   20 +
 hw/exynos4210_sdhci.c           |  443 +++++++++++++
 hw/sdhci.c                      | 1313 +++++++++++++++++++++++++++++++++++++++
 hw/sdhci.h                      |  310 +++++++++
 hw/xilinx_zynq.c                |   10 +
 vl.c                            |    2 +-
 9 files changed, 2100 insertions(+), 1 deletions(-)
 create mode 100644 hw/exynos4210_sdhci.c
 create mode 100644 hw/sdhci.c
 create mode 100644 hw/sdhci.h

-- 
1.7.3.2

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

end of thread, other threads:[~2012-07-18  7:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05  4:03 [Qemu-devel] [PATCH v5 0/4] Standard SD host controller model Peter A. G. Crosthwaite
2012-07-05  4:03 ` [Qemu-devel] [PATCH v5 1/4] hw: introduce standard SD host controller Peter A. G. Crosthwaite
2012-07-05  4:04 ` [Qemu-devel] [PATCH v5 2/4] exynos4210: Added SD host controller model Peter A. G. Crosthwaite
2012-07-16 17:13   ` Peter Maydell
2012-07-17 12:55     ` Igor Mitsyanko
2012-07-17 13:37       ` Peter Maydell
2012-07-17 14:58         ` Igor Mitsyanko
2012-07-17 15:04           ` Peter Maydell
2012-07-18  7:13             ` Peter Crosthwaite
2012-07-05  4:04 ` [Qemu-devel] [PATCH v5 3/4] vl.c: allow for repeated -sd arguments Peter A. G. Crosthwaite
2012-07-16 17:28   ` Peter Maydell
2012-07-05  4:04 ` [Qemu-devel] [PATCH v5 4/4] xilinx_zynq: Added SD controllers Peter A. G. Crosthwaite
2012-07-16 17:28   ` Peter Maydell

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