diff options
| author | Vitor Soares <[email protected]> | 2026-07-10 15:33:01 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 13:05:07 -0300 |
| commit | 6c00fdf583e59829cf9f1792d8b46774eb6e5225 (patch) | |
| tree | 6157cb1febe01141ab76335b97b5d8a47ada8352 | |
| parent | 9d42978d91a1721781aa0f7ae08a2d95d972d762 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/toradex/common/tdx-cfg-block.c | 3 | ||||
| -rw-r--r-- | board/toradex/common/tdx-cfg-block.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c index 3ac253e69ea..21baa810f2f 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 8fe76640c46..e6e726f381c 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 { |
