]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
toradex: tdx-cfg-block: Add new apalis and colibri pid
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>
Mon, 22 Jan 2024 20:09:30 +0000 (17:09 -0300)
committerFabio Estevam <festevam@denx.de>
Thu, 8 Feb 2024 12:01:22 +0000 (09:01 -0300)
Add new apalis imx6 and colibri imx6/imx7 products IDs.

Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
board/toradex/common/tdx-cfg-block.c
board/toradex/common/tdx-cfg-block.h

index 7187e1ba377fbd1c4c8278a5a6435e6de8bc7b54..3f2f6b943918e5f1e09e21e797593f0371d344a1 100644 (file)
@@ -147,6 +147,15 @@ const struct toradex_som toradex_modules[] = {
        [74] = { "Verdin AM62 Dual 1GB IT",              TARGET_IS_ENABLED(VERDIN_AM62_A53) },
        [75] = { "Verdin AM62 Dual 1GB WB IT",           TARGET_IS_ENABLED(VERDIN_AM62_A53) },
        [76] = { "Verdin AM62 Quad 2GB WB IT",           TARGET_IS_ENABLED(VERDIN_AM62_A53) },
+       [77] = { "Colibri iMX6S 256MB",                  TARGET_IS_ENABLED(COLIBRI_IMX6)    },
+       [78] = { "Colibri iMX6S 256MB IT",               TARGET_IS_ENABLED(COLIBRI_IMX6)    },
+       [79] = { "Colibri iMX6DL 512MB",                 TARGET_IS_ENABLED(COLIBRI_IMX6)    },
+       [80] = { "Colibri iMX6DL 512MB IT",              TARGET_IS_ENABLED(COLIBRI_IMX6)    },
+       [81] = { "Colibri iMX7D 512MB",                  TARGET_IS_ENABLED(COLIBRI_IMX7)    },
+       [82] = { "Apalis iMX6D 512MB",                   TARGET_IS_ENABLED(APALIS_IMX6)     },
+       [83] = { "Apalis iMX6Q 1GB",                     TARGET_IS_ENABLED(APALIS_IMX6)     },
+       [84] = { "Apalis iMX6D 1GB IT",                  TARGET_IS_ENABLED(APALIS_IMX6)     },
+       [85] = { "Apalis iMX6Q 2GB IT",                  TARGET_IS_ENABLED(APALIS_IMX6)     },
 };
 
 struct pid4list {
index ea58bd43b176333a9531b1ad289583d1b386b84c..b783537ce7600c2e6c83143485b8dfc4b4f4186c 100644 (file)
@@ -102,6 +102,15 @@ enum {
        VERDIN_AM62D_1G_IT,
        VERDIN_AM62D_1G_WIFI_BT_IT, /* 75 */
        VERDIN_AM62Q_2G_WIFI_BT_IT,
+       COLIBRI_IMX6S_NOWINCE,
+       COLIBRI_IMX6S_IT_NOWINCE,
+       COLIBRI_IMX6DL_NOWINCE,
+       COLIBRI_IMX6DL_IT_NOWINCE, /* 80 */
+       COLIBRI_IMX7D_NOWINCE,
+       APALIS_IMX6D_NOWINCE,
+       APALIS_IMX6Q_NOWINCE,
+       APALIS_IMX6D_IT_NOWINCE,
+       APALIS_IMX6Q_IT_NOWINCE, /* 85 */
 };
 
 enum {