All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vitor Soares <ivitro@gmail.com>
To: Francesco Dolcini <francesco.dolcini@toradex.com>,
	Tom Rini <trini@konsulko.com>
Cc: Vitor Soares <vitor.soares@toradex.com>, u-boot@lists.denx.de
Subject: [PATCH v1 2/7] toradex: tdx-cfg-block: Add aquila tda4 0230 pid4
Date: Fri, 10 Jul 2026 15:33:00 +0100	[thread overview]
Message-ID: <20260710143258.285091-11-ivitro@gmail.com> (raw)
In-Reply-To: <20260710143258.285091-9-ivitro@gmail.com>

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

Add the new 0230 PID4 to config block handling:

- 0230 Aquila TDA4 Octa 8GB IT

Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
---
 board/toradex/common/tdx-cfg-block.c | 1 +
 board/toradex/common/tdx-cfg-block.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index c46dd46ca981..3ac253e69ead 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -191,6 +191,7 @@ const struct toradex_som toradex_modules[] = {
 	{ VERDIN_IMX95H_4G_ET,                   "Verdin iMX95 Hexa 4GB ET",             TARGET_IS_ENABLED(VERDIN_IMX95)         },
 	{ VERDIN_IMX95H_16G_IT,                  "Verdin iMX95 Hexa 16GB IT",            TARGET_IS_ENABLED(VERDIN_IMX95)         },
 	{ SMARC_IMX95_HEXA_4GB_IT,               "SMARC iMX95 Hexa 4GB IT",              TARGET_IS_ENABLED(TORADEX_SMARC_IMX95)  },
+	{ AQUILA_TDA4O_8GB_IT,                   "Aquila TDA4 Octa 8GB IT",              TARGET_IS_ENABLED(AQUILA_AM69_A72)      },
 };
 
 struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index 3ff7c2b6376a..8fe76640c461 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -154,6 +154,7 @@ enum {
 	VERDIN_IMX95H_4G_ET,
 	VERDIN_IMX95H_16G_IT,
 	SMARC_IMX95_HEXA_4GB_IT,
+	AQUILA_TDA4O_8GB_IT, /* 230 */
 };
 
 enum {
-- 
2.54.0


  parent reply	other threads:[~2026-07-10 18:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-10 14:32 [PATCH v1 0/7] toradex: tdx-cfg-block: Add new PID4 entries Vitor Soares
2026-07-10 14:32 ` [PATCH v1 1/7] toradex: tdx-cfg-block: Add smarc imx95 0229 pid4 Vitor Soares
2026-07-10 14:33 ` Vitor Soares [this message]
2026-07-10 14:33 ` [PATCH v1 3/7] toradex: tdx-cfg-block: Add apalis imx8qm 64gb emmc pid4s Vitor Soares
2026-07-10 14:33 ` [PATCH v1 4/7] toradex: tdx-cfg-block: Add verdin imx8mp " Vitor Soares
2026-07-10 14:33 ` [PATCH v1 5/7] toradex: tdx-cfg-block: Add verdin imx8mm 0239 pid4 Vitor Soares
2026-07-10 14:33 ` [PATCH v1 6/7] toradex: tdx-cfg-block: Add smarc imx8mp 0240 pid4 Vitor Soares
2026-07-10 14:33 ` [PATCH v1 7/7] toradex: tdx-cfg-block: Add verdin am62 0242 pid4 Vitor Soares
2026-07-13  6:05 ` [PATCH v1 0/7] toradex: tdx-cfg-block: Add new PID4 entries 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=20260710143258.285091-11-ivitro@gmail.com \
    --to=ivitro@gmail.com \
    --cc=francesco.dolcini@toradex.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --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 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.