diff options
| author | Franz Schnyder <[email protected]> | 2026-07-31 17:23:07 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-08-03 09:32:42 -0300 |
| commit | 8a6f042dc3cb194476064b0de29211c9d2375a97 (patch) | |
| tree | fed049dec47a4d4b589b7f5baf8f00af8eceb715 | |
| parent | 9dfa2015e01f8c389926e41e0676d0a5439f0a3c (diff) | |
toradex: tdx-cfg-block: Add Aquila iMX95 0243 PID4
Add the new 0243 PID4 to config block handling:
- 0243 Aquila iMX95 Hexa 8GB IT
Signed-off-by: Franz Schnyder <[email protected]>
| -rw-r--r-- | board/toradex/common/tdx-cfg-block.c | 1 | ||||
| -rw-r--r-- | board/toradex/common/tdx-cfg-block.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c index 1998411ebde..0b1798dc812 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -201,6 +201,7 @@ const struct toradex_som toradex_modules[] = { { VERDIN_IMX8MMQ_2G_WIFI_BT_IT_64G, "Verdin iMX8M Mini Quad 2GB WB IT", TARGET_IS_ENABLED(VERDIN_IMX8MM) }, { SMARC_IMX8MPQ_4GB_WB_IT_64G, "SMARC iMX8M Plus Quad 4GB WB IT", TARGET_IS_ENABLED(TORADEX_SMARC_IMX8MP) }, { VERDIN_AM62D_1G_WIFI_BT_ET, "Verdin AM62 Dual 1GB WB ET", TARGET_IS_ENABLED(VERDIN_AM62_A53) }, + { AQUILA_IMX95_HEXA_8GB_IT, "Aquila iMX95 Hexa 8GB IT", TARGET_IS_ENABLED(AQUILA_IMX95) }, }; struct pid4list { diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h index bf6a0861378..32305c61c83 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -164,6 +164,7 @@ enum { VERDIN_IMX8MMQ_2G_WIFI_BT_IT_64G, SMARC_IMX8MPQ_4GB_WB_IT_64G, /* 240 */ VERDIN_AM62D_1G_WIFI_BT_ET = 242, + AQUILA_IMX95_HEXA_8GB_IT, }; enum { |
