summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.09.bb
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: switch beagleboard and beaglebone to RO rootfs at bootKoen Kooi2011-10-161-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09: add support for loop-through expansion boards on beagle and ↵Koen Kooi2011-10-111-1/+3
| | | | | | switch to ttyO2 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09: switch to proper 2011.09 tag and add support for TCT beaconboardKoen Kooi2011-10-111-7/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot 2011.09: probe ddc bus for eeproms as well on beagleboard, add ↵Koen Kooi2011-10-091-0/+3
| | | | | | beaconboard support Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* u-boot: added version 2011.09Jason Kridner2011-09-201-0/+20
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>