All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ying-Chun Liu <grandpaul@gmail.com>
To: u-boot@lists.denx.de
Cc: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>
Subject: [PATCH 0/2] arm: imx8m: add support for Advantech RSB-3720
Date: Sun, 23 May 2021 20:41:30 +0800	[thread overview]
Message-ID: <20210523124132.98548-1-grandpaul@gmail.com> (raw)

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

Add initial support for Advantech RSB-3720 board.
The initial support includes:
 - MMC
 - eMMC
 - I2C
 - FEC
 - Serial console

Ying-Chun Liu (PaulLiu) (2):
  arm: dts: add imx8mp-rsb3720-a1 dts file
  arm: imx8m: add support for Advantech RSB-3720

 arch/arm/dts/Makefile                         |    3 +
 arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi    |  257 +++
 arch/arm/dts/imx8mp-rsb3720-a1.dts            |  539 +++++
 arch/arm/mach-imx/imx8m/Kconfig               |   15 +
 board/freescale/imx8mp_rsb3720a1/Kconfig      |   14 +
 board/freescale/imx8mp_rsb3720a1/MAINTAINERS  |    7 +
 board/freescale/imx8mp_rsb3720a1/Makefile     |   24 +
 .../imx8mp_rsb3720a1/imx8mp_rsb3720a1.c       |  391 ++++
 .../imx8mp_rsb3720a1/imximage-8mp-lpddr4.cfg  |   11 +
 .../lpddr4_timing_rsb3720a1_4G.c              | 1848 ++++++++++++++++
 .../lpddr4_timing_rsb3720a1_6G.c              | 1875 +++++++++++++++++
 board/freescale/imx8mp_rsb3720a1/spl.c        |  270 +++
 configs/imx8mp_rsb3720a1_4G_defconfig         |  158 ++
 configs/imx8mp_rsb3720a1_6G_defconfig         |  159 ++
 include/configs/imx8mp_rsb3720.h              |  273 +++
 15 files changed, 5844 insertions(+)
 create mode 100644 arch/arm/dts/imx8mp-rsb3720-a1-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mp-rsb3720-a1.dts
 create mode 100644 board/freescale/imx8mp_rsb3720a1/Kconfig
 create mode 100644 board/freescale/imx8mp_rsb3720a1/MAINTAINERS
 create mode 100644 board/freescale/imx8mp_rsb3720a1/Makefile
 create mode 100644 board/freescale/imx8mp_rsb3720a1/imx8mp_rsb3720a1.c
 create mode 100644 board/freescale/imx8mp_rsb3720a1/imximage-8mp-lpddr4.cfg
 create mode 100644 board/freescale/imx8mp_rsb3720a1/lpddr4_timing_rsb3720a1_4G.c
 create mode 100644 board/freescale/imx8mp_rsb3720a1/lpddr4_timing_rsb3720a1_6G.c
 create mode 100644 board/freescale/imx8mp_rsb3720a1/spl.c
 create mode 100644 configs/imx8mp_rsb3720a1_4G_defconfig
 create mode 100644 configs/imx8mp_rsb3720a1_6G_defconfig
 create mode 100644 include/configs/imx8mp_rsb3720.h

-- 
2.30.2


             reply	other threads:[~2021-05-23 12:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-23 12:41 Ying-Chun Liu [this message]
2021-05-23 12:41 ` [PATCH 1/2] arm: dts: add imx8mp-rsb3720-a1 dts file Ying-Chun Liu
2021-05-23 12:41 ` [PATCH 2/2] arm: imx8m: add support for Advantech RSB-3720 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=20210523124132.98548-1-grandpaul@gmail.com \
    --to=grandpaul@gmail.com \
    --cc=paul.liu@linaro.org \
    --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.