* [PATCH] ti33x: remove sgx until latest kernels are supported
@ 2013-04-01 16:26 Chase Maupin
2013-04-01 17:55 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Chase Maupin @ 2013-04-01 16:26 UTC (permalink / raw)
To: meta-ti
* Remove the sgx feature from the ti33x devices until the update
to a later version of the graphics SDK and drivers enables SGX
support for later kernels such a v3.8
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
conf/machine/include/ti33x.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 12b80c6..e8aa2ba 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS += "u-boot"
# List common SoC features, may need to add touchscreen for specific machines
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] ti33x: remove sgx until latest kernels are supported
2013-04-01 16:26 [PATCH] ti33x: remove sgx until latest kernels are supported Chase Maupin
@ 2013-04-01 17:55 ` Denys Dmytriyenko
2013-04-01 18:24 ` Maupin, Chase
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-04-01 17:55 UTC (permalink / raw)
To: Chase Maupin; +Cc: meta-ti
On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin wrote:
> * Remove the sgx feature from the ti33x devices until the update
> to a later version of the graphics SDK and drivers enables SGX
> support for later kernels such a v3.8
But we still have 3.2 supported and AM-SDK is using it...
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> conf/machine/include/ti33x.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
> index 12b80c6..e8aa2ba 100644
> --- a/conf/machine/include/ti33x.inc
> +++ b/conf/machine/include/ti33x.inc
> @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
> EXTRA_IMAGEDEPENDS += "u-boot"
>
> # List common SoC features, may need to add touchscreen for specific machines
> -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
> +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] ti33x: remove sgx until latest kernels are supported
2013-04-01 17:55 ` Denys Dmytriyenko
@ 2013-04-01 18:24 ` Maupin, Chase
2013-04-01 20:20 ` Cooper Jr., Franklin
0 siblings, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2013-04-01 18:24 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, April 01, 2013 12:56 PM
> To: Maupin, Chase
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest
> kernels are supported
>
> On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin wrote:
> > * Remove the sgx feature from the ti33x devices until the
> update
> > to a later version of the graphics SDK and drivers enables
> SGX
> > support for later kernels such a v3.8
>
> But we still have 3.2 supported and AM-SDK is using it...
>
I would expect that they won't pick up this change in their tree. Is there a way to "add" it back from a distro centric conf file?
>
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > ---
> > conf/machine/include/ti33x.inc | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/conf/machine/include/ti33x.inc
> b/conf/machine/include/ti33x.inc
> > index 12b80c6..e8aa2ba 100644
> > --- a/conf/machine/include/ti33x.inc
> > +++ b/conf/machine/include/ti33x.inc
> > @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
> > EXTRA_IMAGEDEPENDS += "u-boot"
> >
> > # List common SoC features, may need to add touchscreen for
> specific machines
> > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2
> screen alsa ethernet sgx"
> > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2
> screen alsa ethernet"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] ti33x: remove sgx until latest kernels are supported
2013-04-01 18:24 ` Maupin, Chase
@ 2013-04-01 20:20 ` Cooper Jr., Franklin
2013-04-01 21:10 ` Maupin, Chase
0 siblings, 1 reply; 7+ messages in thread
From: Cooper Jr., Franklin @ 2013-04-01 20:20 UTC (permalink / raw)
To: Maupin, Chase, Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Maupin, Chase
> Sent: Monday, April 01, 2013 1:24 PM
> To: Dmytriyenko, Denys
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest kernels are
> supported
>
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Monday, April 01, 2013 12:56 PM
> > To: Maupin, Chase
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest kernels
> > are supported
> >
> > On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin wrote:
> > > * Remove the sgx feature from the ti33x devices until the
> > update
> > > to a later version of the graphics SDK and drivers enables
> > SGX
> > > support for later kernels such a v3.8
> >
> > But we still have 3.2 supported and AM-SDK is using it...
> >
>
> I would expect that they won't pick up this change in their tree. Is there a
> way to "add" it back from a distro centric conf file?
What is the difference between meta-arago including this change compared to meta-ti? Meta-ti doesn't "use" the sgx value so I am assuming your issue is that meta-arago uses this variable to build a filesystem.
Anyway this "sgx" value should be left in meta-ti.
>
> >
> > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > ---
> > > conf/machine/include/ti33x.inc | 2 +-
> > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/conf/machine/include/ti33x.inc
> > b/conf/machine/include/ti33x.inc
> > > index 12b80c6..e8aa2ba 100644
> > > --- a/conf/machine/include/ti33x.inc
> > > +++ b/conf/machine/include/ti33x.inc
> > > @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
> > > EXTRA_IMAGEDEPENDS += "u-boot"
> > >
> > > # List common SoC features, may need to add touchscreen for
> > specific machines
> > > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2
> > screen alsa ethernet sgx"
> > > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2
> > screen alsa ethernet"
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] ti33x: remove sgx until latest kernels are supported
2013-04-01 20:20 ` Cooper Jr., Franklin
@ 2013-04-01 21:10 ` Maupin, Chase
2013-04-01 21:12 ` Denys Dmytriyenko
0 siblings, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2013-04-01 21:10 UTC (permalink / raw)
To: Cooper Jr., Franklin, Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Monday, April 01, 2013 3:21 PM
> To: Maupin, Chase; Dmytriyenko, Denys
> Cc: meta-ti@yoctoproject.org
> Subject: RE: [meta-ti] [PATCH] ti33x: remove sgx until latest
> kernels are supported
>
>
>
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Maupin, Chase
> > Sent: Monday, April 01, 2013 1:24 PM
> > To: Dmytriyenko, Denys
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest
> kernels are
> > supported
> >
> > > -----Original Message-----
> > > From: Dmytriyenko, Denys
> > > Sent: Monday, April 01, 2013 12:56 PM
> > > To: Maupin, Chase
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest
> kernels
> > > are supported
> > >
> > > On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin wrote:
> > > > * Remove the sgx feature from the ti33x devices until the
> > > update
> > > > to a later version of the graphics SDK and drivers
> enables
> > > SGX
> > > > support for later kernels such a v3.8
> > >
> > > But we still have 3.2 supported and AM-SDK is using it...
> > >
> >
> > I would expect that they won't pick up this change in their
> tree. Is there a
> > way to "add" it back from a distro centric conf file?
> What is the difference between meta-arago including this change
> compared to meta-ti? Meta-ti doesn't "use" the sgx value so I am
> assuming your issue is that meta-arago uses this variable to
> build a filesystem.
>
> Anyway this "sgx" value should be left in meta-ti.
Fair enough. I'll either submit a patch to meta-arago to remove the components, or assuming your other sgx patches get picked up I'll see about updating to the latest graphics SDK which should work with v3.8 kernels (at least build)
>
> >
> > >
> > > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > > ---
> > > > conf/machine/include/ti33x.inc | 2 +-
> > > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > > >
> > > > diff --git a/conf/machine/include/ti33x.inc
> > > b/conf/machine/include/ti33x.inc
> > > > index 12b80c6..e8aa2ba 100644
> > > > --- a/conf/machine/include/ti33x.inc
> > > > +++ b/conf/machine/include/ti33x.inc
> > > > @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
> > > > EXTRA_IMAGEDEPENDS += "u-boot"
> > > >
> > > > # List common SoC features, may need to add touchscreen
> for
> > > specific machines
> > > > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat
> ext2
> > > screen alsa ethernet sgx"
> > > > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat
> ext2
> > > screen alsa ethernet"
> > > > --
> > > > 1.7.0.4
> > > >
> > > > _______________________________________________
> > > > meta-ti mailing list
> > > > meta-ti@yoctoproject.org
> > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] ti33x: remove sgx until latest kernels are supported
2013-04-01 21:10 ` Maupin, Chase
@ 2013-04-01 21:12 ` Denys Dmytriyenko
2013-04-01 21:32 ` Maupin, Chase
0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-04-01 21:12 UTC (permalink / raw)
To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org
On Mon, Apr 01, 2013 at 05:10:35PM -0400, Maupin, Chase wrote:
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Monday, April 01, 2013 3:21 PM
> > To: Maupin, Chase; Dmytriyenko, Denys
> > Cc: meta-ti@yoctoproject.org
> > Subject: RE: [meta-ti] [PATCH] ti33x: remove sgx until latest
> > kernels are supported
> >
> >
> >
> > > -----Original Message-----
> > > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > > bounces@yoctoproject.org] On Behalf Of Maupin, Chase
> > > Sent: Monday, April 01, 2013 1:24 PM
> > > To: Dmytriyenko, Denys
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest
> > kernels are
> > > supported
> > >
> > > > -----Original Message-----
> > > > From: Dmytriyenko, Denys
> > > > Sent: Monday, April 01, 2013 12:56 PM
> > > > To: Maupin, Chase
> > > > Cc: meta-ti@yoctoproject.org
> > > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest
> > kernels
> > > > are supported
> > > >
> > > > On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin wrote:
> > > > > * Remove the sgx feature from the ti33x devices until the
> > > > update
> > > > > to a later version of the graphics SDK and drivers
> > enables
> > > > SGX
> > > > > support for later kernels such a v3.8
> > > >
> > > > But we still have 3.2 supported and AM-SDK is using it...
> > > >
> > >
> > > I would expect that they won't pick up this change in their
> > tree. Is there a
> > > way to "add" it back from a distro centric conf file?
> > What is the difference between meta-arago including this change
> > compared to meta-ti? Meta-ti doesn't "use" the sgx value so I am
> > assuming your issue is that meta-arago uses this variable to
> > build a filesystem.
> >
> > Anyway this "sgx" value should be left in meta-ti.
>
> Fair enough. I'll either submit a patch to meta-arago to remove the
> components, or assuming your other sgx patches get picked up I'll see about
> updating to the latest graphics SDK which should work with v3.8 kernels (at
> least build)
Second option would be the best - I'll give those new sgx patches some
attention tonight...
> > > > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > > > ---
> > > > > conf/machine/include/ti33x.inc | 2 +-
> > > > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > > > >
> > > > > diff --git a/conf/machine/include/ti33x.inc
> > > > b/conf/machine/include/ti33x.inc
> > > > > index 12b80c6..e8aa2ba 100644
> > > > > --- a/conf/machine/include/ti33x.inc
> > > > > +++ b/conf/machine/include/ti33x.inc
> > > > > @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
> > > > > EXTRA_IMAGEDEPENDS += "u-boot"
> > > > >
> > > > > # List common SoC features, may need to add touchscreen
> > for
> > > > specific machines
> > > > > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat
> > ext2
> > > > screen alsa ethernet sgx"
> > > > > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat
> > ext2
> > > > screen alsa ethernet"
> > > > > --
> > > > > 1.7.0.4
> > > > >
> > > > > _______________________________________________
> > > > > meta-ti mailing list
> > > > > meta-ti@yoctoproject.org
> > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] ti33x: remove sgx until latest kernels are supported
2013-04-01 21:12 ` Denys Dmytriyenko
@ 2013-04-01 21:32 ` Maupin, Chase
0 siblings, 0 replies; 7+ messages in thread
From: Maupin, Chase @ 2013-04-01 21:32 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, April 01, 2013 4:13 PM
> To: Maupin, Chase
> Cc: Cooper Jr., Franklin; meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until latest
> kernels are supported
>
> On Mon, Apr 01, 2013 at 05:10:35PM -0400, Maupin, Chase wrote:
> > > -----Original Message-----
> > > From: Cooper Jr., Franklin
> > > Sent: Monday, April 01, 2013 3:21 PM
> > > To: Maupin, Chase; Dmytriyenko, Denys
> > > Cc: meta-ti@yoctoproject.org
> > > Subject: RE: [meta-ti] [PATCH] ti33x: remove sgx until latest
> > > kernels are supported
> > >
> > >
> > >
> > > > -----Original Message-----
> > > > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > > > bounces@yoctoproject.org] On Behalf Of Maupin, Chase
> > > > Sent: Monday, April 01, 2013 1:24 PM
> > > > To: Dmytriyenko, Denys
> > > > Cc: meta-ti@yoctoproject.org
> > > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until
> latest
> > > kernels are
> > > > supported
> > > >
> > > > > -----Original Message-----
> > > > > From: Dmytriyenko, Denys
> > > > > Sent: Monday, April 01, 2013 12:56 PM
> > > > > To: Maupin, Chase
> > > > > Cc: meta-ti@yoctoproject.org
> > > > > Subject: Re: [meta-ti] [PATCH] ti33x: remove sgx until
> latest
> > > kernels
> > > > > are supported
> > > > >
> > > > > On Mon, Apr 01, 2013 at 11:26:07AM -0500, Chase Maupin
> wrote:
> > > > > > * Remove the sgx feature from the ti33x devices until
> the
> > > > > update
> > > > > > to a later version of the graphics SDK and drivers
> > > enables
> > > > > SGX
> > > > > > support for later kernels such a v3.8
> > > > >
> > > > > But we still have 3.2 supported and AM-SDK is using it...
> > > > >
> > > >
> > > > I would expect that they won't pick up this change in their
> > > tree. Is there a
> > > > way to "add" it back from a distro centric conf file?
> > > What is the difference between meta-arago including this
> change
> > > compared to meta-ti? Meta-ti doesn't "use" the sgx value so I
> am
> > > assuming your issue is that meta-arago uses this variable to
> > > build a filesystem.
> > >
> > > Anyway this "sgx" value should be left in meta-ti.
> >
> > Fair enough. I'll either submit a patch to meta-arago to
> remove the
> > components, or assuming your other sgx patches get picked up
> I'll see about
> > updating to the latest graphics SDK which should work with v3.8
> kernels (at
> > least build)
>
> Second option would be the best - I'll give those new sgx patches
> some
> attention tonight...
Thanks.
>
>
> > > > > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > > > > ---
> > > > > > conf/machine/include/ti33x.inc | 2 +-
> > > > > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > > > > >
> > > > > > diff --git a/conf/machine/include/ti33x.inc
> > > > > b/conf/machine/include/ti33x.inc
> > > > > > index 12b80c6..e8aa2ba 100644
> > > > > > --- a/conf/machine/include/ti33x.inc
> > > > > > +++ b/conf/machine/include/ti33x.inc
> > > > > > @@ -34,4 +34,4 @@ UBOOT_LOADADDRESS = "0x80008000"
> > > > > > EXTRA_IMAGEDEPENDS += "u-boot"
> > > > > >
> > > > > > # List common SoC features, may need to add
> touchscreen
> > > for
> > > > > specific machines
> > > > > > -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost
> vfat
> > > ext2
> > > > > screen alsa ethernet sgx"
> > > > > > +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost
> vfat
> > > ext2
> > > > > screen alsa ethernet"
> > > > > > --
> > > > > > 1.7.0.4
> > > > > >
> > > > > > _______________________________________________
> > > > > > meta-ti mailing list
> > > > > > meta-ti@yoctoproject.org
> > > > > > https://lists.yoctoproject.org/listinfo/meta-ti
> > > > _______________________________________________
> > > > meta-ti mailing list
> > > > meta-ti@yoctoproject.org
> > > > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-01 21:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 16:26 [PATCH] ti33x: remove sgx until latest kernels are supported Chase Maupin
2013-04-01 17:55 ` Denys Dmytriyenko
2013-04-01 18:24 ` Maupin, Chase
2013-04-01 20:20 ` Cooper Jr., Franklin
2013-04-01 21:10 ` Maupin, Chase
2013-04-01 21:12 ` Denys Dmytriyenko
2013-04-01 21:32 ` Maupin, Chase
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.