qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] Add support for i.MX SPI Controller


From: Jean-Christophe Dubois
Subject: [Qemu-devel] [PATCH 0/3] Add support for i.MX SPI Controller
Date: Sat, 13 Feb 2016 17:06:34 +0100

This patch serie adds support for the i.MX SPI controller.

The controller is then added to the i.MX6 SOC implementation to 
avoid Linux hang during boot because there is no support for the SPI
controller and it is waiting for some SPI device response.

This patch also adds a FIFO32 implementation as it is part of the 
i.MX SPI controller basic mechanisms. The FIFO32 is build on top of
the existing FIFO8.

Jean-Christophe Dubois (3):
  FIFO: Add a FIFO32 implementation
  i.MX: Add the Freescale SPI Controller
  i.MX: Add SPI controllers to i.MX6 SOC

 hw/arm/fsl-imx6.c         |  32 ++++
 hw/ssi/Makefile.objs      |   1 +
 hw/ssi/imx_spi.c          | 449 ++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/fsl-imx6.h |   3 +
 include/hw/ssi/imx_spi.h  | 104 +++++++++++
 include/qemu/fifo32.h     | 206 +++++++++++++++++++++
 6 files changed, 795 insertions(+)
 create mode 100644 hw/ssi/imx_spi.c
 create mode 100644 include/hw/ssi/imx_spi.h
 create mode 100644 include/qemu/fifo32.h

-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]