qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] i.MX: Add the i.MX6UL SOC and a reference board.
@ 2018-06-30 21:57 Jean-Christophe Dubois
  2018-06-30 21:58 ` [Qemu-devel] [PATCH 1/3] i.MX6UL: Add i.MX6UL specific CCM device Jean-Christophe Dubois
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jean-Christophe Dubois @ 2018-06-30 21:57 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, peter.chubb, andrew.smirnov
  Cc: Jean-Christophe Dubois

This series adds the i.MX6UL SOC from NXP/Freescale and the reference
evaluation board.

This series as 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             | 649 +++++++++++++++++++++++
 hw/arm/mcimx6ul-evk.c           |  86 ++++
 hw/misc/Makefile.objs           |   1 +
 hw/misc/imx6ul_ccm.c            | 887 ++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx6ul.h     | 339 ++++++++++++
 include/hw/misc/imx6ul_ccm.h    | 228 ++++++++
 8 files changed, 2192 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

-- 
2.17.1

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

end of thread, other threads:[~2018-07-17 15:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-30 21:57 [Qemu-devel] [PATCH 0/3] i.MX: Add the i.MX6UL SOC and a reference board Jean-Christophe Dubois
2018-06-30 21:58 ` [Qemu-devel] [PATCH 1/3] i.MX6UL: Add i.MX6UL specific CCM device Jean-Christophe Dubois
2018-07-17 14:48   ` Peter Maydell
2018-06-30 21:58 ` [Qemu-devel] [PATCH 2/3] i.MX6UL: Add i.MX6UL SOC Jean-Christophe Dubois
2018-07-17 14:58   ` Peter Maydell
2018-06-30 21:58 ` [Qemu-devel] [PATCH 3/3] i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board Jean-Christophe Dubois
2018-07-17 15:01   ` Peter Maydell
2018-07-01 10:44 ` [Qemu-devel] [PATCH 0/3] i.MX: Add the i.MX6UL SOC and a reference board Peter Maydell
2018-07-05 13:06   ` 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).