All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@oss.nxp.com>
To: Alexander Feilke <Alexander.Feilke@ew.tq-group.com>
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	u-boot@lists.denx.de, u-boot@ew.tq-group.com,
	Tom Rini <trini@konsulko.com>,
	Stefano Babic <sbabic@nabladev.com>,
	Fabio Estevam <festevam@gmail.com>, Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>
Subject: Re: [PATCH v2 6/8] board: tqma7: add code for u-boot with spl
Date: Wed, 25 Mar 2026 19:36:48 +0800	[thread overview]
Message-ID: <acPI0KNbOC32SUYX@shlinux89> (raw)
In-Reply-To: <20260325095801.47706-7-Alexander.Feilke@ew.tq-group.com>

On Wed, Mar 25, 2026 at 10:57:59AM +0100, Alexander Feilke wrote:
>From: Alexander Feilke <alexander.feilke@ew.tq-group.com>
>
>The TQMa7x is a SoM family with a pluggable board connector based on the
>i.MX7 SoCs. Add support for the SoM and its combination with our
>MBa7x carrier board.
>
>Signed-off-by: Alexander Feilke <alexander.feilke@ew.tq-group.com>
>---
>> struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv;
>
>One note on this cast here: It seems weird to cast fsl_esdhc_priv to
>fsl_esdhc_cfg here. This is done in many i.MX boards though. Just want to make
>sure if this is the correct and intended way to access the sdhc_base address.
>

I know i.MX7D only has 128KB on chip RAM, so for a FULL SPL DM + OF enablement
, it might not be enough. Not sure you tried it or not. But in general, it is ok
from my view.

Acked-by: Peng Fan <peng.fan@nxp.com>

  reply	other threads:[~2026-03-25 11:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-25  9:57 [PATCH v2 0/8] Add support for TQMa7x Alexander Feilke
2026-03-25  9:57 ` [PATCH v2 1/8] Kconfig: update build-target for MX7 with SPL Alexander Feilke
2026-03-25 11:25   ` Peng Fan
2026-03-25  9:57 ` [PATCH v2 2/8] board/tq: Add common SoM API Alexander Feilke
2026-03-25 11:25   ` Peng Fan
2026-03-25 13:20     ` Feilke, Alexander
2026-03-25  9:57 ` [PATCH v2 3/8] env: add env_set_runtime() helper Alexander Feilke
2026-03-25 11:30   ` Peng Fan
2026-03-25  9:57 ` [PATCH v2 4/8] arch: arm: dts: tqma7x: add u-boot device tree fragments Alexander Feilke
2026-03-25 11:25   ` Peng Fan
2026-03-25  9:57 ` [PATCH v2 5/8] arch: arm: dts: tqma7x: add boot phase properties Alexander Feilke
2026-03-25 11:26   ` Peng Fan
2026-03-25  9:57 ` [PATCH v2 6/8] board: tqma7: add code for u-boot with spl Alexander Feilke
2026-03-25 11:36   ` Peng Fan [this message]
2026-03-25 17:50   ` Feilke, Alexander
2026-03-25 18:33     ` Tom Rini
2026-03-26  8:18       ` Feilke, Alexander
2026-03-25  9:58 ` [PATCH v2 7/8] configs: tqma7: add defconfigs Alexander Feilke
2026-03-25 11:28   ` Peng Fan
2026-03-25  9:58 ` [PATCH v2 8/8] doc: tqma7: add documentation Alexander Feilke
2026-03-25 11:29   ` Peng Fan

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=acPI0KNbOC32SUYX@shlinux89 \
    --to=peng.fan@oss.nxp.com \
    --cc=Alexander.Feilke@ew.tq-group.com \
    --cc=festevam@gmail.com \
    --cc=jh80.chung@samsung.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@nabladev.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@ew.tq-group.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.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 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.