U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vitor Soares <ivitro@gmail.com>
To: Stefano Babic <sbabic@denx.de>,
	Fabio Estevam <festevam@gmail.com>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Francesco Dolcini <francesco.dolcini@toradex.com>,
	Tom Rini <trini@konsulko.com>
Cc: Vitor Soares <vitor.soares@toradex.com>,
	u-boot@lists.denx.de, ivitro@gmail.com
Subject: [PATCH v1 0/3] Add support for Toradex SMARC i.MX8MP
Date: Mon,  7 Apr 2025 14:04:33 +0100	[thread overview]
Message-ID: <20250407130436.223645-1-ivitro@gmail.com> (raw)

From: Vitor Soares <vitor.soares@toradex.com>

This series adds support for the new Toradex SMARC i.MX8MP
System-on-Module (SoM), along with necessary
updates to Toradex config block and device tree synchronization.

  1. Syncs imx8mp.dtsi with Linux v6.15-rc1;
  2. Introduces Toradex SMARC iMX95 8GB WB IT (PID 0096) in the config block;
  3. Adds the initial board support for the SMARC iMX8MP. The board will be
     moved to OF_UPSTREAM once the DT has been accepted upstream Linux [1].

More information on the SoM and carrier board can be found here:
    https://www.toradex.com/computer-on-modules/smarc-arm-family/nxp-imx-8m-plus
    https://www.toradex.com/products/carrier-board/smarc-development-board-kit

[1] https://lore.kernel.org/all/20250404105359.18632-1-ivitro@gmail.com


Vitor Soares (3):
  arm: dts: imx8mp: sync with Linux v6.15-rc1
  toradex: tdx-cfg-block: add 0096 Toradex SMARC iMX95
  board: toradex: add Toradex SMARC iMX8MP

 .../dts/imx8mp-toradex-smarc-dev-u-boot.dtsi  |   80 +
 arch/arm/dts/imx8mp-toradex-smarc-dev.dts     |  297 +++
 arch/arm/dts/imx8mp-toradex-smarc.dtsi        | 1284 +++++++++++
 arch/arm/dts/imx8mp.dtsi                      |  413 +++-
 arch/arm/mach-imx/imx8m/Kconfig               |    7 +
 board/toradex/common/tdx-cfg-block.c          |    2 +
 board/toradex/common/tdx-cfg-block.h          |    2 +
 board/toradex/smarc-imx8mp/Kconfig            |   39 +
 board/toradex/smarc-imx8mp/MAINTAINERS        |   10 +
 board/toradex/smarc-imx8mp/Makefile           |    9 +
 board/toradex/smarc-imx8mp/imximage.cfg       |    6 +
 board/toradex/smarc-imx8mp/lpddr4_timing.c    | 1903 +++++++++++++++++
 board/toradex/smarc-imx8mp/lpddr4_timing.h    |    9 +
 board/toradex/smarc-imx8mp/smarc-imx8mp.c     |   85 +
 board/toradex/smarc-imx8mp/smarc-imx8mp.env   |   20 +
 board/toradex/smarc-imx8mp/spl.c              |  130 ++
 configs/toradex-smarc-imx8mp_defconfig        |  184 ++
 doc/board/toradex/index.rst                   |    1 +
 doc/board/toradex/smarc-imx8mp.rst            |  116 +
 include/configs/toradex-smarc-imx8mp.h        |   28 +
 20 files changed, 4567 insertions(+), 58 deletions(-)
 create mode 100644 arch/arm/dts/imx8mp-toradex-smarc-dev-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mp-toradex-smarc-dev.dts
 create mode 100644 arch/arm/dts/imx8mp-toradex-smarc.dtsi
 create mode 100644 board/toradex/smarc-imx8mp/Kconfig
 create mode 100644 board/toradex/smarc-imx8mp/MAINTAINERS
 create mode 100644 board/toradex/smarc-imx8mp/Makefile
 create mode 100644 board/toradex/smarc-imx8mp/imximage.cfg
 create mode 100644 board/toradex/smarc-imx8mp/lpddr4_timing.c
 create mode 100644 board/toradex/smarc-imx8mp/lpddr4_timing.h
 create mode 100644 board/toradex/smarc-imx8mp/smarc-imx8mp.c
 create mode 100644 board/toradex/smarc-imx8mp/smarc-imx8mp.env
 create mode 100644 board/toradex/smarc-imx8mp/spl.c
 create mode 100644 configs/toradex-smarc-imx8mp_defconfig
 create mode 100644 doc/board/toradex/smarc-imx8mp.rst
 create mode 100644 include/configs/toradex-smarc-imx8mp.h

-- 
2.34.1


             reply	other threads:[~2025-04-07 18:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07 13:04 Vitor Soares [this message]
2025-04-07 13:04 ` [PATCH v1 1/3] arm: dts: imx8mp: sync with Linux v6.15-rc1 Vitor Soares
2025-04-07 13:04 ` [PATCH v1 2/3] toradex: tdx-cfg-block: add 0096 Toradex SMARC iMX95 Vitor Soares
2025-04-07 13:04 ` [PATCH v1 3/3] board: toradex: add Toradex SMARC iMX8MP Vitor Soares
2025-04-11 14:14   ` Fabio Estevam
2025-04-08 20:22 ` [PATCH v1 0/3] Add support for Toradex SMARC i.MX8MP Francesco Dolcini

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=20250407130436.223645-1-ivitro@gmail.com \
    --to=ivitro@gmail.com \
    --cc=festevam@gmail.com \
    --cc=francesco.dolcini@toradex.com \
    --cc=sbabic@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=vitor.soares@toradex.com \
    /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