All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-ti-staging: Updated staging tree commit. Pull in am57x evm support
@ 2014-08-12  0:47 Franklin S. Cooper Jr
  2014-08-12  1:04 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2014-08-12  0:47 UTC (permalink / raw)
  To: meta-ti

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

* Update the commit of the 3.14 staging tree.
* Add support for accelerated cryptos on am335x/am437x.
* Adds HDMI audio support for Beaglebone Black
* Brings in am57x evm support.
* This also updates the base kernel to 3.14.16.

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

diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
index 6088bee..37e6259 100644
--- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
+++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
@@ -29,7 +29,8 @@ KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335
 KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
 KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
 KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
-KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
+KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb am57xx-beagle-x15.dtb"
+KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb"
 KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
 KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
 KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
@@ -43,8 +44,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-3.14.y"
 
-SRCREV = "780f0589876618911eb9cd7ad5a83db249ad1638"
-PV = "3.14.15"
+SRCREV = "8f69b4c2243fb3b0d85fd2a0b575d5170d53dbea"
+PV = "3.14.16"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
-- 
1.7.9.5



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

* Re: [PATCH] linux-ti-staging: Updated staging tree commit. Pull in am57x evm support
  2014-08-12  0:47 [PATCH] linux-ti-staging: Updated staging tree commit. Pull in am57x evm support Franklin S. Cooper Jr
@ 2014-08-12  1:04 ` Denys Dmytriyenko
  2014-08-12  1:13   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-08-12  1:04 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-ti

Heh, I was doing the same update here... Was testing my changes when you sent 
it.

On Mon, Aug 11, 2014 at 07:47:19PM -0500, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> * Update the commit of the 3.14 staging tree.
> * Add support for accelerated cryptos on am335x/am437x.
> * Adds HDMI audio support for Beaglebone Black
> * Brings in am57x evm support.
> * This also updates the base kernel to 3.14.16.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  recipes-kernel/linux/linux-ti-staging_3.14.bb |    7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
> index 6088bee..37e6259 100644
> --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
> @@ -29,7 +29,8 @@ KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335
>  KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
>  KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
>  KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
> -KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
> +KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb am57xx-beagle-x15.dtb"
> +KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb"
>  KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
>  KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
>  KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
> @@ -43,8 +44,8 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "ti-linux-3.14.y"
>  
> -SRCREV = "780f0589876618911eb9cd7ad5a83db249ad1638"
> -PV = "3.14.15"
> +SRCREV = "8f69b4c2243fb3b0d85fd2a0b575d5170d53dbea"
> +PV = "3.14.16"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>  MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] linux-ti-staging: Updated staging tree commit. Pull in am57x evm support
  2014-08-12  1:04 ` Denys Dmytriyenko
@ 2014-08-12  1:13   ` Cooper Jr., Franklin
  0 siblings, 0 replies; 3+ messages in thread
From: Cooper Jr., Franklin @ 2014-08-12  1:13 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org

Lol. Well either patch works for me although in your patch it would be nice to limit the dtb for am57 evm to a single dtb.

> On Aug 11, 2014, at 8:04 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote:
> 
> Heh, I was doing the same update here... Was testing my changes when you sent 
> it.
> 
>> On Mon, Aug 11, 2014 at 07:47:19PM -0500, Franklin S. Cooper Jr wrote:
>> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
>> 
>> * Update the commit of the 3.14 staging tree.
>> * Add support for accelerated cryptos on am335x/am437x.
>> * Adds HDMI audio support for Beaglebone Black
>> * Brings in am57x evm support.
>> * This also updates the base kernel to 3.14.16.
>> 
>> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
>> ---
>> recipes-kernel/linux/linux-ti-staging_3.14.bb |    7 ++++---
>> 1 file changed, 4 insertions(+), 3 deletions(-)
>> 
>> diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb
>> index 6088bee..37e6259 100644
>> --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
>> +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
>> @@ -29,7 +29,8 @@ KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335
>> KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb"
>> KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
>> KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb"
>> -KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb"
>> +KERNEL_DEVICETREE_dra7xx = "dra7-evm.dtb am57xx-beagle-x15.dtb"
>> +KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb"
>> KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
>> KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
>> KERNEL_DEVICETREE_am37x-evm = "omap3-evm-37xx.dtb"
>> @@ -43,8 +44,8 @@ S = "${WORKDIR}/git"
>> 
>> BRANCH = "ti-linux-3.14.y"
>> 
>> -SRCREV = "780f0589876618911eb9cd7ad5a83db249ad1638"
>> -PV = "3.14.15"
>> +SRCREV = "8f69b4c2243fb3b0d85fd2a0b575d5170d53dbea"
>> +PV = "3.14.16"
>> 
>> # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>> MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
>> -- 
>> 1.7.9.5
>> 
>> -- 
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2014-08-12  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12  0:47 [PATCH] linux-ti-staging: Updated staging tree commit. Pull in am57x evm support Franklin S. Cooper Jr
2014-08-12  1:04 ` Denys Dmytriyenko
2014-08-12  1:13   ` 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.