diff options
author | Jason Kridner <jdk@ti.com> | 2011-09-19 22:32:57 -0500 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-20 08:41:07 +0200 |
commit | c5db81e4ecffe0e0a41edc408d73242bd26740eb (patch) | |
tree | e3cb87dfd99aa7d0083f8c9bb230cbc4604e8e76 /recipes-bsp/u-boot/u-boot_2011.09.bb | |
parent | f99ad0105b79186972415a4782b2be5cb869c939 (diff) | |
download | meta-ti-c5db81e4ecffe0e0a41edc408d73242bd26740eb.tar.gz |
u-boot: added version 2011.09
There is a v2011.09 tag on the mainline, but I haven't seen a release
notice go out. It didn't make sense to me to try to carry-forward those
all patches since the release tag, so I simply picked the latest tag
in the maineline.
Patched and tested on BeagleBoard-xM revision C.
USB Ethernet was tested with:
setenv usbethaddr de:ad:be:ef:00:01
usb start
dhcp^C
setenv ipaddr 10.0.1.2
ping 10.0.1.1
USB Storage was tested with:
<above>
usb part
fatls usb 0
led command was tested with:
led all off
led all on
led 1 on
led 1 off
gpio command tested with:
gpio input 4
<hold USER button>
gpio input 4
<release USER button>
Also performed boot test.
Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.09.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.09.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.09.bb b/recipes-bsp/u-boot/u-boot_2011.09.bb new file mode 100644 index 00000000..dad820f4 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2011.09.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require u-boot.inc | ||
2 | |||
3 | # No patches for other machines yet | ||
4 | COMPATIBLE_MACHINE = "(beagleboard)" | ||
5 | |||
6 | SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ | ||
7 | file://2011.09/0001-HACK-beagleboard-config-disable-cache-for-USB.patch \ | ||
8 | file://2011.09/0002-beagleboard-config-enable-gpio-command.patch \ | ||
9 | file://2011.09/0003-Increased-some-timeout-durations-for-MMC-and-EHCI.patch \ | ||
10 | file://fw_env.config \ | ||
11 | " | ||
12 | # v2011.09 tag -> 6ceb0135f96d73063ffbaab5be7ce23933367388 | ||
13 | # The tag below is from the master tree, but 21 patches after. | ||
14 | # $ git log 6ceb0135f..56fa45d58 | grep commit | wc -l | ||
15 | # 21 | ||
16 | SRCREV = "56fa45d58116f86f343a9c45ce6d1110f50b8d70" | ||
17 | |||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||