[U-Boot] [PATCH v1 4/5] board: toradex: add new and upcoming SKUs
Stefan Agner
stefan at agner.ch
Wed May 30 17:01:47 UTC 2018
From: Stefan Agner <stefan.agner at toradex.com>
Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
board/toradex/common/tdx-cfg-block.c | 7 +++++++
board/toradex/common/tdx-cfg-block.h | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index f6231ff2f9..57edb6c5c9 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -91,6 +91,13 @@ const char * const toradex_modules[] = {
[33] = "Colibri iMX7 Dual 512MB",
[34] = "Apalis TK1 2GB",
[35] = "Apalis iMX6 Dual 1GB IT",
+ [36] = "Colibri iMX6ULL 256MB",
+ [37] = "Apalis iMX8 QuadMax 4GB Wi-Fi / Bluetooth",
+ [38] = "Colibri iMX8X",
+ [39] = "Colibri iMX7 Dual 1GB (eMMC)",
+ [40] = "Colibri iMX6ULL 512MB Wi-Fi / Bluetooth IT",
+ [41] = "Colibri iMX7 Dual 512MB EPDC",
+ [42] = "Apalis TK1 4GB",
};
#ifdef CONFIG_TDX_CFG_BLOCK_IS_IN_MMC
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index 29b933c307..da60e789a7 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -54,6 +54,13 @@ enum {
COLIBRI_IMX7D,
APALIS_TK1_2GB,
APALIS_IMX6D_IT,
+ COLIBRI_IMX6ULL,
+ APALIS_IMX8QM, /* 37 */
+ COLIBRI_IMX8X,
+ COLIBRI_IMX7D_EMMC,
+ COLIBRI_IMX6ULL_WIFI_BT_IT, /* 40 */
+ COLIBRI_IMX7D_EPDC,
+ APALIS_TK1_4GB,
};
extern const char * const toradex_modules[];
--
2.17.0
More information about the U-Boot
mailing list