All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
@ 2014-05-04 13:52 Eric Nelson
  2014-05-04 13:57 ` Gary Thomas
  2014-05-04 14:09 ` [meta-fsl-arm-extra][PATCH " Eric Nelson
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Nelson @ 2014-05-04 13:52 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

The Nitrogen6x has options for i.MX6DL and i.MX6S, and
without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features
of other components won't be built.

The problem triggering this patch is the firmware-imx package,
which will not install the Dual-Lite/Solo firmware for the
VPU (lib/firmware/vpu_fw_imx6d.bin).

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
V2 updates the Subject line to include [meta-fsl-arm].

 conf/machine/nitrogen6x.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 868d287..3a3707e 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -31,7 +31,7 @@
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa9.inc
 
-SOC_FAMILY = "mx6:mx6q"
+SOC_FAMILY = "mx6::mx6dl:mx6q"
 
 KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
 
-- 
1.9.1



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

* Re: [meta-fsl-arm][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
  2014-05-04 13:52 [meta-fsl-arm][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY Eric Nelson
@ 2014-05-04 13:57 ` Gary Thomas
  2014-05-04 14:09 ` [meta-fsl-arm-extra][PATCH " Eric Nelson
  1 sibling, 0 replies; 7+ messages in thread
From: Gary Thomas @ 2014-05-04 13:57 UTC (permalink / raw)
  To: meta-freescale

On 2014-05-04 07:52, Eric Nelson wrote:
> The Nitrogen6x has options for i.MX6DL and i.MX6S, and
> without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features
> of other components won't be built.
>
> The problem triggering this patch is the firmware-imx package,
> which will not install the Dual-Lite/Solo firmware for the
> VPU (lib/firmware/vpu_fw_imx6d.bin).
>
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---
> V2 updates the Subject line to include [meta-fsl-arm].

Wow, you do need more coffee.  [meta-fsl-arm-extra] perhaps?

>
>   conf/machine/nitrogen6x.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
> index 868d287..3a3707e 100644
> --- a/conf/machine/nitrogen6x.conf
> +++ b/conf/machine/nitrogen6x.conf
> @@ -31,7 +31,7 @@
>   include conf/machine/include/imx-base.inc
>   include conf/machine/include/tune-cortexa9.inc
>
> -SOC_FAMILY = "mx6:mx6q"
> +SOC_FAMILY = "mx6::mx6dl:mx6q"
>
>   KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
>
>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* [meta-fsl-arm-extra][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
  2014-05-04 13:52 [meta-fsl-arm][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY Eric Nelson
  2014-05-04 13:57 ` Gary Thomas
@ 2014-05-04 14:09 ` Eric Nelson
  2014-05-04 14:15   ` Gary Thomas
  1 sibling, 1 reply; 7+ messages in thread
From: Eric Nelson @ 2014-05-04 14:09 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

The Nitrogen6x has options for i.MX6DL and i.MX6S, and
without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features
of other components won't be built.

The problem triggering this patch is the firmware-imx package,
which will not install the Dual-Lite/Solo firmware for the
VPU (lib/firmware/vpu_fw_imx6d.bin).

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
V2 updates the Subject line to include [meta-fsl-arm].
V3 updates the Subject line to include [meta-fsl-arm-extra]
   and proves that I should never submit patches before at
   least two cups of coffee and 15 minutes to allow absorption.

 conf/machine/nitrogen6x.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 868d287..3a3707e 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -31,7 +31,7 @@
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa9.inc
 
-SOC_FAMILY = "mx6:mx6q"
+SOC_FAMILY = "mx6::mx6dl:mx6q"
 
 KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
 
-- 
1.9.1



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

* Re: [meta-fsl-arm-extra][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
  2014-05-04 14:09 ` [meta-fsl-arm-extra][PATCH " Eric Nelson
@ 2014-05-04 14:15   ` Gary Thomas
  2014-05-04 14:56     ` Eric Bénard
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2014-05-04 14:15 UTC (permalink / raw)
  To: meta-freescale

On 2014-05-04 08:09, Eric Nelson wrote:
> The Nitrogen6x has options for i.MX6DL and i.MX6S, and
> without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features
> of other components won't be built.
>
> The problem triggering this patch is the firmware-imx package,
> which will not install the Dual-Lite/Solo firmware for the
> VPU (lib/firmware/vpu_fw_imx6d.bin).
>
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---
> V2 updates the Subject line to include [meta-fsl-arm].
> V3 updates the Subject line to include [meta-fsl-arm-extra]
>     and proves that I should never submit patches before at
>     least two cups of coffee and 15 minutes to allow absorption.
>
>   conf/machine/nitrogen6x.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
> index 868d287..3a3707e 100644
> --- a/conf/machine/nitrogen6x.conf
> +++ b/conf/machine/nitrogen6x.conf
> @@ -31,7 +31,7 @@
>   include conf/machine/include/imx-base.inc
>   include conf/machine/include/tune-cortexa9.inc
>
> -SOC_FAMILY = "mx6:mx6q"
> +SOC_FAMILY = "mx6::mx6dl:mx6q"

I also think that :: is [benignly] incorrect since this is just a list
of colon separated machine/SOC variants.  It would also be incorrect in
at least this one other file:
   meta-fsl-arm-extra/conf/machine/cubox-i.conf:SOC_FAMILY = "mx6::mx6dl:mx6q"

>
>   KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
>
>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-fsl-arm-extra][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
  2014-05-04 14:15   ` Gary Thomas
@ 2014-05-04 14:56     ` Eric Bénard
  2014-05-04 15:08       ` [meta-fsl-arm-extra][PATCH V4] " Eric Nelson
  2014-05-04 15:17       ` [meta-fsl-arm-extra][PATCH] cubox-i: remove extraneous colons from SOC_FAMILY Eric Nelson
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Bénard @ 2014-05-04 14:56 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale

Le Sun, 04 May 2014 08:15:21 -0600,
Gary Thomas <gary@mlbassoc.com> a écrit :

> 
> On 2014-05-04 08:09, Eric Nelson wrote:
> > The Nitrogen6x has options for i.MX6DL and i.MX6S, and
> > without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features
> > of other components won't be built.
> >
> > The problem triggering this patch is the firmware-imx package,
> > which will not install the Dual-Lite/Solo firmware for the
> > VPU (lib/firmware/vpu_fw_imx6d.bin).
> >
> > Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> > ---
> > V2 updates the Subject line to include [meta-fsl-arm].
> > V3 updates the Subject line to include [meta-fsl-arm-extra]
> >     and proves that I should never submit patches before at
> >     least two cups of coffee and 15 minutes to allow absorption.
> >
> >   conf/machine/nitrogen6x.conf | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
> > index 868d287..3a3707e 100644
> > --- a/conf/machine/nitrogen6x.conf
> > +++ b/conf/machine/nitrogen6x.conf
> > @@ -31,7 +31,7 @@
> >   include conf/machine/include/imx-base.inc
> >   include conf/machine/include/tune-cortexa9.inc
> >
> > -SOC_FAMILY = "mx6:mx6q"
> > +SOC_FAMILY = "mx6::mx6dl:mx6q"
> 
> I also think that :: is [benignly] incorrect since this is just a list
> of colon separated machine/SOC variants.  It would also be incorrect in
> at least this one other file:
>    meta-fsl-arm-extra/conf/machine/cubox-i.conf:SOC_FAMILY = "mx6::mx6dl:mx6q"
> 
this seems to be a sed effect.

Eric



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

* [meta-fsl-arm-extra][PATCH V4] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
  2014-05-04 14:56     ` Eric Bénard
@ 2014-05-04 15:08       ` Eric Nelson
  2014-05-04 15:17       ` [meta-fsl-arm-extra][PATCH] cubox-i: remove extraneous colons from SOC_FAMILY Eric Nelson
  1 sibling, 0 replies; 7+ messages in thread
From: Eric Nelson @ 2014-05-04 15:08 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

The Nitrogen6x has options for i.MX6DL and i.MX6S, and
without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features
of other components won't be built.

The problem triggering this patch is the firmware-imx package,
which will not install the Dual-Lite/Solo firmware for the
VPU (lib/firmware/vpu_fw_imx6d.bin).

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
V2 updates the Subject line to include [meta-fsl-arm].
V3 updates the Subject line to include [meta-fsl-arm-extra]
   and proves that I should never submit patches before at
   least two cups of coffee and 15 minutes to allow absorption.
V4 updates removes the empty field in the colon-separated list

 conf/machine/nitrogen6x.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 868d287..49a33a1 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -31,7 +31,7 @@
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa9.inc
 
-SOC_FAMILY = "mx6:mx6q"
+SOC_FAMILY = "mx6:mx6dl:mx6q"
 
 KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
 
-- 
1.9.1



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

* [meta-fsl-arm-extra][PATCH] cubox-i: remove extraneous colons from SOC_FAMILY
  2014-05-04 14:56     ` Eric Bénard
  2014-05-04 15:08       ` [meta-fsl-arm-extra][PATCH V4] " Eric Nelson
@ 2014-05-04 15:17       ` Eric Nelson
  1 sibling, 0 replies; 7+ messages in thread
From: Eric Nelson @ 2014-05-04 15:17 UTC (permalink / raw)
  To: meta-freescale; +Cc: otavio

The SOC_FAMILY variable is a colon-separated list and
cubox-i had an extra colon.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 conf/machine/cubox-i.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
index 897c0ea..99416c1 100644
--- a/conf/machine/cubox-i.conf
+++ b/conf/machine/cubox-i.conf
@@ -12,7 +12,7 @@
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa9.inc
 
-SOC_FAMILY = "mx6::mx6dl:mx6q"
+SOC_FAMILY = "mx6:mx6dl:mx6q"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-cubox-i"
 PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"
-- 
1.9.1



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

end of thread, other threads:[~2014-05-04 15:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04 13:52 [meta-fsl-arm][PATCH V2] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY Eric Nelson
2014-05-04 13:57 ` Gary Thomas
2014-05-04 14:09 ` [meta-fsl-arm-extra][PATCH " Eric Nelson
2014-05-04 14:15   ` Gary Thomas
2014-05-04 14:56     ` Eric Bénard
2014-05-04 15:08       ` [meta-fsl-arm-extra][PATCH V4] " Eric Nelson
2014-05-04 15:17       ` [meta-fsl-arm-extra][PATCH] cubox-i: remove extraneous colons from SOC_FAMILY Eric Nelson

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.