From: Antony Pavlov <antonynpavlov@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Fw: [Qemu-devel] [PATCH v7 0/4] i.MX: Add i.MX25 support through the 3DS evaluation board.
Date: Tue, 23 Jun 2015 00:06:55 +0300 [thread overview]
Message-ID: <20150623000655.25856fe2af2a3143d164cf14@gmail.com> (raw)
Hi Sascha!
AFAIR i.MX chips are your favorite chips.
There is the qemu i.MX25 support proposal.
Can we run barebox on this emulated board?
Begin forwarded message:
Date: Mon, 22 Jun 2015 21:06:11 +0200
From: Jean-Christophe Dubois <jcd@tribudubois.net>
To: qemu-devel@nongnu.org
Cc: Jean-Christophe Dubois <jcd@tribudubois.net>
Subject: [Qemu-devel] [PATCH v7 0/4] i.MX: Add i.MX25 support through the 3DS evaluation board.
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
This was tested by:
* booting a minimal linux system
* booting the Xvisor hypervisor.
Jean-Christophe Dubois (4):
i.MX: Add FEC Ethernet Emulator.
i.MX: Add I2C contoller emulator
i.MX: Add i.MX25 3DS evaluation board support
i.MX: Add qtest support for I2C device emulator
default-configs/arm-softmmu.mak | 3 +
hw/arm/Makefile.objs | 1 +
hw/arm/imx25_3ds.c | 273 +++++++++++++
hw/i2c/Makefile.objs | 1 +
hw/i2c/imx_i2c.c | 361 ++++++++++++++++++
hw/i2c/imx_i2c_regs.h | 63 +++
hw/net/Makefile.objs | 1 +
hw/net/imx_fec.c | 820 ++++++++++++++++++++++++++++++++++++++++
include/hw/arm/imx.h | 1 +
tests/Makefile | 3 +
tests/ds1338-test.c | 75 ++++
tests/libqos/i2c-imx.c | 209 ++++++++++
tests/libqos/i2c.h | 3 +
13 files changed, 1814 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
--
2.1.4
--
--
Best regards,
Antony Pavlov
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2015-06-22 21:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-22 21:06 Antony Pavlov [this message]
2015-06-23 6:18 ` Sascha Hauer
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=20150623000655.25856fe2af2a3143d164cf14@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/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