All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ying-Chun Liu <grandpaul@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/2] add support for Compulab iot-gate-imx8
Date: Mon,  7 Dec 2020 03:43:25 +0800	[thread overview]
Message-ID: <20201206194327.31117-1-grandpaul@gmail.com> (raw)

From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

Add initial support for Compulab iot-gate-imx8 board (imx8mm-cl-iot-gate).
The initial support includes:
 - MMC
 - eMMC
 - I2C
 - FEC
 - Serial console

Ying-Chun Liu (PaulLiu) (2):
  arm: dts: add imx8mm-cl-iot-gate dts file
  arm: imx8m: add support for Compulab iot-gate-imx8
    (imx8mm-cl-iot-gate)

 arch/arm/dts/Makefile                         |    2 +
 arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi   |  131 ++
 arch/arm/dts/imx8mm-cl-iot-gate.dts           |  550 +++++
 arch/arm/mach-imx/imx8m/Kconfig               |    8 +
 board/compulab/imx8mm-cl-iot-gate/Kconfig     |   12 +
 board/compulab/imx8mm-cl-iot-gate/MAINTAINERS |    6 +
 board/compulab/imx8mm-cl-iot-gate/Makefile    |   13 +
 .../compulab/imx8mm-cl-iot-gate/ddr/Makefile  |    8 +
 board/compulab/imx8mm-cl-iot-gate/ddr/ddr.c   |  211 ++
 board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h   |   26 +
 .../ddr/lpddr4_timing_01061010.1_2.c          | 1848 +++++++++++++++++
 .../ddr/lpddr4_timing_01061010.c              | 1847 ++++++++++++++++
 .../ddr/lpddr4_timing_ff000110.c              | 1847 ++++++++++++++++
 .../ddr/lpddr4_timing_ff020008.c              | 1847 ++++++++++++++++
 .../imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c   |   69 +
 board/compulab/imx8mm-cl-iot-gate/spl.c       |  187 ++
 configs/imx8mm-cl-iot-gate_defconfig          |  130 ++
 include/configs/imx8mm-cl-iot-gate.h          |  190 ++
 18 files changed, 8932 insertions(+)
 create mode 100644 arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mm-cl-iot-gate.dts
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/Kconfig
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/MAINTAINERS
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/Makefile
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/Makefile
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/ddr.c
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.1_2.c
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_01061010.c
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_ff000110.c
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/ddr/lpddr4_timing_ff020008.c
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/imx8mm-cl-iot-gate.c
 create mode 100644 board/compulab/imx8mm-cl-iot-gate/spl.c
 create mode 100644 configs/imx8mm-cl-iot-gate_defconfig
 create mode 100644 include/configs/imx8mm-cl-iot-gate.h

-- 
2.29.2

             reply	other threads:[~2020-12-06 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 19:43 Ying-Chun Liu [this message]
2020-12-06 19:43 ` [PATCH v3 1/2] arm: dts: add imx8mm-cl-iot-gate dts file Ying-Chun Liu
2020-12-06 22:15   ` Peter Robinson
2020-12-06 19:43 ` [PATCH v3 2/2] arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate) Ying-Chun Liu

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=20201206194327.31117-1-grandpaul@gmail.com \
    --to=grandpaul@gmail.com \
    --cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.