All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 2/3] linux-ti-staging_3.12: Pull in commit that includes SGX DT patches
  2013-11-22 16:00 ` [PATCH 2/3] linux-ti-staging_3.12: Pull in commit that includes SGX DT patches Franklin S. Cooper Jr
@ 2013-11-22 15:02   ` Denys Dmytriyenko
  0 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-11-22 15:02 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-ti

That's in my tree already

On Fri, Nov 22, 2013 at 10:00:46AM -0600, Franklin S. Cooper Jr wrote:
> * Update the kernel git tree to use the latest commit.
> * The latest commit pulls in necessary patches to add SGX DT entry for AM43x and
>   AM335x.
> * These patches are required to properly support the latest Graphics SDK.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  recipes-kernel/linux/linux-ti-staging_3.12.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
> index 3abc2f4..ebdefa8 100644
> --- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
> @@ -31,11 +31,11 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "ti-linux-3.12.y"
>  
> -SRCREV = "6a59302de4852678ccde5008ce531075c9b683d9"
> +SRCREV = "95cb8e7d94bdbc6cd26b6d2ab074343a8dd81b7a"
>  PV = "3.12"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> -MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> +MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
> -- 
> 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

* [PATCH 1/3] ti43x.inc: Add SGX as MACHINE_FEATURES
@ 2013-11-22 16:00 Franklin S. Cooper Jr
  2013-11-22 16:00 ` [PATCH 2/3] linux-ti-staging_3.12: Pull in commit that includes SGX DT patches Franklin S. Cooper Jr
  2013-11-22 16:00 ` [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x Franklin S. Cooper Jr
  0 siblings, 2 replies; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-22 16:00 UTC (permalink / raw)
  To: meta-ti

* New Graphics SDK with am43x support has been added.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 conf/machine/include/ti43x.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 12f569e..d9bfd25 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -38,4 +38,4 @@ UBI_VOLNAME = "rootfs"
 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"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx"
-- 
1.7.0.4



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

* [PATCH 2/3] linux-ti-staging_3.12: Pull in commit that includes SGX DT patches
  2013-11-22 16:00 [PATCH 1/3] ti43x.inc: Add SGX as MACHINE_FEATURES Franklin S. Cooper Jr
@ 2013-11-22 16:00 ` Franklin S. Cooper Jr
  2013-11-22 15:02   ` Denys Dmytriyenko
  2013-11-22 16:00 ` [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x Franklin S. Cooper Jr
  1 sibling, 1 reply; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-22 16:00 UTC (permalink / raw)
  To: meta-ti

* Update the kernel git tree to use the latest commit.
* The latest commit pulls in necessary patches to add SGX DT entry for AM43x and
  AM335x.
* These patches are required to properly support the latest Graphics SDK.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_3.12.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_3.12.bb b/recipes-kernel/linux/linux-ti-staging_3.12.bb
index 3abc2f4..ebdefa8 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.12.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.12.bb
@@ -31,11 +31,11 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-3.12.y"
 
-SRCREV = "6a59302de4852678ccde5008ce531075c9b683d9"
+SRCREV = "95cb8e7d94bdbc6cd26b6d2ab074343a8dd81b7a"
 PV = "3.12"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
+MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
 PR = "${MACHINE_KERNEL_PR}"
 
 SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
-- 
1.7.0.4



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

* [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x
  2013-11-22 16:00 [PATCH 1/3] ti43x.inc: Add SGX as MACHINE_FEATURES Franklin S. Cooper Jr
  2013-11-22 16:00 ` [PATCH 2/3] linux-ti-staging_3.12: Pull in commit that includes SGX DT patches Franklin S. Cooper Jr
@ 2013-11-22 16:00 ` Franklin S. Cooper Jr
  2013-11-22 19:22   ` Denys Dmytriyenko
  1 sibling, 1 reply; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2013-11-22 16:00 UTC (permalink / raw)
  To: meta-ti

* The latest Graphics SDK is required for the 3.12 kernel being used by AM335x
  and AM43x machines.
* Set the preferred version to insure that the proper version of the graphics
  sdk is being used.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 conf/machine/include/ti33x.inc |    3 +++
 conf/machine/include/ti43x.inc |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index af340d2..8cdf580 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
 PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
+PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
+PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
+
 KERNEL_IMAGETYPE = "zImage"
 
 UBOOT_ARCH = "arm"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index d9bfd25..948fd99 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
 PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
+PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
+PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
+
 KERNEL_IMAGETYPE = "zImage"
 
 UBOOT_ARCH = "arm"
-- 
1.7.0.4



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

* Re: [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x
  2013-11-22 16:00 ` [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x Franklin S. Cooper Jr
@ 2013-11-22 19:22   ` Denys Dmytriyenko
  2013-11-22 19:29     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2013-11-22 19:22 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-ti

On Fri, Nov 22, 2013 at 10:00:47AM -0600, Franklin S. Cooper Jr wrote:
> * The latest Graphics SDK is required for the 3.12 kernel being used by AM335x
>   and AM43x machines.
> * Set the preferred version to insure that the proper version of the graphics
>   sdk is being used.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  conf/machine/include/ti33x.inc |    3 +++
>  conf/machine/include/ti43x.inc |    3 +++
>  2 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
> index af340d2..8cdf580 100644
> --- a/conf/machine/include/ti33x.inc
> +++ b/conf/machine/include/ti33x.inc
> @@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
>  PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
>  PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
>  
> +PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
> +PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"

I'm worried about setting specific preferred versions in the machine configs - 
it doesn't look very scalable...

I'm willing to suggest to drop all DEFAULT_PREFERENCE = "-1" from the 
corresponding recipes and let the build pick the latest "compatible" version, 
unless overwritten by a distro with own PREFERRED_VERSION.

The only drawback I see is that some people still use 4.05 Gfx SDK on omap3 
and beagleboard, as that version had the best x11 support (or the least 
broken).

So, we can fix that particular issue by adding DEFAULT_PREFERENCE_omap3 = "99" 
to that recipe to bump it up.

Or, if not removing DEFAULT_PREFERENCE = "-1" from all Gfx SDK recipes, then 
just add overrides for ti33x and ti43x to bump the preference in 5.00.00.01 
recipe only...

Thoughts?

-- 
Denys


>  KERNEL_IMAGETYPE = "zImage"
>  
>  UBOOT_ARCH = "arm"
> diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
> index d9bfd25..948fd99 100644
> --- a/conf/machine/include/ti43x.inc
> +++ b/conf/machine/include/ti43x.inc
> @@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
>  PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
>  PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
>  
> +PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
> +PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
> +
>  KERNEL_IMAGETYPE = "zImage"
>  
>  UBOOT_ARCH = "arm"
> -- 
> 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 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x
  2013-11-22 19:22   ` Denys Dmytriyenko
@ 2013-11-22 19:29     ` Cooper Jr., Franklin
  2013-11-22 19:34       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Cooper Jr., Franklin @ 2013-11-22 19:29 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org



> On Nov 22, 2013, at 1:22 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote:
> 
>> On Fri, Nov 22, 2013 at 10:00:47AM -0600, Franklin S. Cooper Jr wrote:
>> * The latest Graphics SDK is required for the 3.12 kernel being used by AM335x
>>  and AM43x machines.
>> * Set the preferred version to insure that the proper version of the graphics
>>  sdk is being used.
>> 
>> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>> ---
>> conf/machine/include/ti33x.inc |    3 +++
>> conf/machine/include/ti43x.inc |    3 +++
>> 2 files changed, 6 insertions(+), 0 deletions(-)
>> 
>> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
>> index af340d2..8cdf580 100644
>> --- a/conf/machine/include/ti33x.inc
>> +++ b/conf/machine/include/ti33x.inc
>> @@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
>> PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
>> PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
>> 
>> +PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
>> +PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
> 
> I'm worried about setting specific preferred versions in the machine configs - 
> it doesn't look very scalable...
> 
> I'm willing to suggest to drop all DEFAULT_PREFERENCE = "-1" from the 
> corresponding recipes and let the build pick the latest "compatible" version, 
> unless overwritten by a distro with own PREFERRED_VERSION.
> 
> The only drawback I see is that some people still use 4.05 Gfx SDK on omap3 
> and beagleboard, as that version had the best x11 support (or the least 
> broken).
> 
> So, we can fix that particular issue by adding DEFAULT_PREFERENCE_omap3 = "99" 
> to that recipe to bump it up.
> 
> Or, if not removing DEFAULT_PREFERENCE = "-1" from all Gfx SDK recipes, then 
> just add overrides for ti33x and ti43x to bump the preference in 5.00.00.01 
> recipe only...
I like this option since I'm not sure about the quality of the alpha SDK for any other platforms. If we did this would we need to make the recipes machine specific? I'm not sure how setting DEFAULT_PREFERENCE works in this situation when using machine overrides.
> 
> Thoughts?
> 
> -- 
> Denys
> 
> 
>> KERNEL_IMAGETYPE = "zImage"
>> 
>> UBOOT_ARCH = "arm"
>> diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
>> index d9bfd25..948fd99 100644
>> --- a/conf/machine/include/ti43x.inc
>> +++ b/conf/machine/include/ti43x.inc
>> @@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
>> PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
>> PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
>> 
>> +PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
>> +PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
>> +
>> KERNEL_IMAGETYPE = "zImage"
>> 
>> UBOOT_ARCH = "arm"
>> -- 
>> 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 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x
  2013-11-22 19:29     ` Cooper Jr., Franklin
@ 2013-11-22 19:34       ` Cooper Jr., Franklin
  0 siblings, 0 replies; 7+ messages in thread
From: Cooper Jr., Franklin @ 2013-11-22 19:34 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org



> On Nov 22, 2013, at 1:29 PM, "Cooper Jr., Franklin" <fcooper@ti.com> wrote:
> 
> 
> 
>>> On Nov 22, 2013, at 1:22 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote:
>>> 
>>> On Fri, Nov 22, 2013 at 10:00:47AM -0600, Franklin S. Cooper Jr wrote:
>>> * The latest Graphics SDK is required for the 3.12 kernel being used by AM335x
>>> and AM43x machines.
>>> * Set the preferred version to insure that the proper version of the graphics
>>> sdk is being used.
>>> 
>>> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>>> ---
>>> conf/machine/include/ti33x.inc |    3 +++
>>> conf/machine/include/ti43x.inc |    3 +++
>>> 2 files changed, 6 insertions(+), 0 deletions(-)
>>> 
>>> diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
>>> index af340d2..8cdf580 100644
>>> --- a/conf/machine/include/ti33x.inc
>>> +++ b/conf/machine/include/ti33x.inc
>>> @@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
>>> PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
>>> PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
>>> 
>>> +PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
>>> +PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
>> 
>> I'm worried about setting specific preferred versions in the machine configs - 
>> it doesn't look very scalable...
>> 
>> I'm willing to suggest to drop all DEFAULT_PREFERENCE = "-1" from the 
>> corresponding recipes and let the build pick the latest "compatible" version, 
>> unless overwritten by a distro with own PREFERRED_VERSION.
>> 
>> The only drawback I see is that some people still use 4.05 Gfx SDK on omap3 
>> and beagleboard, as that version had the best x11 support (or the least 
>> broken).
>> 
>> So, we can fix that particular issue by adding DEFAULT_PREFERENCE_omap3 = "99" 
>> to that recipe to bump it up.
Sorry I missed this suggestion.
This would work also. Still curious if we have to make the recipe machine specific for that to work.
>> 
>> Or, if not removing DEFAULT_PREFERENCE = "-1" from all Gfx SDK recipes, then 
>> just add overrides for ti33x and ti43x to bump the preference in 5.00.00.01 
>> recipe only...
> I like this option since I'm not sure about the quality of the alpha SDK for any other platforms. If we did this would we need to make the recipes machine specific? I'm not sure how setting DEFAULT_PREFERENCE works in this situation when using machine overrides.
>> 
>> Thoughts?
>> 
>> -- 
>> Denys
>> 
>> 
>>> KERNEL_IMAGETYPE = "zImage"
>>> 
>>> UBOOT_ARCH = "arm"
>>> diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
>>> index d9bfd25..948fd99 100644
>>> --- a/conf/machine/include/ti43x.inc
>>> +++ b/conf/machine/include/ti43x.inc
>>> @@ -23,6 +23,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
>>> PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
>>> PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
>>> 
>>> +PREFERRED_VERSION_libgles-omap3 = "5.00.00.01"
>>> +PREFERRED_VERSION_omap3-sgx-modules = "5.00.00.01"
>>> +
>>> KERNEL_IMAGETYPE = "zImage"
>>> 
>>> UBOOT_ARCH = "arm"
>>> -- 
>>> 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-11-22 19:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 16:00 [PATCH 1/3] ti43x.inc: Add SGX as MACHINE_FEATURES Franklin S. Cooper Jr
2013-11-22 16:00 ` [PATCH 2/3] linux-ti-staging_3.12: Pull in commit that includes SGX DT patches Franklin S. Cooper Jr
2013-11-22 15:02   ` Denys Dmytriyenko
2013-11-22 16:00 ` [PATCH 3/3] machine config: Use Graphics SDK 05.00.00.01 by default on AM335x and AM43x Franklin S. Cooper Jr
2013-11-22 19:22   ` Denys Dmytriyenko
2013-11-22 19:29     ` Cooper Jr., Franklin
2013-11-22 19:34       ` Cooper Jr., Franklin

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.