diff options
| author | Siddharth Heroor <heroor@ti.com> | 2013-07-01 18:42:14 +0530 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-07-02 11:39:19 -0400 |
| commit | 2eeba6ed4dcf39a68b2257377cbcdd512278881c (patch) | |
| tree | 92c1ba25a3e45a94adc38af8829e04b7f9876de8 /recipes-bsp | |
| parent | 3075e004978b981bf6cfa6c66f84115659644395 (diff) | |
| download | meta-ti-2eeba6ed4dcf39a68b2257377cbcdd512278881c.tar.gz | |
u-boot-glsdk: 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>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 00000000..d60ef440 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require u-boot-ti.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" | ||
| 4 | |||
| 5 | PR = "r0+gitr${SRCPV}" | ||
| 6 | |||
| 7 | DEFAULT_PREFERENCE = "-1" | ||
| 8 | |||
| 9 | SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}" | ||
| 10 | |||
| 11 | BRANCH ?= "master" | ||
| 12 | |||
| 13 | SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9" | ||
| 14 | |||
| 15 | SPL_BINARY = "MLO" | ||
| 16 | SPL_UART_BINARY = "u-boot-spl.bin" | ||
