All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] u-boot-boundary: update to v2014.04 (srcrev 6d00ef4)
@ 2014-05-01 22:46 Eric Nelson
  2014-05-02 15:28 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Nelson @ 2014-05-01 22:46 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

This patch updates U-Boot for Boundary Devices Nitrogen6x and
Nitrogen6_Lite boards to sync with the v2014.04 release from
up-stream.

This isn't a major release and upgrading isn't critical.

Release notes are on-line in this post:
	http://boundarydevices.com/u-boot-2014-04-release-mx6/

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 recipes-bsp/u-boot/u-boot-boundary_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb
index 5c8bde8..05e7008 100644
--- a/recipes-bsp/u-boot/u-boot-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb
@@ -6,10 +6,10 @@ COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
 
 PROVIDES = "u-boot"
 
-PV = "v2014.01+git${SRCPV}"
+PV = "v2014.04+git${SRCPV}"
 
-SRCREV = "c4acd1b68c9a843d05aa8cb233843c2689041ef2"
-SRCBRANCH = "v2014.01-20140228"
+SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847"
+SRCBRANCH = "v2014.04-20140419"
 SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



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

* Re: [meta-fsl-arm-extra][PATCH] u-boot-boundary: update to v2014.04 (srcrev 6d00ef4)
  2014-05-01 22:46 [meta-fsl-arm-extra][PATCH] u-boot-boundary: update to v2014.04 (srcrev 6d00ef4) Eric Nelson
@ 2014-05-02 15:28 ` Otavio Salvador
  2014-05-02 16:57   ` Eric Nelson
  2014-05-04 14:25   ` [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Update " Eric Nelson
  0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2014-05-02 15:28 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale, Troy Kisky

On Thu, May 1, 2014 at 7:46 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> This patch updates U-Boot for Boundary Devices Nitrogen6x and
> Nitrogen6_Lite boards to sync with the v2014.04 release from
> up-stream.
>
> This isn't a major release and upgrading isn't critical.
>
> Release notes are on-line in this post:
>         http://boundarydevices.com/u-boot-2014-04-release-mx6/
>
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>

You didn't update the script. Was it my mistake or by propose?


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [meta-fsl-arm-extra][PATCH] u-boot-boundary: update to v2014.04 (srcrev 6d00ef4)
  2014-05-02 15:28 ` Otavio Salvador
@ 2014-05-02 16:57   ` Eric Nelson
  2014-05-04 14:25   ` [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Update " Eric Nelson
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2014-05-02 16:57 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale, Troy Kisky

Hi Otavio,

On 05/02/2014 08:28 AM, Otavio Salvador wrote:
> On Thu, May 1, 2014 at 7:46 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> This patch updates U-Boot for Boundary Devices Nitrogen6x and
>> Nitrogen6_Lite boards to sync with the v2014.04 release from
>> up-stream.
>>
>> This isn't a major release and upgrading isn't critical.
>>
>> Release notes are on-line in this post:
>>          http://boundarydevices.com/u-boot-2014-04-release-mx6/
>>
>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>
> You didn't update the script. Was it my mistake or by propose?
>
Mistake. Thanks for catching it.



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

* [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Update to v2014.04 (srcrev 6d00ef4)
  2014-05-02 15:28 ` Otavio Salvador
  2014-05-02 16:57   ` Eric Nelson
@ 2014-05-04 14:25   ` Eric Nelson
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2014-05-04 14:25 UTC (permalink / raw)
  To: meta-freescale; +Cc: troy.kisky

This patch updates the boot script for Boundary Devices
boards to sync with the U-Boot version.

The only functional change is commit c0508b4, which enables
boot from USB stick.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
index 9546266..ade4d5a 100644
--- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
@@ -4,8 +4,8 @@ DEPENDS = "u-boot-mkimage-native"
 
 PV = "v2014.01+git${SRCPV}"
 
-SRCREV = "c4acd1b68c9a843d05aa8cb233843c2689041ef2"
-SRCBRANCH = "v2014.01-20140228"
+SRCREV = "6d00ef4bba6fdfa7897cba631df6c0781992b847"
+SRCBRANCH = "v2014.04-20140419"
 SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-01 22:46 [meta-fsl-arm-extra][PATCH] u-boot-boundary: update to v2014.04 (srcrev 6d00ef4) Eric Nelson
2014-05-02 15:28 ` Otavio Salvador
2014-05-02 16:57   ` Eric Nelson
2014-05-04 14:25   ` [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Update " 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.