From: Thomas Huth <thuth@redhat.com>
To: Jean-Christophe Dubois <jcd@tribudubois.net>,
qemu-devel@nongnu.org, peter.maydell@linaro.org,
peter.chubb@nicta.com.au, andrew.smirnov@gmail.com,
qemu-arm <qemu-arm@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v3 0/3] i.MX: Add the i.MX6UL SOC and a reference board.
Date: Fri, 26 Oct 2018 08:01:57 +0100 [thread overview]
Message-ID: <2cfde3e3-7c63-d96f-921b-5a49fdc91762@redhat.com> (raw)
In-Reply-To: <cover.1532984236.git.jcd@tribudubois.net>
On 2018-07-30 22:03, Jean-Christophe Dubois wrote:
> This series adds the i.MX6UL SOC from NXP/Freescale and the reference
> evaluation board.
>
> This series was tested by booting linux 4.18 (built using imx_v6_v7_defconfig)
> on the emulated board (with the appropriate device tree).
>
> Jean-Christophe Dubois (3):
> i.MX6UL: Add i.MX6UL specific CCM device
> i.MX6UL: Add i.MX6UL SOC
> i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board
>
> default-configs/arm-softmmu.mak | 1 +
> hw/arm/Makefile.objs | 1 +
> hw/arm/fsl-imx6ul.c | 617 ++++++++++++++++++++++
> hw/arm/mcimx6ul-evk.c | 85 +++
> hw/misc/Makefile.objs | 1 +
> hw/misc/imx6ul_ccm.c | 890 ++++++++++++++++++++++++++++++++
> hw/misc/trace-events | 7 +
> include/hw/arm/fsl-imx6ul.h | 339 ++++++++++++
> include/hw/misc/imx6ul_ccm.h | 226 ++++++++
> 9 files changed, 2167 insertions(+)
> create mode 100644 hw/arm/fsl-imx6ul.c
> create mode 100644 hw/arm/mcimx6ul-evk.c
> create mode 100644 hw/misc/imx6ul_ccm.c
> create mode 100644 include/hw/arm/fsl-imx6ul.h
> create mode 100644 include/hw/misc/imx6ul_ccm.h
Can we please also get an entry to the MAINTAINERS file for this new
board / files?
Thanks,
Thomas
prev parent reply other threads:[~2018-10-26 7:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-30 21:03 [Qemu-devel] [PATCH v3 0/3] i.MX: Add the i.MX6UL SOC and a reference board Jean-Christophe Dubois
2018-07-30 21:04 ` [Qemu-devel] [PATCH v3 1/3] i.MX6UL: Add i.MX6UL specific CCM device Jean-Christophe Dubois
2018-07-30 21:04 ` [Qemu-devel] [PATCH v3 2/3] i.MX6UL: Add i.MX6UL SOC Jean-Christophe Dubois
2018-07-30 21:05 ` [Qemu-devel] [PATCH v3 3/3] i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board Jean-Christophe Dubois
2018-08-16 12:30 ` [Qemu-devel] [PATCH v3 0/3] i.MX: Add the i.MX6UL SOC and a reference board Peter Maydell
2018-10-26 7:01 ` Thomas Huth [this message]
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=2cfde3e3-7c63-d96f-921b-5a49fdc91762@redhat.com \
--to=thuth@redhat.com \
--cc=andrew.smirnov@gmail.com \
--cc=jcd@tribudubois.net \
--cc=peter.chubb@nicta.com.au \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.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).