qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/4] Add i.MX25 support through the 3DS evaluation board
@ 2013-05-08  8:28 Jean-Christophe DUBOIS
  2013-05-08  8:28 ` [Qemu-devel] [PATCH v5 1/4] Add i.MX FEC Ethernet emulator Jean-Christophe DUBOIS
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Jean-Christophe DUBOIS @ 2013-05-08  8:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, peter.crosthwaite, peter.chubb, afaerber,
	Jean-Christophe DUBOIS

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              | 250 ++++++++++++
 hw/i2c/Makefile.objs            |   1 +
 hw/i2c/imx_i2c.c                | 357 ++++++++++++++++++
 hw/i2c/imx_i2c_regs.h           |  63 ++++
 hw/net/Makefile.objs            |   1 +
 hw/net/imx_fec.c                | 818 ++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/imx.h            |  10 +-
 tests/Makefile                  |   3 +
 tests/ds1338-test.c             |  75 ++++
 tests/libqos/i2c-imx.c          | 209 ++++++++++
 tests/libqos/i2c.h              |   3 +
 13 files changed, 1788 insertions(+), 6 deletions(-)
 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

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

end of thread, other threads:[~2013-06-04 18:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  8:28 [Qemu-devel] [PATCH v5 0/4] Add i.MX25 support through the 3DS evaluation board Jean-Christophe DUBOIS
2013-05-08  8:28 ` [Qemu-devel] [PATCH v5 1/4] Add i.MX FEC Ethernet emulator Jean-Christophe DUBOIS
2013-05-24  5:38   ` Peter Crosthwaite
2013-06-03 15:12   ` Peter Maydell
2013-05-08  8:28 ` [Qemu-devel] [PATCH v5 2/4] Add i.MX I2C controller emulator Jean-Christophe DUBOIS
2013-05-24  5:29   ` Peter Crosthwaite
2013-06-03 15:14   ` Peter Maydell
2013-05-08  8:28 ` [Qemu-devel] [PATCH v5 3/4] Add i.MX25 3DS evaluation board support Jean-Christophe DUBOIS
2013-06-03 15:18   ` Peter Maydell
2013-05-08  8:28 ` [Qemu-devel] [PATCH v5 4/4] Add qtest support for i.MX I2C device emulation Jean-Christophe DUBOIS
2013-06-03 15:21   ` Peter Maydell
2013-06-04  3:24     ` Peter Crosthwaite
2013-06-04 18:41       ` Jean-Christophe DUBOIS
2013-05-12 12:55 ` [Qemu-devel] [PATCH v5 0/4] Add i.MX25 support through the 3DS evaluation board Jean-Christophe DUBOIS
2013-05-12 13:14   ` Peter Maydell
2013-06-03 15:23     ` Peter Maydell
2013-06-04 18:23       ` Jean-Christophe DUBOIS

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