[PATCH v1 3/7] toradex: tdx-cfg-block: Add apalis imx8qm 64gb emmc pid4s
Vitor Soares
ivitro at gmail.com
Fri Jul 10 16:33:01 CEST 2026
From: Vitor Soares <vitor.soares at toradex.com>
Add the new Apalis iMX8QM 64GB eMMC PID4s to config block handling:
- 0233 Apalis iMX8QM 4GB WB IT
- 0234 Apalis iMX8QM 4GB IT
- 0235 Apalis iMX8QM 8GB WB IT
Signed-off-by: Vitor Soares <vitor.soares at toradex.com>
---
board/toradex/common/tdx-cfg-block.c | 3 +++
board/toradex/common/tdx-cfg-block.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 3ac253e69ead..21baa810f2f4 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -192,6 +192,9 @@ const struct toradex_som toradex_modules[] = {
{ 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) },
+ { APALIS_IMX8QM_4GB_WIFI_BT_IT_64G, "Apalis iMX8QM 4GB WB IT", TARGET_IS_ENABLED(APALIS_IMX8) },
+ { APALIS_IMX8QM_4GB_IT_64G, "Apalis iMX8QM 4GB IT", TARGET_IS_ENABLED(APALIS_IMX8) },
+ { APALIS_IMX8QM_8GB_WIFI_BT_IT_64G, "Apalis iMX8QM 8GB WB IT", TARGET_IS_ENABLED(APALIS_IMX8) },
};
struct pid4list {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index 8fe76640c461..e6e726f381cf 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -155,6 +155,9 @@ enum {
VERDIN_IMX95H_16G_IT,
SMARC_IMX95_HEXA_4GB_IT,
AQUILA_TDA4O_8GB_IT, /* 230 */
+ APALIS_IMX8QM_4GB_WIFI_BT_IT_64G = 233,
+ APALIS_IMX8QM_4GB_IT_64G,
+ APALIS_IMX8QM_8GB_WIFI_BT_IT_64G, /* 235 */
};
enum {
--
2.54.0
More information about the U-Boot
mailing list