board: toradex: tdx-cfg-block: add new skus
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Tue, 9 Apr 2019 15:25:33 +0000 (17:25 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 25 Apr 2019 17:16:24 +0000 (19:16 +0200)
Add all the latest new SKUs:
- Apalis iMX8 QuadXPlus 2GB Wi-Fi / BT IT
- Apalis iMX8 QuadMax 4GB IT
- Apalis iMX8 QuadPlus 2GB Wi-Fi / BT
- Apalis iMX8 QuadPlus 2GB",
- Colibri iMX8 QuadXPlus 2GB IT
- Colibri iMX8 DualX 1GB Wi-Fi / Bluetooth
- Colibri iMX8 DualX 1GB

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
board/toradex/common/tdx-cfg-block.c
board/toradex/common/tdx-cfg-block.h

index 7e529afc7fb2ef00a641b07f0319027f8e288091..f69c4433b24376398724e155cf38e3677e278888 100644 (file)
@@ -103,6 +103,13 @@ const char * const toradex_modules[] = {
        [43] = "Colibri T20 512MB IT SETEK",
        [44] = "Colibri iMX6ULL 512MB IT",
        [45] = "Colibri iMX6ULL 512MB Wi-Fi / Bluetooth",
+       [46] = "Apalis iMX8 QuadXPlus 2GB Wi-Fi / BT IT",
+       [47] = "Apalis iMX8 QuadMax 4GB IT",
+       [48] = "Apalis iMX8 QuadPlus 2GB Wi-Fi / BT",
+       [49] = "Apalis iMX8 QuadPlus 2GB",
+       [50] = "Colibri iMX8 QuadXPlus 2GB IT",
+       [51] = "Colibri iMX8 DualX 1GB Wi-Fi / Bluetooth",
+       [52] = "Colibri iMX8 DualX 1GB",
 };
 
 #ifdef CONFIG_TDX_CFG_BLOCK_IS_IN_MMC
index b20b522e1de5393f601d2e30172f6c8449113e04..bfdc8b7f70c5a554e53ac72041b59d1b9ea1315d 100644 (file)
@@ -66,6 +66,13 @@ enum {
        COLIBRI_T20_512MB_IT_SETEK,
        COLIBRI_IMX6ULL_IT,
        COLIBRI_IMX6ULL_WIFI_BT, /* 45 */
+       APALIS_IMX8QXP_WIFI_BT_IT,
+       APALIS_IMX8QM_IT,
+       APALIS_IMX8QP_WIFI_BT,
+       APALIS_IMX8QP,
+       COLIBRI_IMX8QXP_IT, /* 50 */
+       COLIBRI_IMX8DX_WIFI_BT,
+       COLIBRI_IMX8DX,
 };
 
 extern const char * const toradex_modules[];