All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] u-boot-glsdk: Update to latest fixes
@ 2013-10-21 12:56 Mrinmayee Hingolikar
  2013-10-21 14:31 ` Maupin, Chase
  2013-10-30 23:08 ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Mrinmayee Hingolikar @ 2013-10-21 12:56 UTC (permalink / raw)
  To: meta-ti

 * Migration of u-boot code to omapzoom.org. The development tree is shared
   between the Linux and Android teams.This enables a common u-boot development
   platform for both the teams for better alignment.
 * Enable UART boot mode for dra7xx
 * Add VIP,VPE and Ethernet crossbar setting for dra7xx
 * Add SPL API, QSPI, and serial flash support of dra7xx

v2:

 * Update to conditional assignment for BRANCH and SRCREV

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
---
 recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
index d60ef44..1805020 100644
--- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
@@ -6,11 +6,11 @@ PR = "r0+gitr${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"
 
-SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}"
 
-BRANCH ?= "master"
+BRANCH ?= "p-ti-u-boot-2013.04"
 
-SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
+SRCREV ?= "76447484441a4b8e00840a2bde74e66dbac9e631"
 
 SPL_BINARY = "MLO"
 SPL_UART_BINARY = "u-boot-spl.bin"
-- 
1.7.9.5



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

* Re: [PATCHv2] u-boot-glsdk: Update to latest fixes
  2013-10-21 12:56 [PATCHv2] u-boot-glsdk: Update to latest fixes Mrinmayee Hingolikar
@ 2013-10-21 14:31 ` Maupin, Chase
  2013-10-30 23:08 ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: Maupin, Chase @ 2013-10-21 14:31 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee, meta-ti

Acked-by: Chase Maupin <chase.maupin@ti.com>


>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Monday, October 21, 2013 7:57 AM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCHv2] u-boot-glsdk: Update to latest fixes
>
> * Migration of u-boot code to omapzoom.org. The development tree
>is shared
>   between the Linux and Android teams.This enables a common u-
>boot development
>   platform for both the teams for better alignment.
> * Enable UART boot mode for dra7xx
> * Add VIP,VPE and Ethernet crossbar setting for dra7xx
> * Add SPL API, QSPI, and serial flash support of dra7xx
>
>v2:
>
> * Update to conditional assignment for BRANCH and SRCREV
>
>Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
>---
> recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb |    6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
>b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
>index d60ef44..1805020 100644
>--- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
>+++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
>@@ -6,11 +6,11 @@ PR = "r0+gitr${SRCPV}"
>
> DEFAULT_PREFERENCE = "-1"
>
>-SRC_URI = "git://git.ti.com/glsdk/glsdk-u-
>boot.git;protocol=git;branch=${BRANCH}"
>+SRC_URI = "git://git.omapzoom.org/repo/u-
>boot.git;protocol=git;branch=${BRANCH}"
>
>-BRANCH ?= "master"
>+BRANCH ?= "p-ti-u-boot-2013.04"
>
>-SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
>+SRCREV ?= "76447484441a4b8e00840a2bde74e66dbac9e631"
>
> SPL_BINARY = "MLO"
> SPL_UART_BINARY = "u-boot-spl.bin"
>--
>1.7.9.5
>
>_______________________________________________
>meta-ti mailing list
>meta-ti@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCHv2] u-boot-glsdk: Update to latest fixes
  2013-10-21 12:56 [PATCHv2] u-boot-glsdk: Update to latest fixes Mrinmayee Hingolikar
  2013-10-21 14:31 ` Maupin, Chase
@ 2013-10-30 23:08 ` Denys Dmytriyenko
  2013-11-22  3:10   ` Denys Dmytriyenko
  1 sibling, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-10-30 23:08 UTC (permalink / raw)
  To: Mrinmayee Hingolikar; +Cc: meta-ti

On Mon, Oct 21, 2013 at 06:26:42PM +0530, Mrinmayee Hingolikar wrote:
>  * Migration of u-boot code to omapzoom.org. The development tree is shared
>    between the Linux and Android teams.This enables a common u-boot development
>    platform for both the teams for better alignment.
>  * Enable UART boot mode for dra7xx
>  * Add VIP,VPE and Ethernet crossbar setting for dra7xx
>  * Add SPL API, QSPI, and serial flash support of dra7xx
> 
> v2:
> 
>  * Update to conditional assignment for BRANCH and SRCREV

Well, I guess I missed why it was necessary... I would understand BRANCH, but 
not SRCREV... BTW, patch revision history should be hidden and not go into the 
main description, so should appear after the --- delimiter.


> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> ---
>  recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> index d60ef44..1805020 100644
> --- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> +++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> @@ -6,11 +6,11 @@ PR = "r0+gitr${SRCPV}"
>  
>  DEFAULT_PREFERENCE = "-1"
>  
> -SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}"
> +SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}"
>  
> -BRANCH ?= "master"
> +BRANCH ?= "p-ti-u-boot-2013.04"
>  
> -SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
> +SRCREV ?= "76447484441a4b8e00840a2bde74e66dbac9e631"

One thing is missing - PR bump. You are updating source tree and the commit ID 
is lower than the previous one, hence if you would try to share the build 
where the old package exists, you may end up with the image that contains the 
old package and not the new one. Although, symlink in deploy would probably be 
correct...


>  SPL_BINARY = "MLO"
>  SPL_UART_BINARY = "u-boot-spl.bin"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCHv2] u-boot-glsdk: Update to latest fixes
  2013-10-30 23:08 ` Denys Dmytriyenko
@ 2013-11-22  3:10   ` Denys Dmytriyenko
  2013-11-22  4:22     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-11-22  3:10 UTC (permalink / raw)
  To: Mrinmayee Hingolikar, meta-ti

Ping.

On Wed, Oct 30, 2013 at 07:08:08PM -0400, Denys Dmytriyenko wrote:
> On Mon, Oct 21, 2013 at 06:26:42PM +0530, Mrinmayee Hingolikar wrote:
> >  * Migration of u-boot code to omapzoom.org. The development tree is shared
> >    between the Linux and Android teams.This enables a common u-boot development
> >    platform for both the teams for better alignment.
> >  * Enable UART boot mode for dra7xx
> >  * Add VIP,VPE and Ethernet crossbar setting for dra7xx
> >  * Add SPL API, QSPI, and serial flash support of dra7xx
> > 
> > v2:
> > 
> >  * Update to conditional assignment for BRANCH and SRCREV
> 
> Well, I guess I missed why it was necessary... I would understand BRANCH, but 
> not SRCREV... BTW, patch revision history should be hidden and not go into the 
> main description, so should appear after the --- delimiter.
> 
> 
> > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > ---
> >  recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb |    6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> > index d60ef44..1805020 100644
> > --- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> > +++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> > @@ -6,11 +6,11 @@ PR = "r0+gitr${SRCPV}"
> >  
> >  DEFAULT_PREFERENCE = "-1"
> >  
> > -SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}"
> > +SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}"
> >  
> > -BRANCH ?= "master"
> > +BRANCH ?= "p-ti-u-boot-2013.04"
> >  
> > -SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
> > +SRCREV ?= "76447484441a4b8e00840a2bde74e66dbac9e631"
> 
> One thing is missing - PR bump. You are updating source tree and the commit ID 
> is lower than the previous one, hence if you would try to share the build 
> where the old package exists, you may end up with the image that contains the 
> old package and not the new one. Although, symlink in deploy would probably be 
> correct...
> 
> 
> >  SPL_BINARY = "MLO"
> >  SPL_UART_BINARY = "u-boot-spl.bin"
> > -- 
> > 1.7.9.5
> > 
> > _______________________________________________
> > 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] 5+ messages in thread

* Re: [PATCHv2] u-boot-glsdk: Update to latest fixes
  2013-11-22  3:10   ` Denys Dmytriyenko
@ 2013-11-22  4:22     ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-11-22  4:22 UTC (permalink / raw)
  To: Mrinmayee Hingolikar, meta-ti

Never mind - ended up fixing it myself, as it's taking way too long...

On Thu, Nov 21, 2013 at 10:10:31PM -0500, Denys Dmytriyenko wrote:
> Ping.
> 
> On Wed, Oct 30, 2013 at 07:08:08PM -0400, Denys Dmytriyenko wrote:
> > On Mon, Oct 21, 2013 at 06:26:42PM +0530, Mrinmayee Hingolikar wrote:
> > >  * Migration of u-boot code to omapzoom.org. The development tree is shared
> > >    between the Linux and Android teams.This enables a common u-boot development
> > >    platform for both the teams for better alignment.
> > >  * Enable UART boot mode for dra7xx
> > >  * Add VIP,VPE and Ethernet crossbar setting for dra7xx
> > >  * Add SPL API, QSPI, and serial flash support of dra7xx
> > > 
> > > v2:
> > > 
> > >  * Update to conditional assignment for BRANCH and SRCREV
> > 
> > Well, I guess I missed why it was necessary... I would understand BRANCH, but 
> > not SRCREV... BTW, patch revision history should be hidden and not go into the 
> > main description, so should appear after the --- delimiter.
> > 
> > 
> > > Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > > ---
> > >  recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb |    6 +++---
> > >  1 file changed, 3 insertions(+), 3 deletions(-)
> > > 
> > > diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> > > index d60ef44..1805020 100644
> > > --- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> > > +++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
> > > @@ -6,11 +6,11 @@ PR = "r0+gitr${SRCPV}"
> > >  
> > >  DEFAULT_PREFERENCE = "-1"
> > >  
> > > -SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}"
> > > +SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}"
> > >  
> > > -BRANCH ?= "master"
> > > +BRANCH ?= "p-ti-u-boot-2013.04"
> > >  
> > > -SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
> > > +SRCREV ?= "76447484441a4b8e00840a2bde74e66dbac9e631"
> > 
> > One thing is missing - PR bump. You are updating source tree and the commit ID 
> > is lower than the previous one, hence if you would try to share the build 
> > where the old package exists, you may end up with the image that contains the 
> > old package and not the new one. Although, symlink in deploy would probably be 
> > correct...
> > 
> > 
> > >  SPL_BINARY = "MLO"
> > >  SPL_UART_BINARY = "u-boot-spl.bin"
> > > -- 
> > > 1.7.9.5
> > > 
> > > _______________________________________________
> > > 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
> > 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


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

end of thread, other threads:[~2013-11-22  4:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-21 12:56 [PATCHv2] u-boot-glsdk: Update to latest fixes Mrinmayee Hingolikar
2013-10-21 14:31 ` Maupin, Chase
2013-10-30 23:08 ` Denys Dmytriyenko
2013-11-22  3:10   ` Denys Dmytriyenko
2013-11-22  4:22     ` Denys Dmytriyenko

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.