qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com,
	peter.maydell@linaro.org
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>,
	john.williams@xilinx.com
Subject: [Qemu-devel] [PATCH v1 0/7] QOMify pflash_cfi0x + PL353 for Xilinx Zynq
Date: Fri, 19 Oct 2012 16:40:24 +1000	[thread overview]
Message-ID: <cover.1350619775.git.peter.crosthwaite@xilinx.com> (raw)

This series adds the PL353 to Xilinx Zynq with both NAND and pflashes attached. Had to QOMify the pflash_cfi0x devices to get them working with PL35x in the least hackish way. Regression tested pflash_cfi_01 using petalogix-ml605 and pflash_cfi_02 tested using zynq. Further testing by clients of the pflash would be appreciated.

The pl35x is setup as a generalisation of all the pl35x family (i.e. it implements all of PL351-pl354). Once we get to actually implementing some of the register ops of this SRAM interface we could add this to vexpress for its PL354. The PL35x is incomplete (see the FIXME:s) at the moment but im pushing for this now as the more conterversial QOM-entangled aspects of this device model are encapsulated by this series. The device does also fully work for Linux.

Edgar E. Iglesias (1):
  nand: Reset addressing after READSTATUS.

Peter Crosthwaite (6):
  pflash_cfi0x: remove unused base field
  pflash_cfi01: remove unused total_len field
  pflash_cfi0x: QOMified
  sysbus/sysbus_mmio_map: parameterise mapped region
  hw: Model of Primecell pl35x mem controller
  xilinx_zynq: add pl353

 default-configs/arm-softmmu.mak |    1 +
 hw/Makefile.objs                |    1 +
 hw/nand.c                       |    6 +
 hw/pflash_cfi01.c               |  146 ++++++++++++++-----
 hw/pflash_cfi02.c               |  156 +++++++++++++++-----
 hw/pl35x.c                      |  299 +++++++++++++++++++++++++++++++++++++++
 hw/sysbus.c                     |   11 +-
 hw/sysbus.h                     |    2 +
 hw/xilinx_zynq.c                |   49 ++++++-
 9 files changed, 582 insertions(+), 89 deletions(-)
 create mode 100644 hw/pl35x.c

             reply	other threads:[~2012-10-19  6:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19  6:40 Peter Crosthwaite [this message]
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 1/7] pflash_cfi0x: remove unused base field Peter Crosthwaite
2012-10-19  7:58   ` Peter Maydell
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 2/7] pflash_cfi01: remove unused total_len field Peter Crosthwaite
2012-10-19  7:59   ` Peter Maydell
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 3/7] pflash_cfi0x: QOMified Peter Crosthwaite
2012-10-19 10:08   ` Paolo Bonzini
2012-10-19 10:24   ` Peter Maydell
2012-10-22  6:46     ` Peter Crosthwaite
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 4/7] sysbus/sysbus_mmio_map: parameterise mapped region Peter Crosthwaite
2012-10-19  8:06   ` Peter Maydell
2012-10-19  9:01     ` Peter Crosthwaite
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 5/7] hw: Model of Primecell pl35x mem controller Peter Crosthwaite
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 6/7] xilinx_zynq: add pl353 Peter Crosthwaite
2012-10-19 10:32   ` Peter Maydell
2012-10-19 23:00     ` Peter Crosthwaite
2012-10-19  6:40 ` [Qemu-devel] [PATCH v1 7/7] nand: Reset addressing after READSTATUS Peter Crosthwaite
2012-10-19 11:59   ` Peter Maydell
2012-10-19 12:18     ` Edgar E. Iglesias
2012-10-22  7:05       ` 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.1350619775.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=john.williams@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).