diff options
| author | Mrinmayee Hingolikar <mrinmayee@ti.com> | 2013-10-21 18:26:42 +0530 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-21 23:18:17 -0500 |
| commit | 5d0302db82fb9be4c164d718e6172d4ada4de551 (patch) | |
| tree | c86a382a61b06ba399c57c33c016e77af2e1d1c7 /recipes-bsp | |
| parent | cc4221a10045c333fe558a49b50edd62bb443b5f (diff) | |
| download | meta-ti-5d0302db82fb9be4c164d718e6172d4ada4de551.tar.gz | |
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
Signed-off-by: Mrinmayee Hingolikar <mrinmayee@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 | 8 |
1 files changed, 4 insertions, 4 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 d60ef440..07df497b 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 | |||
| @@ -2,15 +2,15 @@ require u-boot-ti.inc | |||
| 2 | 2 | ||
| 3 | DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" | 3 | DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" |
| 4 | 4 | ||
| 5 | PR = "r0+gitr${SRCPV}" | 5 | PR = "r1+gitr${SRCPV}" |
| 6 | 6 | ||
| 7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://git.ti.com/glsdk/glsdk-u-boot.git;protocol=git;branch=${BRANCH}" | 9 | SRC_URI = "git://git.omapzoom.org/repo/u-boot.git;protocol=git;branch=${BRANCH}" |
| 10 | 10 | ||
| 11 | BRANCH ?= "master" | 11 | BRANCH ?= "p-ti-u-boot-2013.04" |
| 12 | 12 | ||
| 13 | SRCREV = "81836e8cc84bd6523d9a4e187965dcd1633c4bc9" | 13 | SRCREV = "76447484441a4b8e00840a2bde74e66dbac9e631" |
| 14 | 14 | ||
| 15 | SPL_BINARY = "MLO" | 15 | SPL_BINARY = "MLO" |
| 16 | SPL_UART_BINARY = "u-boot-spl.bin" | 16 | SPL_UART_BINARY = "u-boot-spl.bin" |
