From 8a6f042dc3cb194476064b0de29211c9d2375a97 Mon Sep 17 00:00:00 2001 From: Franz Schnyder Date: Fri, 31 Jul 2026 17:23:07 +0200 Subject: 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 --- 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 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 { -- cgit v1.3.1