From f06fc58f6e30607475dab127cdaa525417022c36 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 26 Jan 2018 14:01:37 +0100 Subject: tdx-cfg-block: add new SKUs Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler (cherry picked from commit c97ae21d2e87f673e7f249f30df154b2bf5472fa) (cherry picked from commit e82aab70ddcc0ea46e342980648fd23e69396b94) (cherry picked from commit efc8eb53cc3184c88d4b76459cd585fcd594e118) --- board/toradex/common/tdx-cfg-block.c | 8 +++++--- board/toradex/common/tdx-cfg-block.h | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c index c8d06420a1..ad5a6ad399 100644 --- a/board/toradex/common/tdx-cfg-block.c +++ b/board/toradex/common/tdx-cfg-block.c @@ -93,10 +93,12 @@ const char * const toradex_modules[] = { [34] = "Apalis TK1 2GB", [35] = "Apalis iMX6 Dual 1GB IT", [36] = "Colibri iMX6ULL 256MB", - [37] = "Apalis iMX8", - [38] = "UNKNOWN MODULE", - [39] = "Colibri iMX7 Dual 1GB", + [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 e480312e90..a0ee717e61 100644 --- a/board/toradex/common/tdx-cfg-block.h +++ b/board/toradex/common/tdx-cfg-block.h @@ -56,9 +56,12 @@ enum { APALIS_TK1_2GB, APALIS_IMX6D_IT, COLIBRI_IMX6ULL, - APALIS_IMX8, /* 37 */ - COLIBRI_IMX7D_EMMC = 39, + 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[]; -- cgit v1.2.3