diff mbox series

[U-Boot,v1,4/5] board: toradex: tdx-cfg-block: add new skus

Message ID 20190406124639.25500-5-marcel@ziswiler.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series colibri imx8qxp 2gb wb it v1.0b module support | expand

Commit Message

Marcel Ziswiler April 6, 2019, 12:46 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

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>

---

 board/toradex/common/tdx-cfg-block.c | 7 +++++++
 board/toradex/common/tdx-cfg-block.h | 7 +++++++
 2 files changed, 14 insertions(+)

Comments

Igor Opaniuk April 8, 2019, 3:50 p.m. UTC | #1
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>

On Sat, Apr 6, 2019 at 2:48 PM Marcel Ziswiler <marcel@ziswiler.com> wrote:
>
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> 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>
>
> ---
>
>  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 7e529afc7f..f69c4433b2 100644
> --- a/board/toradex/common/tdx-cfg-block.c
> +++ b/board/toradex/common/tdx-cfg-block.c
> @@ -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
> diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
> index b20b522e1d..bfdc8b7f70 100644
> --- a/board/toradex/common/tdx-cfg-block.h
> +++ b/board/toradex/common/tdx-cfg-block.h
> @@ -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[];
> --
> 2.20.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 7e529afc7f..f69c4433b2 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -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
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index b20b522e1d..bfdc8b7f70 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -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[];