diff options
| author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-07-02 11:47:59 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-07-11 13:51:45 -0400 |
| commit | f35d7c584914b493a381f5a1e0c9bc87d8a2a403 (patch) | |
| tree | a60762acae2c01a1f73b1c65cbaf45193181b191 /recipes-bsp | |
| parent | 673f6c08c144ced3fec848b773d4a61d5313b093 (diff) | |
| download | meta-ti-f35d7c584914b493a381f5a1e0c9bc87d8a2a403.tar.gz | |
u-boot-am33x: Update am335x to use latest u-boot for 3.2 kernel
Latest commit includes the following:
* Add support for Beaglebone Black
* Add fix for Linaro toolchain to insure NOR and RNDIS works.
* Add workaround for Errata 1.0.24
* Enable DDR3 power down for BBB and GP evm.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb index 19ec34eb..cb2e850e 100644 --- a/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb +++ b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb | |||
| @@ -6,15 +6,14 @@ COMPATIBLE_MACHINE = "ti33x" | |||
| 6 | 6 | ||
| 7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
| 8 | 8 | ||
| 9 | PR = "r5+gitr${SRCPV}" | 9 | PR = "r6+gitr${SRCPV}" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | 11 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" |
| 12 | 12 | ||
| 13 | # This version of u-boot is meant for 3.2 kernel which doesn't support device tree. | 13 | # This version of u-boot is meant for 3.2 kernel which doesn't support device tree. |
| 14 | BRANCH = "ti-u-boot-2013.01.01-amsdk-05.07.00.00" | 14 | BRANCH = "ti-u-boot-2013.01.01-amsdk-06.00.00.00" |
| 15 | 15 | ||
| 16 | # Commit corresponds to tag "v2013.01.01_amsdk-05.07.00.00" | 16 | SRCREV = "540aa6fbb0c9274bda598f7e8819ed28259cad6b" |
| 17 | SRCREV = "8eb15a787c558fee98b0fa2a66ff0849c732edcc" | ||
| 18 | 17 | ||
| 19 | # Set the name of the SPL that will built so that it is also packaged with u-boot. | 18 | # Set the name of the SPL that will built so that it is also packaged with u-boot. |
| 20 | SPL_BINARY = "MLO" | 19 | SPL_BINARY = "MLO" |
