toradex: tdx-cfg-block: Add apalis imx8qm 64gb emmc pid4s

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@toradex.com>
This commit is contained in:
Vitor Soares
2026-07-27 13:05:07 -03:00
committed by Fabio Estevam
parent 9d42978d91
commit 6c00fdf583
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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 {
+3
View File
@@ -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 {