All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] recipes-bsp: u-boot: Add GLSDK Staging tree
@ 2013-07-01  8:30 Siddharth Heroor
  2013-07-01 11:38 ` Maupin, Chase
  0 siblings, 1 reply; 3+ messages in thread
From: Siddharth Heroor @ 2013-07-01  8:30 UTC (permalink / raw)
  To: meta-ti

* The GLSDK u-boot staging tree is based off the Core SDK 2013.04.02
  release. This tree will be used to stage patches and fixes on
  top of the Core SDK U-Boot. The GLSDK release will use this tree
  for product development.
* Includes fix to OMAP5 so that QSPI is not enabled.

Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 .../u-boot/u-boot-glsdk-staging_2013.01.01.bb      |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb

diff --git a/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
new file mode 100644
index 0000000..90d2d61
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
@@ -0,0 +1,16 @@
+require u-boot-ti.inc
+
+DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product"
+
+PR = "r1+gitr${SRCPV}"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "master"
+
+SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
+
+SPL_BINARY = "MLO"
+SPL_UART_BINARY = "u-boot-spl.bin"
-- 
1.7.0.4



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

* Re: [PATCH] recipes-bsp: u-boot: Add GLSDK Staging tree
  2013-07-01  8:30 [PATCH] recipes-bsp: u-boot: Add GLSDK Staging tree Siddharth Heroor
@ 2013-07-01 11:38 ` Maupin, Chase
  2013-07-01 12:33   ` Siddharth Heroor
  0 siblings, 1 reply; 3+ messages in thread
From: Maupin, Chase @ 2013-07-01 11:38 UTC (permalink / raw)
  To: Heroor, Siddharth, meta-ti@yoctoproject.org

>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Heroor, Siddharth
>Sent: Monday, July 01, 2013 3:31 AM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCH] recipes-bsp: u-boot: Add GLSDK Staging
>tree
>
>* The GLSDK u-boot staging tree is based off the Core SDK
>2013.04.02
>  release. This tree will be used to stage patches and fixes on
>  top of the Core SDK U-Boot. The GLSDK release will use this tree
>  for product development.
>* Includes fix to OMAP5 so that QSPI is not enabled.
>
>Signed-off-by: Siddharth Heroor <heroor@ti.com>
>---
> .../u-boot/u-boot-glsdk-staging_2013.01.01.bb      |   16
>++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
> create mode 100644 recipes-bsp/u-boot/u-boot-glsdk-
>staging_2013.01.01.bb
>
>diff --git a/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
>b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
>new file mode 100644
>index 0000000..90d2d61
>--- /dev/null
>+++ b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
>@@ -0,0 +1,16 @@
>+require u-boot-ti.inc
>+
>+DESCRIPTION = "u-boot bootloader for TI devices supported by the
>GLSDK product"
>+
>+PR = "r1+gitr${SRCPV}"

You can start at r0.  Please make sure if you are finding issues with the base u-boot sources you are feeding those back so that hopefully your need for this recipe eventually dies.

>+
>+DEFAULT_PREFERENCE = "-1"
>+
>+SRC_URI = "git://git.ti.com/glsdk/glsdk-u-
>boot.git;protocol=git;branch=${BRANCH}"
>+
>+BRANCH ?= "master"
>+
>+SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
>+
>+SPL_BINARY = "MLO"
>+SPL_UART_BINARY = "u-boot-spl.bin"
>--
>1.7.0.4
>
>_______________________________________________
>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] recipes-bsp: u-boot: Add GLSDK Staging tree
  2013-07-01 11:38 ` Maupin, Chase
@ 2013-07-01 12:33   ` Siddharth Heroor
  0 siblings, 0 replies; 3+ messages in thread
From: Siddharth Heroor @ 2013-07-01 12:33 UTC (permalink / raw)
  To: Maupin, Chase; +Cc: meta-ti@yoctoproject.org

On 7/1/2013 5:08 PM, Maupin, Chase wrote:
>> -----Original Message-----
>> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>> bounces@yoctoproject.org] On Behalf Of Heroor, Siddharth
>> Sent: Monday, July 01, 2013 3:31 AM
>> To: meta-ti@yoctoproject.org
>> Subject: [meta-ti] [PATCH] recipes-bsp: u-boot: Add GLSDK Staging
>> tree
>>
>> * The GLSDK u-boot staging tree is based off the Core SDK
>> 2013.04.02
>>  release. This tree will be used to stage patches and fixes on
>>  top of the Core SDK U-Boot. The GLSDK release will use this tree
>>  for product development.
>> * Includes fix to OMAP5 so that QSPI is not enabled.
>>
>> Signed-off-by: Siddharth Heroor <heroor@ti.com>
>> ---
>> .../u-boot/u-boot-glsdk-staging_2013.01.01.bb      |   16
>> ++++++++++++++++
>> 1 files changed, 16 insertions(+), 0 deletions(-)
>> create mode 100644 recipes-bsp/u-boot/u-boot-glsdk-
>> staging_2013.01.01.bb
>>
>> diff --git a/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
>> b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
>> new file mode 100644
>> index 0000000..90d2d61
>> --- /dev/null
>> +++ b/recipes-bsp/u-boot/u-boot-glsdk-staging_2013.01.01.bb
>> @@ -0,0 +1,16 @@
>> +require u-boot-ti.inc
>> +
>> +DESCRIPTION = "u-boot bootloader for TI devices supported by the
>> GLSDK product"
>> +
>> +PR = "r1+gitr${SRCPV}"
> 
> You can start at r0.  Please make sure if you are finding issues with the base u-boot sources you are feeding those back so that hopefully your need for this recipe eventually dies.

Right. Tom's aware of the patches and we have his review of the bug done
as well. I'll fix the PR and send v2.

> 
>> +
>> +DEFAULT_PREFERENCE = "-1"
>> +
>> +SRC_URI = "git://git.ti.com/glsdk/glsdk-u-
>> boot.git;protocol=git;branch=${BRANCH}"
>> +
>> +BRANCH ?= "master"
>> +
>> +SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9"
>> +
>> +SPL_BINARY = "MLO"
>> +SPL_UART_BINARY = "u-boot-spl.bin"
>> --
>> 1.7.0.4
>>
>> _______________________________________________
>> 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:[~2013-07-01 12:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01  8:30 [PATCH] recipes-bsp: u-boot: Add GLSDK Staging tree Siddharth Heroor
2013-07-01 11:38 ` Maupin, Chase
2013-07-01 12:33   ` Siddharth Heroor

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.