All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid
@ 2024-01-22 20:09 Joao Paulo Goncalves
  2024-01-23  7:39 ` Marcel Ziswiler
  2024-01-25 11:02 ` Francesco Dolcini
  0 siblings, 2 replies; 5+ messages in thread
From: Joao Paulo Goncalves @ 2024-01-22 20:09 UTC (permalink / raw)
  To: Marcel Ziswiler; +Cc: Joao Paulo Goncalves, u-boot

From: Joao Paulo Goncalves <joao.goncalves@toradex.com>

Add new apalis imx6 and colibri imx6/imx7 products IDs.

Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
---
 board/toradex/common/tdx-cfg-block.c | 9 +++++++++
 board/toradex/common/tdx-cfg-block.h | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 7187e1ba377..7affc290395 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -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 {
diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
index ea58bd43b17..b783537ce76 100644
--- a/board/toradex/common/tdx-cfg-block.h
+++ b/board/toradex/common/tdx-cfg-block.h
@@ -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 {
-- 
2.34.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid
  2024-01-22 20:09 [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid Joao Paulo Goncalves
@ 2024-01-23  7:39 ` Marcel Ziswiler
  2024-01-25 11:02 ` Francesco Dolcini
  1 sibling, 0 replies; 5+ messages in thread
From: Marcel Ziswiler @ 2024-01-23  7:39 UTC (permalink / raw)
  To: jpaulo.silvagoncalves@gmail.com
  Cc: João Paulo Silva Gonçalves, u-boot@lists.denx.de

On Mon, 2024-01-22 at 17:09 -0300, Joao Paulo Goncalves wrote:
> From: Joao Paulo Goncalves <joao.goncalves@toradex.com>
> 
> 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 | 9 +++++++++
>  board/toradex/common/tdx-cfg-block.h | 9 +++++++++
>  2 files changed, 18 insertions(+)
> 
> diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
> index 7187e1ba377..7affc290395 100644
> --- a/board/toradex/common/tdx-cfg-block.c
> +++ b/board/toradex/common/tdx-cfg-block.c
> @@ -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 {
> diff --git a/board/toradex/common/tdx-cfg-block.h b/board/toradex/common/tdx-cfg-block.h
> index ea58bd43b17..b783537ce76 100644
> --- a/board/toradex/common/tdx-cfg-block.h
> +++ b/board/toradex/common/tdx-cfg-block.h
> @@ -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 {

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid
  2024-01-22 20:09 [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid Joao Paulo Goncalves
  2024-01-23  7:39 ` Marcel Ziswiler
@ 2024-01-25 11:02 ` Francesco Dolcini
  2024-01-25 20:14   ` Fabio Estevam
  2024-01-27 12:52   ` Fabio Estevam
  1 sibling, 2 replies; 5+ messages in thread
From: Francesco Dolcini @ 2024-01-25 11:02 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Marcel Ziswiler, Joao Paulo Goncalves, u-boot

On Mon, Jan 22, 2024 at 05:09:30PM -0300, Joao Paulo Goncalves wrote:
> From: Joao Paulo Goncalves <joao.goncalves@toradex.com>
> 
> Add new apalis imx6 and colibri imx6/imx7 products IDs.
> 
> Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
> ---
>  board/toradex/common/tdx-cfg-block.c | 9 +++++++++
>  board/toradex/common/tdx-cfg-block.h | 9 +++++++++
>  2 files changed, 18 insertions(+)
> 
> diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
> index 7187e1ba377..7affc290395 100644
> --- a/board/toradex/common/tdx-cfg-block.c
> +++ b/board/toradex/common/tdx-cfg-block.c
> @@ -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)    },	
there is some trailing space here at the end of the line.

Fabio, can you fix this up before applying?

Francesco


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid
  2024-01-25 11:02 ` Francesco Dolcini
@ 2024-01-25 20:14   ` Fabio Estevam
  2024-01-27 12:52   ` Fabio Estevam
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2024-01-25 20:14 UTC (permalink / raw)
  To: Francesco Dolcini; +Cc: Marcel Ziswiler, Joao Paulo Goncalves, u-boot

On Thu, Jan 25, 2024 at 8:02 AM Francesco Dolcini <francesco@dolcini.it> wrote:

> there is some trailing space here at the end of the line.
>
> Fabio, can you fix this up before applying?

Sure, but next time just run checkpatch :-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid
  2024-01-25 11:02 ` Francesco Dolcini
  2024-01-25 20:14   ` Fabio Estevam
@ 2024-01-27 12:52   ` Fabio Estevam
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2024-01-27 12:52 UTC (permalink / raw)
  To: Francesco Dolcini; +Cc: Marcel Ziswiler, Joao Paulo Goncalves, u-boot

On Thu, Jan 25, 2024 at 8:02 AM Francesco Dolcini <francesco@dolcini.it> wrote:

> there is some trailing space here at the end of the line.
>
> Fabio, can you fix this up before applying?

Removed the whitespace and applied it, thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-27 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 20:09 [PATCH] toradex: tdx-cfg-block: Add new apalis and colibri pid Joao Paulo Goncalves
2024-01-23  7:39 ` Marcel Ziswiler
2024-01-25 11:02 ` Francesco Dolcini
2024-01-25 20:14   ` Fabio Estevam
2024-01-27 12:52   ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.