From: Jean-Christophe DUBOIS <jcd@tribudubois.net>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com,
peter.chubb@nicta.com.au, afaerber@suse.de,
Jean-Christophe DUBOIS <jcd@tribudubois.net>
Subject: [Qemu-devel] [PATCH v3 0/4] Add i.MX25 support through the 3DS evaluation board
Date: Sun, 5 May 2013 16:28:57 +0200 [thread overview]
Message-ID: <cover.1367763803.git.jcd@tribudubois.net> (raw)
This series of patches add the support for the i.MX25 processor through the
Freescale 3DS evaluation board.
For now a limited set of devices are supported.
* GPT timers (from i.MX31)
* EPIT timers (from i.MX31)
* Serial ports (from i.MX31)
* Ethernet FEC port
* I2C controller
It also adds qtest support for the I2C controller.
Jean-Christophe DUBOIS (4):
Add i.MX FEC Ethernet emulator
Add i.MX I2C controller emulator
Add i.MX25 3DS evaluation board support.
Add qtest support for i.MX I2C device emulation.
default-configs/arm-softmmu.mak | 3 +
hw/arm/Makefile.objs | 1 +
hw/arm/imx25_3ds.c | 258 +++++++++++++
hw/i2c/Makefile.objs | 1 +
hw/i2c/imx_i2c.c | 352 ++++++++++++++++++
hw/i2c/imx_i2c_regs.h | 63 ++++
hw/net/Makefile.objs | 1 +
hw/net/imx_fec.c | 793 ++++++++++++++++++++++++++++++++++++++++
include/hw/arm/imx.h | 1 +
tests/Makefile | 3 +
tests/ds1338-test.c | 64 ++++
tests/libqos/i2c-imx.c | 198 ++++++++++
tests/libqos/i2c.h | 3 +
13 files changed, 1741 insertions(+)
create mode 100644 hw/arm/imx25_3ds.c
create mode 100644 hw/i2c/imx_i2c.c
create mode 100644 hw/i2c/imx_i2c_regs.h
create mode 100644 hw/net/imx_fec.c
create mode 100644 tests/ds1338-test.c
create mode 100644 tests/libqos/i2c-imx.c
--
1.8.1.2
next reply other threads:[~2013-05-05 14:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-05 14:28 Jean-Christophe DUBOIS [this message]
2013-05-05 14:28 ` [Qemu-devel] [PATCH v3 1/4] Add i.MX FEC Ethernet emulator Jean-Christophe DUBOIS
2013-05-05 14:28 ` [Qemu-devel] [PATCH v3 2/4] Add i.MX I2C controller emulator Jean-Christophe DUBOIS
2013-05-06 2:19 ` Peter Crosthwaite
2013-05-06 6:26 ` Jean-Christophe DUBOIS
2013-05-05 14:29 ` [Qemu-devel] [PATCH v3 3/4] Add i.MX25 3DS evaluation board support Jean-Christophe DUBOIS
2013-05-05 14:29 ` [Qemu-devel] [PATCH v3 4/4] Add qtest support for i.MX I2C device emulation Jean-Christophe DUBOIS
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.1367763803.git.jcd@tribudubois.net \
--to=jcd@tribudubois.net \
--cc=afaerber@suse.de \
--cc=peter.chubb@nicta.com.au \
--cc=peter.crosthwaite@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).